TradingView
str1nger
2 פבר׳ 2021 09:44

MACD + vwap RSI 

Bitcoin Perpetual FuturesFTX

תיאור

Putting the MacD and vRSI onto one indicator line
תגובות
JayyTheeManFX
When AutoGPT finds this strategy. You're the chosen one by AI. Lol! On a more serious note, I will try this out and let you know what I think.
str1nger
if you are using small movements (like XRP) then you might want to change the following lines
13 os = input(title="RSI Oversold (%)", minval=0.0, step=1, defval=250.1, type=input.float)
14 ob = input(title="RSI Overbought (%)", minval=0.0, step=1, defval=750.1, type=input.float)
49 hline(50*0.1, title="Mid line", linestyle=hline.style_dotted, color=color.gray)

see where it has the *0.1 this is to reduce the RSI from 0-100 down to 0-10 so that is doesnt make the MACD tiny
str1nger
For smaller movements such as XRP, you could correct the RSI calculation to 10% so that everything is easier to see.
jeffvin
Hi, This is exactly what I have been looking for. However, the MACD is so tiny I can't see it. Is there any way to increase the size of the MACD? Thanks!!
str1nger
@jeffvin, read the above comments…you just need to change the multiplyer
עוד