OPEN-SOURCE SCRIPT

Open = High or Open = Low

Atualizado
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
Notas de Lançamento
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

Script de código aberto

No verdadeiro espírito do TradingView, o autor desse script o publicou como código aberto, para que os traders possam compreendê-lo e analisá-lo. Parabéns ao autor! Você pode usá-lo gratuitamente, mas a reutilização desse código em publicações é regida pelas Regras da Casa. Você pode favoritá-lo para usá-lo em um gráfico.

Quer usar esse script no gráfico?


Também em:

Aviso legal