Skip to content

Commit 68dee2f

Browse files
authoredMay 17, 2021
Update README.md
1 parent 7afd2a4 commit 68dee2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎coding_conventions/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ For large projects, you may find it useful to use prefixes for a few types of va
118118

119119
- `i_` for variables initialized through `input()` calls.
120120
- `c_` for variables containing colors.
121-
- `p_` for variables used as `plot` or `hline` identifiers in [``fill()``](https://www.tradingview.com/pine-script-reference/v4/#fun_fill) calls.
121+
- `p_` for variables used as [``plot()``](https://www.tradingview.com/pine-script-reference/v4/#fun_plot) or [``hline()``](https://www.tradingview.com/pine-script-reference/v4/#fun_hline) identifiers in [``fill()``](https://www.tradingview.com/pine-script-reference/v4/#fun_fill) calls.
122122
- All caps for constants, i.e., variables often initialized at the beginning of scripts whose value will not change during execution.
123123

124124

0 commit comments

Comments
 (0)
Please sign in to comment.