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 bd9e862

Browse files
authored
Update README.md
1 parent 52c98fc commit bd9e862

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎learning_pine_roadmap/README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ There are 4 supported versions of Pine, from 1 to 4. A compiler directive used i
5151

5252
Pine scripts run directly in TradingView chart Editor:
5353

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>
54+
Step 1: Go to https://www.tradingview.com/
55+
Step 2: Select ["Chart" button](https://www.tradingview.com/chart)
56+
Step 3: Open the Pine Editor pane by clicking on the "Pine Editor" tab at the bottom of the chart.
5757
![Pine Editor](https://www.tradingview.com/pine-script-docs/en/v4/_images/Debugging-TheLayOfTheLand-1.png)
5858

5959
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.

0 commit comments

Comments
(0)

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