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 2371068

Browse files
Update README.md
1 parent 57ed550 commit 2371068

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

‎learning_pine_roadmap/README.md‎

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,10 @@ 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/
55-
56-
Step 2: Open "Chart" menu (https://www.tradingview.com/chart)
57-
58-
Step 3: Click "Pine Editor" for writing Pine script.
59-
60-
![Pine Editor] (https://www.tradingview.com/pine-script-docs/en/v4/_images/Debugging-TheLayOfTheLand-1.png)
61-
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)
6258

6359
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.
6460

0 commit comments

Comments
(0)

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