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. קרא עוד בתנאים וההגבלות.