TradingView
sucukekmek
Jul 15, 2020 9:34 PM

Onayını da alan Ege Seramikte orta vadeli iyi getiri bekliyorum. Long

EGE SERAMIKBIST

Description

5,20 tarihi zirvesini hacimi kıran ve endeksteki satışlarla birlikte satış yiyen ege seramik tam oarak 5,20 seviyesiden tekrar tepki verecek pull-back yaptı ve hacimli bir kapanış gerçekleştirdi. Orta vadede çanağı tamamlamasını ve 7,40 seviyesine gelmesini bekliyorum. Endeksteki şişiklikden de korkarak hedef fiyat olarak 6,90 lirayı belirliyorum

Trade closed: stop reached

5,20 üzerinde kaamadı endeksle birlikte düştü. Stop olduk
Comments
sahin_turk
Tebrikler. AL SAT uyarısı veren göstergeyi paylaşabilir misiniz?
sucukekmek
@sahin_turk, study(title="S T R", overlay=true)

ema5 = ema(close,5)
ema21 = ema(close, 21)
ema200 = ema(close,200)

plot(ema5, title = "ema5", color = lime, linewidth = 3)
plot(ema21, title = "ema21", color = blue, linewidth = 3)
plot(ema200, title = "ema200", color = red, linewidth = 3)

plot(cross(ema5, ema21) and ema5[1] < ema21[1] ? ema5: na, title="al", style=cross, linewidth=4, color=blue)
plot(cross(ema5, ema21) and ema5[1] > ema21[1] ? ema5 : na, title="sat", style=cross, linewidth=4, color=black)

plotshape(cross(ema5, ema21) and ema5[1] < ema21[1] ? true : na, style=shape.triangleup, text="AL",color=green,size=size.small, location=location.belowbar,transp=0)
plotshape(cross(ema5, ema21) and ema5[1] > ema21[1] ? true : na, style=shape.triangledown, text="SAT",color=black,size=size.small, location=location.abovebar,transp=0)

barcolor(cross(ema5, ema21) and ema5[1] < ema21[1] ? blue: cross(ema5, ema21) and ema5[1] > ema21[1] ? black: close < open ? red: green)
sahin_turk
@sucukekmek, Teşekürler emeklerine sağlık.
More