Skip to content

Commit 6e14592

Browse files
authored
Update README.md
Add running Pine script instruction for beginner at first time.
1 parent cd89769 commit 6e14592

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

learning_pine_roadmap/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ 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+
Step 1: Go to https://www.tradingview.com/
54+
Step 2: Open "Chart" menu (https://www.tradingview.com/chart)
55+
Step 3: Click "Pine Editor" for writing Pine script.
56+
![Pine Editor] (https://www.tradingview.com/pine-script-docs/en/v4/_images/Debugging-TheLayOfTheLand-1.png)
57+
5258
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.
5359

5460
## Series

0 commit comments

Comments
 (0)