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

Edit: Im using M1 and every tick based on real ticks.

Jumps only happen when a trade is opened, from opening candle to closing candle. It doesnt matter what speed Im using 

The Fundamentals of Testing in MetaTrader 5
The Fundamentals of Testing in MetaTrader 5
  • www.mql5.com
What are the differences between the three modes of testing in MetaTrader 5, and what should be particularly looked for? How does the testing of an EA, trading simultaneously on multiple instruments, take place? When and how are the indicator values calculated during testing, and how are the events handled? How to synchronize the bars from different instruments during testing in an "open prices only" mode? This article aims to provide answers to these and many other questions.
 
Alvaro Rhea: I want to be able to see what happens in between

Go to a smaller timeframe.

 
Im already on M1 and using every tick based on real ticks