Software solution for moving bar in chart without using DLL (include internal Microsoft library)

 

Hi guys,

is possible move chart without using DLL?

By use user32.dll functions SendMessageA(..) or PostMessageA(..) I can move chart, virtual key PgUp, PgDw, key F12 etc. But does exist solution with use pure mql4?

Thank you.

 
 
honest_knave:

ChartNavigate()

 

 

Easy... Great! Very helpfull for me. Thank you.
Reason: