Stop trading In backtest
For saving time in backtest set some conditions to stopping the current one.
For example I am trying to make a set for prop farm trading. It is important for me to respect to the rules. I want to break the test if total dd% is greater than 10% (base on initial balance) and continue to the next one.
set some feature especially for prop farms rules.
Thanks a lot.
You could set a very high risk in settings. For instance set the risk 10 times higher than you want it to be later on the account and many backtests will fail with 100 DD. If one strategy passes with 99 % DD set the risk back to one-tenth. Result will be a strategy with max 9,9 % DD.