MT4 variant for MT5 SymbolIsSynchronized() function.

 

Hi all.

I'm making a custom indicator in MT4 and MT5 using the SymbolIsSynchronized().

The indicator uses the data of multiple Indexes. But this function does not work with MT4.

Is there a substitute MT4 variant for this function?

 
On MT4: Unless the current chart is the specific pair/TF referenced, you must handle 4066/4073 errors.
          Download history in MQL4 EA - MQL4 and MetaTrader 4 - MQL4 programming forum
 
whroeder1:
On MT4: Unless the current chart is the specific pair/TF referenced, you must handle 4066/4073 errors.
          Download history in MQL4 EA - MQL4 and MetaTrader 4 - MQL4 programming forum

Thank you!

 
Snelle Moda:

Thank you!


Here is a library I made for it working with MTF/MS... You can use IsDataReady(...)

 
nicholishen:

Here is a library I made for it working with MTF/MS... You can use IsDataReady(...)


You are my hero!

Reason: