HeatherMartin66 / Profile
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
HeatherMartin66
Added topic EA Error code
can anyone let me know what is the error with this command I cannot resolve it and what should be the correct format datetime currentTime = TimeCurrent(); int hh = TimeHour(currentTime);
HeatherMartin66
Hi could I just get your help on what the error is here and how to amend it. I just can't work out the 2 errors chatgpt isn’t picking it up right
// Intraday filter - uses TimeCurrent() inline (no t_now variable)bool IsIntradayAllowed(){ int hour = TimeHour (TimeCurrent()); // inline TimeCurrent()),no intermediate variable
bool allowed = false; if(Inp_IntradayStartHour <= Inp_IntradayEndHour) { if(hour >= Inp_IntradayStartHour && hour <= Inp_IntradayEndHour) allowed = true; }
What needs to be amended I cannot see what there error is can you help here is what it is highlighting - bold line
undeclared identifier Trend Duration EA.mq5 61 15'TimeCurrent' - some operator expected Trend Duration EA.mq5 61 25possible loss of data due to type conversion from 'double' to 'datetime' Trend Duration EA.mq5 265 53possible loss of data due to type conversion from 'double' to 'datetime' Trend Duration EA.mq5 278 542 errors, 2 warnings 2 2
// Intraday filter - uses TimeCurrent() inline (no t_now variable)bool IsIntradayAllowed(){ int hour = TimeHour (TimeCurrent()); // inline TimeCurrent()),no intermediate variable
bool allowed = false; if(Inp_IntradayStartHour <= Inp_IntradayEndHour) { if(hour >= Inp_IntradayStartHour && hour <= Inp_IntradayEndHour) allowed = true; }
What needs to be amended I cannot see what there error is can you help here is what it is highlighting - bold line
undeclared identifier Trend Duration EA.mq5 61 15'TimeCurrent' - some operator expected Trend Duration EA.mq5 61 25possible loss of data due to type conversion from 'double' to 'datetime' Trend Duration EA.mq5 265 53possible loss of data due to type conversion from 'double' to 'datetime' Trend Duration EA.mq5 278 542 errors, 2 warnings 2 2
HeatherMartin66
Added topic Unable to Save EA Files in "Experts" Folder on M
Hello, I am currently experiencing a problem with MetaTrader 5 on my MacBook Air. I installed MT5 directly from the official MQL5 site, but I am unable to save or move any EA files into the MQL5/Experts folder. Details: Platform: MacBook Air MT5
: