TradingView
bixord
2021年10月18日午後7時9分

Bixord: FantailVMA 

Bitcoin / TetherUSBinance

詳細

This indicator is a combination of moving average and ATR indicators. The indicator stays pretty close to price and at the same time shows clear trend of asset/stock. It shows you when price is above the FantailVMA it indicates an uptrend and when price is below it indicates a downtrend otherwise.

Hope you find this indicator useful!
Happy trading..

リリースノート

Cleaner code only. No changes on indicator

リリースノート

Cleaner code. No changes on indicator level

リリースノート

Cleaner code. No changes on indicator level
コメント
Ryder100
This is a great indi. Thanks for this.
HomelessToRich
Hello
Thank you very much for this script. It is really helpful. I would like to combine it with other scripts as I usually do. I have to set a fixed resolution on your script like H1 but I can't. Do you have any ideas to fix the resolution? Thank you
bixord
@BlackMamba23, I'm not really sure what you mean by "resolution". What's the error message you're getting?
HomelessToRich
@bixord, Thanks for the reply. Here an example of what I mean by resolution.
res5 = input(title="Resolution", type=input.resolution, defval="5")
htf_ma5 = sma(src, ma_len)
out5 = security(syminfo.tickerid, res5, htf_ma5)
outplot5 = plot(out5,color = color.new(color.red,0), offset=ma_offset,title="out5")
詳細