Can someone help me code MT4 to have a column in my trade tab or any other way to know what is my max drawdown during the course of a trade? This means that even if i close my trades with an eventual +, i want to know what was the max drawdrown during the course of the trade.
The thing is that i’m not just running one pair otherwise i could just look at the charts and see the high and low. I am opening 7 or 8 pairs at the same time and closing them at the same time so im wondering what is the max drawdown during any single point that the trade is open.
Thank you for the response! The problem is that since its 7 or 8 pairs at a time its not possible to do the math for when the max drawdown happened during the course of a trade that may last 12 hours. The only way is to continually stare for the entire 12 hours at the profit column in the trade tab and see when it gives a number that i can conclude has been at the maximum minus.
Its not really about communicating with indicators from different charts - its about the tally at the bottom of the profit column keeping a log of its most extreme value during an entire trade. Do you think that’s possible?
I do not know how long your trades last, but you could look on a 1 minute chart to see where the price action went during your trade.
If your program goes back far enough and stores enough of the data, this should not be a problem.
You only then need to keep track of your entry points.
To remove it right-click anywhere on your chart and select “Indicators List”, then select it from the list and hit “delete.”
It refreshes everytime the price changes, but it does lag one tick behind. There’s no way around that, it’s a limitation of the MT4 programming language.