Hi,
I am looking at a strategy for several forex pairs and how they perform together. I export the backtest information into excel by drag and drop. The info is per trade, but is there any way of exporting the actual equity curve? That way I could for example see exactly where the drawdown is and put them together to see the total DD for all pairs.
You can’t export graphical objects, just data.
The solution is to write your own DrawDown & RunUp code.
You can find it here.
Thanks Roberto
I still cant get the data for the DD or equity to excel right? I want to put all the pairs together to see the total DrawDown.
Right, but you can GRAPH the drawdown and runup. You will be able to see their values and their curves.