Count highest drawdown over time (Chart / pair only)
-
Hi
I'm trying to count the max drawdown over time in currency of a group of trades. For instance, i will run multiple pairs on an account but I want to have a counter on each pair bottom left to display the max drawdown it has achieved seperatly on each pair.
If anyone could push me in the right direction I would appreciate that, having a brain fart. So far I am only capturing one trades max dd.
Thanks
Variable "Equity Drawdown Count" = 0
1 - If "loop trades" profit is < than "Equity Drawdown Count"
2 - Print profit to "Equity Drawdown Count"
3 - Print comment "Max Drawdown" from "Equity Drawdown Count"https://fxdreema.com/shared/D9m6Efz9
