Forum

Expert Advisor (Generate) in MQL4 Wizard

Is there any plan to add a Expert Advisor(Generate) in MQL4 Wizard which can create/generate my own experts based on standard libraries ? BTW, currently there is no "Expert" and "Trade" standard libraries in MT4 build 574

Forex Market Hours

Hi guys, Is it possiable to know when is the market weekly opening and closing time by MQL5 code

MQL5 formatter/beautifier?

Can you advise which tool can help us formater MQL5 source code? thanks

Code review on MQL5

Do you guys have any recommended tools for code reviewing on MQL5? Parasoft C Plus Plus Test Pro, AutomatedQA TestComplete Enterprise, Scientific Toolworks Understand? thanks

Method Refresh() is empty...

Hi Guys, Method Refresh() is called in CIndicators::Refresh(). but the method Refresh() in file Series.mqh is empty, why? please advise. //+------------------------------------------------------------------+ //| Indicators.mqh | //|

Why did not assign value to these parameters?

Hi Guys, Why did not assign value to these parameters (double price,sl,tp) in the functions CheckOpenLong() and CheckOpenShort? //+------------------------------------------------------------------+ //| Expert.mqh | //|