OPEN-SOURCE SCRIPT

Open = High or Open = Low

Telah dikemas kini
plain simple strategy of o=h or o=l generally if open is equal to high trend is bearish and if open is equal to low trend is bullish
Nota Keluaran
Explanation of Updates:
EMA Calculation:
The script calculates a 9-period Exponential Moving Average (emaValue).
Sell Condition:
openEqualsHigh is true.
emaValue is below the previous candle's low (prevLow).
Buy Condition:
openEqualsLow is true.
emaValue is above the previous candle's high (prevHigh).
Signal Plot:
A green upward label (Buy) is plotted for buy signals.
A red downward label (Sell) is plotted for sell signals.
EMA Plot:
The 9-period EMA is plotted on the chart for reference.
Steps to Use:
Paste this code into the Pine Editor in TradingView.
Click Add to Chart.
The script will display buy and sell signals along with the 9-period EMA.
Chart patternsTrend Analysis

Skrip sumber terbuka

Dalam semangat sebenar TradingView, penulis telah menerbitkan kod Pine ini sebagai sumber terbuka supaya pedagang dapat memahami dan mengesahkannya. Sorakan kepada penulis! Anda boleh menggunakan perpustakaan ini secara percuma, tetapi penggunaan semula kod dalam penerbitan ini adalah dikawal oleh Peraturan dalaman. Anda boleh menyukainya untuk menggunakannya pada carta.

Ingin menggunakan skrip ini pada carta?


Juga pada:

Penafian