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

オープンソーススクリプト

TradingViewの精神に則り、このスクリプトの作者は、トレーダーが理解し検証できるようにオープンソースで公開しています。作者に敬意を表します!無料で使用することができますが、このコードを投稿で再利用するには、ハウスルールに準拠する必要があります。 お気に入りに登録してチャート上でご利用頂けます。

チャートでこのスクリプトを利用したいですか?

免責事項