Automatic open new graph (rotate graph)

 

Hi,

I have this idea: Doing code for automatic open news graph (rotate system).

Example: I select few prefered graph (majors) and I want rotate this graph after X sec. Do you have code for my idea, please? Thank you.

 
endy5:

Hi,

I have this idea: Doing code for automatic open news graph (rotate system).

Example: I select few prefered graph (majors) and I want rotate this graph after X sec. Do you have code for my idea, please? Thank you.


No code for your idea, but rather an idea for your code. I bet it was done multiple times, but I am not willing to google for it. Take advantage of the PostMessageA, hwnd is the target window handle.

You will probably like to run it from an independent window to avoid complex control of the script in the rotating window.

PostMessageA(hwnd, 0x0111, XXXXX, 0);
XXXXX:
          33134 - таймфрейм D1;
          33135 - таймфрейм H1;
          33136 - таймфрейм Н4;
          33137 - таймфрейм М1;
          33138 - таймфрейм М5;
          33139 - таймфрейм М15;
          33140 - таймфрейм М30;
          33141 - таймфрейм W1;
 
You can write code, I believe that this is not a problem. The question is, you were right to say "not willing to google for it.". In all projects, which is related to software development company to look for new ideas.