BINANCE:XRPUSDT   XRP / TetherUS
//@version=5
indicator('Ajab Alhajeri', overlay=true)
basePeriods = 26
donchian(len) => math.avg(ta.lowest(len), ta.highest(len))
baseLine = donchian(basePeriods)
dataUP = ta.wpr(8) > -10 and baseLine > open and baseLine < close
dataDN = ta.wpr(8) < -90 and baseLine > close and baseLine < open
plotshape(dataUP, style=shape.triangleup,
location=location.belowbar, color=color.green, size=size.normal)
plotshape(dataDN, style=shape.triangledown,
location=location.abovebar , color=color.red, size=size.normal)
plot(baseLine, color=color.blue, title="Kijun-Sen", linewidth=2)

相关观点

免责声明

这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。