Shortcut key

 
Is there a short cut key to move from one chart to the next?
 

Ctrl+F6

Activate the previous chart window.

Ctrl+Shift+F6

Activate the next chart window.

 
You can also make your own hotkeys with OnChartEvent/CHARTEVENT_KEYDOWN, managing windows is done with SetWindowPos and GetParent from Windows' user32.dll (you can acquire a particular chart window's handle with ChartGetInteger, the window with a frame and buttons is its parent).
Reason: