The buy and sell indicator that I made with the Hull Moving Average formula. I recommend its use in daily charts. Hull Moving Average formülü ile apmış olduğum alım ve satım indikatörü. Günlük gafikte kullanımını tavsiye ederim.
var cizgiRengi3 = color.white if hullma > hullma[1] and close > hullma
cizgiRengi3 := color.green else if (hullma > hullma[1] and close < hullma) or (hullma < hullma[1] and close > hullma) cizgiRengi3 := color.orange else cizgiRengi3 := color.red
As informações e publicações não devem ser e não constituem conselhos ou recomendações financeiras, de investimento, de negociação ou de qualquer outro tipo, fornecidas ou endossadas pela TradingView. Leia mais em Termos de uso.