Strategy tester visualization mt5 jumping from pending triggered to closing trade
-
Im backtesting an algo and I want to be able to see it working with the strategy tester visualization on mt5. The problem Im encountering is that from the moment a trade is opened, the graph jumps directly to the moment the trade was closed. I want to be able to see what happens in between. Does anybody have the same problem? Any solutions? Is it related to my algo or the mt5 configurations?
Thanks in advance
-
@criptofuture said in Strategy tester visualization mt5 jumping from pending triggered to closing trade:
Im backtesting an algo and I want to be able to see it working with the strategy tester visualization on mt5. The problem Im encountering is that from the moment a trade is opened, the graph jumps directly to the moment the trade was closed. I want to be able to see what happens in between. Does anybody have the same problem? Any solutions? Is it related to my algo or the mt5 configurations?
Thanks in advance
sounds like a configuration issue.
Check the journal for errors.
If it says something about date, ensure you have whatever tick selection you intend to use, and also make sure the dates make sense. If you are trying to use data outside of your brokers ability, it may run, but not very well.