OPEN-SOURCE SCRIPT

Heikin Ashi Signals with Positions -Suraj

// Signal Conditions
newBuySignal = not inBuy and not inShort and haClose > haClose[1]
newSellSignal = not inShort and inBuy and haHigh < haHigh[1] and haLow > haLow[1] // Inside Candle
newShortSignal = not inShort and not inBuy and haOpen == haHigh
newCoverSignal = inShort and haClose > haHigh[1]
Fractal

Script de código abierto

Siguiendo fielmente el espíritu de TradingView, el autor de este script lo ha publicado en código abierto, permitiendo que otros traders puedan entenderlo y verificarlo. ¡Olé por el autor! Puede utilizarlo de forma gratuita, pero tenga en cuenta que la reutilización de este código en la publicación se rige por las Normas internas. Puede añadir este script a sus favoritos y usarlo en un gráfico.

¿Quiere utilizar este script en un gráfico?

Exención de responsabilidad