hüseyin2 Şubat 2021 tarihinde, saat 23:33Permalink emeklerinize saglık hocam öncü indikatörünün formülünü nasıl alabiliriz. Yanıtla
Erdil Topcu29 Eylül 2021 tarihinde, saat 07:31Permalink study(title=”Ö N C Ü 2″, shorttitle=”Ö N C Ü 2″) length = input(5, minval=1), smoothK = input(3, minval=1), smoothD = input(3, minval=1) k = ema(stoch(close, high, low, length), smoothK) d = ema(k, smoothD) plot(k, color=blue, linewidth=2) plot(d, color=green, linewidth=1) h0 = hline(80, color=black, linewidth=1) h1 = hline(20, color=black, linewidth=1) fill(h0, h1, color=lime, transp=90) plot(cross(d, k) ? d : na,color=black, style = circles, linewidth = 4) OutputSignal = k >= d ? 0 : 1 Yanıtla
ismail14 Şubat 2021 tarihinde, saat 10:39Permalink emeğiniz için teşekkür ederim. elinize sağlık Yanıtla
Teşekkürler
emeklerinize saglık hocam öncü indikatörünün formülünü nasıl alabiliriz.
study(title=”Ö N C Ü 2″, shorttitle=”Ö N C Ü 2″)
length = input(5, minval=1), smoothK = input(3, minval=1), smoothD = input(3, minval=1)
k = ema(stoch(close, high, low, length), smoothK)
d = ema(k, smoothD)
plot(k, color=blue, linewidth=2)
plot(d, color=green, linewidth=1)
h0 = hline(80, color=black, linewidth=1)
h1 = hline(20, color=black, linewidth=1)
fill(h0, h1, color=lime, transp=90)
plot(cross(d, k) ? d : na,color=black, style = circles, linewidth = 4)
OutputSignal = k >= d ? 0 : 1
emeğiniz için teşekkür ederim. elinize sağlık
tşkler borsa hocam