diff --git a/faq_and_code/README.md b/faq_and_code/README.md index 70e1160..b49d605 100644 --- a/faq_and_code/README.md +++ b/faq_and_code/README.md @@ -403,7 +403,7 @@ Since v4 there exists a simpler way to save variable value from bar to bar, usin [This script](https://www.tradingview.com/script/isSfahiX-Averages-PineCoders-FAQ/) shows how to calculate a conditional average using three different methods. ### How to avoid repainting when using the ``security()`` function? -See the discussion published with the PineCoders indicator [How to avoid repainting when using security()](). +See the discussion published with the PineCoders indicator [How to avoid repainting when using security()](https://www.tradingview.com/script/cyPWY96u-How-to-avoid-repainting-when-using-security-PineCoders-FAQ/). The easiest way is to use the following syntax for v4: ```