搜索
产品
社区
市场
新闻
经纪商
更多
CN
开始
社区
/
观点
/
gaaan
Apple Inc
gaaan
由mayarbukhari2016提供
关注
关注
2019年11月12日
1
2019年11月12日
//
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
关注
免责声明
这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在
使用条款
阅读更多信息。