
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hello i see it´s long time ago but is this problem solved ?
maybe someone can show me how to solve this or can tell me what the servicedesk tells them ?
I think there's never an update about the speed of the backtest the speed jump from 31 and 32 still big.
No, it was not solved nor will it ever be solved because MetaTrader 4 is no longer actively developed! So, there is no use in contacting the Service Desk!
Hello,
This is my code for slowing down the Strategy Tester Visual Mode. Set speed to 32.Code is in OnTick() function. You can change speed in yellow number.
Code:
for(int a=0;a<800;a++)
{
ObjectCreate(NULL,"Main",OBJ_ARROW,0,Time[100],Low[100]-50*_Point);
ObjectSetInteger(NULL,"Main",OBJPROP_ARROWCODE,241);
}