Tick plotting of the Current Candle.

 
Attention to MetaQuotes.
Since the start() function is triggered every tick, one can calculate necessary trend directions based on tick time frame.
However, one cannot plot any graphics within the tick time frame.
In MT4 environment it is possible to open and close order multiply within selected time frame.
For example: If you are working in M15 time frame and 40 pip 2 min. duration spikes comes you can open and close special order to service such spike without ability to plot it on the screen.
Therefore it would be nice feature if current candle could be expanded to the tick time frame.
After all, no matter in which time frame one operates the final value of the candle is determined by the first and last tick. It would be nice to monitor what happens within the candle.
Simply clicking on tool bar "Zoom" button would expand last candle to the tick time frame.
Is MetaQuaotes planing to implement similar feature?
 
And on H4 or D1 bars, for example, we could "zoom in" and see M15 or M5 bars.

This sounds like it would take some effort to code, but it would really make MT4 standout. If you added this and tick/volume bars, I think MT4 would be one of the best retail charting apps out there.
 
And on H4 or D1 bars, for example, we could "zoom in" and see M15 or M5 bars.

This sounds like it would take some effort to code, but it would really make MT4 standout. If you added this and tick/volume bars, I think MT4 would be one of the best retail charting apps out there.

Well it should not be too complicated since all necessary modules are already there and are functional especially if implemented only for the current bar.

These of you who are familiar with good oscilloscope such feature is called "Delaying".
Reason: