Forum

Looking For An MQL5 Coding Buddy

I started coding the EA in MQL4 but decided it was time to switch to MQL5. I want to write an EA which will take trades off support and resistance levels , but will also use protective hedges to guard against loss in case the trade doesn't go the direction it is supposed to. The protective hedge

What happened to the ATC Champion League?

Why did the Automated Trading Championship stop

long or ulong type variable for magic number?

I don't know weather this is a problem or not. I just don't have enough experience working with class functions to know. For example CPositionInfo sets Magic as a long. class CPositionInfo : public CObject { protected : ENUM_POSITION_TYPE m_type; double m_volume; double

Proper Order To List #Include Files In MQ5 Expert Advisor?

Is there a proper order in which Include files should be loaded? Some special order to prevent conflicts? Why do I ask? I thought something I was reading mentioned it momentarily. I cannot re-locate the reference, but it left a concern in my mind. Any problem with this

Please help me locate MetaTrader 5 Build 4300 Information

I can only find information for up to build 4260. Could you please direct where to look? It looks like I am running 4300. //--- Get the number of a build where the program is compiled Print ( __FUNCTION__ , " Build #" , __MQLBUILD__ ); Thank you