Skip to content

Commit 8fb8012

Browse files
authored
Merge pull request pinecoders#13 from LucFF/master
Mention of repo in top portion
2 parents 27d5c28 + cdf0798 commit 8fb8012

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
<div align="center"><font size="+1"><strong>Have a question?<br></strong></font> Go to our Pine <a href="http://www.pinecoders.com/faq_and_code">FAQ & Code</a>.</div>
99

10+
<div align="center"><font size="+1"><strong>Looking for reusable Pine code?<br></strong></font> The <a href="https://github.com/pinecoders/pine-utils">PineCoders Repository</a> on GitHub is your friend.</div>
11+
1012
<div align="center"><font size="+1"><strong>Want to learn proper Pine coding style?<br></strong></font> Read our <a href="http://www.pinecoders.com/coding_conventions">Pine Coding Conventions</a>.</div>
1113

1214
<div align="center"><font size="+1"><strong>Looking for Pine-related tools or resources?<br></strong></font> Use our list of <a href="http://www.pinecoders.com/resources">Pine Resources</a>.</div>
@@ -21,8 +23,7 @@ We also pilot the [PineCoders](https://www.tradingview.com/u/PineCoders/#publish
2123

2224
PineCoders works daily with TradingView's Pine team to identify and validate anomalies and test upcoming new features.
2325

24-
Our managed [open source repository](https://github.com/pinecoders/pine-utils) of Pine code is where you will find:
26+
Our managed [PineCoders Repository](https://github.com/pinecoders/pine-utils) on GitHub contains:
2527
- [Snippets](https://github.com/pinecoders/pine-utils/tree/master/snippets) of reusable code,
2628
- Tricks and techniques to help you accomplish frequently needed tasks,
2729
- [Other open source projects](https://github.com/pinecoders) related to Pine.
28-

faq_and_code/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ study("My Script", overlay = true)
116116
```
117117
If your indicator was already in a Pane before applying this change, you will need to use Add to Chart again for the change to become active.
118118

119+
### Can I use `plot()` calls in a `for` loop?
120+
No, but you can use the v4 [`line.new()`](https://www.tradingview.com/pine-script-reference/v4/#fun_line{dot}new) function in `for` loops.
121+
119122
**[Back to top](#table-of-contents)**
120123

121124

0 commit comments

Comments
 (0)