Hi There- I really appreciate your posts and find them useful! Especially the XAUUSD Buy/Sell levels. Do you post the same levels for US30, USTEC, etc. somewhere as well? Thanks again!
Im sorry to hear that. My interpretation of this site is that it is for collaborative purposes.
FWIW, I have made progress on the TV indicator:
Here is my code if anyone is interested in trying it in tradingview:
//@version=5
indicator("MFI+RSI/2 * ATR with Bollinger Bands", overlay=false)...
Would you be willing to share your code (and the settings that you are using?)? I am having trouble in getting it working on TradingView. My code is below if you're interested.
//@version=5
indicator("MRA Index", overlay=false)
// Input parameters
mfiLength = input.int(14, "MFI Length"...