Posted By Bebop on 06-09-2010 2:10 PM Please tell me how to add a BarArray to a Chart.
For example, I am calculating, and saving, my own Stop values in a BarArray. I would like to see thse plotted along with the price history.
I think what you're really asking here is how you can plot session data from a backtest run. Is that correct?
As things stand I don't think that is possible. What you can do instead is create a custom report to list the variable values and then export that data to disk in csv format. You can then plot it in Excel.
If I've misunderstood what you're trying to do then you'll need to clarify.
Regards,
Dave |