Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 52c98fc

Browse files
authored
Merge pull request #67 from bluetechsky/patch-2
Update README.md
2 parents 93d8bb0 + 2371068 commit 52c98fc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

‎learning_pine_roadmap/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@ There are 4 supported versions of Pine, from 1 to 4. A compiler directive used i
4949

5050
## Pine runtime environment
5151

52+
Pine scripts run directly in TradingView chart Editor:
53+
54+
Step 1: Go to https://www.tradingview.com/<br>
55+
Step 2: Open "Chart" menu (https://www.tradingview.com/chart)<br>
56+
Step 3: Click "Pine Editor" for writing Pine script.<br>
57+
![Pine Editor](https://www.tradingview.com/pine-script-docs/en/v4/_images/Debugging-TheLayOfTheLand-1.png)
58+
5259
Pine indicator code executes once for each bar of the dataset, starting from the beginning of the chart’s history. When the realtime bar is reached, *indicator* scripts execute every time price changes, while *strategy* scripts may be configured to behave like indicators, or to run only at the close of the realtime bar (the default). See [here](https://www.tradingview.com/pine-script-docs/en/v4/language/Execution_model.html) for more information.
5360

5461
## Series

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /