Backtesting VISUAL mode Slow/Fast - page 2

 
Elias Gratzer:
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.

 
Elias Gratzer: 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 ?

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);

}

Reason: