Skip to content

Commit a55fc57

Browse files
authored
Update README.md
1 parent 7df8138 commit a55fc57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learning_pine_roadmap/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ There are 4 supported versions of Pine, from 1 to 4. A compiler directive used i
5050

5151
## Pine runtime environment
5252

53-
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 executes 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.
53+
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.
5454

5555
## Series
5656

0 commit comments

Comments
 (0)