Ara
Ürünler
Topluluk
Piyasalar
Haberler
Aracı kurum
Daha Fazla
TR
Şimdi başlat
Topluluk
/
Fikirler
/
gaaan
Apple Inc
gaaan
mayarbukhari2016 tarafından
Takip Et
Takip Et
12 Kas 2019
1
12 Kas 2019
//
version
=3
study("Top Bottom ",overlay=true)
per=input(14)
loc= low<lowest(low[1],per) and low<=lowest(low[per],per)
bottom=barssince(loc)
per2=input(14)
loc2= high>highest(high[1],per2) and high>=highest(high[per2],per2)
top=barssince(loc2)
/////BUY-SELL/////
buy=top<bottom and top[1]>bottom[1]
sell=top>bottom and top[1]<bottom[1]
plotshape(buy, title= "Buy", location=location.belowbar, color=green, style=shape.arrowup, text="Buy")
plotshape(sell, title= "Sell",color=red, style=shape.arrowdown, text="Sell")
background = top < bottom ? blue : top > bottom ? red :
na
bgcolor(color=background, transp=85)
111
Gann
mayarbukhari2016
Takip Et
Feragatname
Bilgiler ve yayınlar, TradingView tarafından sağlanan veya onaylanan finansal, yatırım, işlem veya diğer türden tavsiye veya tavsiyeler anlamına gelmez ve teşkil etmez.
Kullanım Şartları
'nda daha fazlasını okuyun.