Is there a maximum draw down or profit indior/EA?

thread: Is there a maximum draw down or profit indior/EA?

  1. #1

    Is there a maximum draw down or profit indicator/EA?

    Can there be an indior/EA that will show what was the greatest draw down or profit.

    I don't wish to sit and watch always at the chart.

  2. #2
    I tried to create this EA through FXDreema but I couldn't finish it as I did not understand how to show details on chart.
    That apart here is exactly what I did for calculating MaxProfit or MaxDrawdown
    I delegated two variables specifically MaxProfit and MaxLoss
    On every tick it would test for the Profit(Equity-Balance) and if its larger than MaxProfit it would change the variables value alone.
    On the other hand if it's less than MaxLoss it would change the variables value alone.
    So you see it would eventually show MaxProfit or even MaxLoss.
    But I couldn't exhibit the results on the chart. Only if someone would assist with that.
    This may be really helpful.

  •