I want to create a few strategies that involve some indicators that should be plotted over the candles, others that should go into their own windows because they have different scales.
Let's say for the sake of the example that we want to plot BB and MACD in the same graph. We want the BB over the candles graph, the MACD into its own window. How do I do this? If I use "overlay=true", both are plot in the candles graph. If I try "overlay=false", then the BBs are not plotted over the candles. Plus, AFAIK we can only have one "strategy(overlay=xx)" per script.
Appreciate your help!