I have the same problem as: Add Technical Indicator to chart.Posn
However, I am working with a custom indicator and it is plotting on top of the positions chart. can someone assist me? The indicator I am working with is proprietary, but any defined custom-indicator solution would be helpful.
Here is my chart.Posn() call:
chart.Posn(Portfolio = strategy,
Symbol = tickers,
theme = myTheme,
Dates = "2016-01-20::2016-01-20",
TA = "add_TA(range_expansion_index(OHLC(mktdata)))")
and this is what my output looks like (i have highlighted the problem in the red box):