Forum

What's wrong with my code? Who can help me,Please?

/+------------------------------------------------------------------+ //| test.mq5 | //| Copyright 2013, MetaQuotes Software Corp. | //| http://www.mql5.com |

Why can't Mt5 entry Chinese stock market ?

Who can tell me Why Mt5 can't entry Chinese stock market

Why can't show real signal of MQL5 website in MT5 terminal?

Such as "Solid12345" signal can't view in Mt5 terminal

Why it doesn't work?

/+------------------------------------------------------------------+ //| test.mq5 | //| Copyright 2013, MetaQuotes Software Corp. | //| http://www.mql5.com |

How to unsubscribe a signal ?

I subscribe a signal ,I want to change a signal,but can't unsubscribe it . How to do it

global initialization failed

2012.08.04 10:37:56 Core 1 2012.01.01 00:00:00 Invalid EX5 file 2012.08.04 10:37:56 Core 1 tester stopped because expert initialization failed My EA has compiled successfully, but can't run. log show: global initialization failed

Memory not available

2011.12.15 13:44:30 MemoryException 34471936 bytes not available What's wrong with my EA

What's the mean of the code in "ExpertSignal.mqh"?

//+------------------------------------------------------------------+ //| Macro definitions. | //+------------------------------------------------------------------+ //--- check if a market model is used #define IS_PATTERN_USAGE(p)

Strategy Tester of build 278 doesn't support multicurrency EA.

It only outputs the result of symbol which EA attached

While specified a symbol that different from current symbol,the MACD indicator doesn't work.

In MACD indicator , use "AUDUSD" instead of "NULL" as below: ExtFastMaHandle=iMA("AUDUSD",0,InpFastEMA,0,MODE_EMA,InpAppliedPrice); ExtSlowMaHandle=iMA("AUDUSD",0,InpSlowEMA,0,MODE_EMA,InpAppliedPrice); and then it can't work unless current symbol is "AUDUSD"