Skip to content

Commit 57ed550

Browse files
authored
Update README.md
1 parent 6e14592 commit 57ed550

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

learning_pine_roadmap/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,16 @@ There are 4 supported versions of Pine, from 1 to 4. A compiler directive used i
5050
## Pine runtime environment
5151

5252
Pine scripts run directly in TradingView chart Editor:
53+
5354
Step 1: Go to https://www.tradingview.com/
55+
5456
Step 2: Open "Chart" menu (https://www.tradingview.com/chart)
57+
5558
Step 3: Click "Pine Editor" for writing Pine script.
59+
5660
![Pine Editor] (https://www.tradingview.com/pine-script-docs/en/v4/_images/Debugging-TheLayOfTheLand-1.png)
5761

62+
5863
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.
5964

6065
## Series

0 commit comments

Comments
 (0)