Hello,
I am having trouble compiling my mq4 indicator.
Every time i get some errors:
10:10:50 ----------
10:10:50 TimeWrapperMql cannot be resolved to a type
10:10:50 ^^^^^^^^^^^^^^^
10:10:50
NewBar_LastTime=toDateTimeObject(iTime(toInstrument(Symbol()),toPeriod(Period()),toInt(0))+time_offset);
10:10:50 4. ERROR in C:\Users\Ruben\Local
Settings\JForex\Ruben\jfxide\tmp\compile\ShvedSupplyandDemande600.java (at
line 839)
10:10:50 ----------
10:10:50 TimeWrapperMql cannot be resolved to a type
10:10:50 ^^^^^^^^^^^^^^^
10:10:50 if
(notEqual(iTime(toInstrument(Symbol()),toPeriod(Period()),toInt(0))+time_offset,
toIntTime(NewBar_LastTime))){
10:10:50 3. ERROR in C:\Users\Ruben\Local
Settings\JForex\Ruben\jfxide\tmp\compile\ShvedSupplyandDemande600.java (at
line 838)
10:10:50 ----------
10:10:50 TimeWrapperMql cannot be resolved to a type
10:10:50 ^^^^^^^^^^^^^^^
10:10:50 NewBar_LastTime=toDateTimeObject(0);
10:10:50 2. ERROR in C:\Users\Ruben\Local
Settings\JForex\Ruben\jfxide\tmp\compile\ShvedSupplyandDemande600.java (at
line 835)
10:10:50 ----------
10:10:50 TimeWrapperMql cannot be resolved to a type
10:10:50 ^^^^^^^^^^^^^^
10:10:50 static TimeWrapperMql NewBar_LastTime;
10:10:50 1. ERROR in C:\Users\Ruben\Local
Settings\JForex\Ruben\jfxide\tmp\compile\ShvedSupplyandDemande600.java (at
line 168)
10:10:50 ----------
As i don't know how to add a file here i will add the link where the original indicator can be downloaded.
I hope this is oke.
https://www.forex-tsd.com/adownload.php? ... tid=197852Anybody who can help me please?