I have an EA on MT4 that I have modified for my own needs and it looks great on a backtest. But will the backtest fail if I'm holding a trade that will blow my account?
Thanks!
Thanks!
How to Blow $200 account using VSA--- 594 replies
How Not To Blow Out Your Account In A Week 18 replies
My journey.. Hope don't blow my account :p 6 replies
Visual backtest result different from non-visual backtest 0 replies
Lessons you learn only when you blow up your account. 7 replies
DislikedI think if you are backtesting, and the max drawdown is 100% you have a failure.
Thats just my take.Ignored
in order to crash a backtester for a margin call, use this:
if(AccountFreeMargin()<0)
{
((code to close trades here))
}
that might not be the exact code, but the point is that you have to hard code it into the EA for backtests to run closer to reality.
DislikedI am a rookie and was wondering what that 25% represented. I went to alpari and downloaded all the history for EURUSD M1 as far back as they had it. Why would my modeling quality be so low?
Thanks!
LauraIgnored
DislikedDid you use the history center from the tools option to install it?Ignored