MT4 and MT5 Server Times are different - page 2

 
wiptheman:

I use H3 bars > So I guess I can make H3 bars out of H1 bar as well right?

Can you point me to a article that explains how to do that ? 

Yes you can create you own H3 bar data from H1,  an article ?  nope,  just think about what you need to do and code it.  You should be able to create you own H3 data in an array and access it in a similar way that your do with any OHLC data.  For each tick you will update the most recent location in the array for the H3 bar 0 data.

Maybe this will help:  https://www.mql5.com/en/forum/7058 

 

Thank for all your help! I'll look into that.

One last (stupid?) questions. I will not be able to visualize those constructed H3 bars on the chart will I? 

 
wiptheman:

Thank for all your help! I'll look into that.

One last (stupid?) questions. I will not be able to visualize those constructed H3 bars on the chart will I? 

You might be able to . . .  but you will need to create your own chart. 
 
wiptheman:

Thank for all your help! I'll look into that.

One last (stupid?) questions. I will not be able to visualize those constructed H3 bars on the chart will I? 

You can create an indicator for that. Maybe there is already something existing in the Codebase ?
 

Search for "P4L PeriodCon.mq4" on FF.  It can generate non-standard timeframes and/or introduce a timeshift.  See post #1 in the thread with the indy. 

Reason: