Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion faq_and_code/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand Down