I have a strategy where a custom USD index is counted on the fly (for all 4 values O, H, L, C) from all 7 major USD crosses and a custom indicator is applied to the index to generate SELL/BUY signals.

I would like to visual debug it with the help of 8 Zorro windows. 1st window displaying the USD index as candles/OHLC bars with the custom indicator. Remaining 7 windows should display bars of each of the USD major cross with SELL/BUY events.

Can this be done in Zorro? If not, is there any other to achieve it, such as using other charting software in combination with the print(TO_CSV,...) function (an easy way to export backtest data or indicator values to a .csv spreadsheet in the Log folder)?

Thx for help