Hello, as the title suggests, mine is a request to implement a function that you don’t have.
So very briefly: is it possible to put two fields in the EA?
These two fields are as follows:
- Total Max DrawDown (%)
- Max Intraday Loss (%).
For Developers i can simplify the two functions because they already exist on pine-script, in fact they correspond to:
strategy.risk.max_intraday_loss(value=<VALUE Without %>, type=strategy.percent_of_equity)
strategy.risk.max_drawdown(value=<VALUE Without %>, type=strategy.percent_of_equity)
Where the VALUE is a number ranging from 1 to 100% and if 0 (or disabled) we can leave 100.
I don’t know the limits of mt4 so could you tell me if it’s a feature that is possible to implement on mt4? If it’s doable, can I get an estimate of how long it might take?
Thanks for your time and your patience
Kind Regards, Kevin