Beta Testing of MetaTrader 5 Has Started! - page 27

 

I couldn't replicate that moving average issue you have, but I have noticed my bar data isn't drawn properly if I go into and out of stand by.

The data that was missed doesn't automatically refresh when the connection to the server is established again. Right clicking on chart and refreshing doesn't help.


The only solution to fixing the bars is to close mt5 and start it up again and it refreshes(if you're connected to server).


That seems like a bug to me since it worked fine in mt4. So try that and see if it fixes the MA display also.

 

I think Triple Exponential Average standard indicator has bug.

I can see it in H4 but not in lower time frames.

 
nigelxx wrote >>

I am just logging a potential bug with MT5Setup.exe file version 1.0.0.2 (downloaded from Gallant FX)
Running on Win Vista Home Premium SP1. 3Gb Ram, 32bit OS

The Issue: The application would not start up - when clicking on the Desktop Shortcut, the program is not activated. (terminal.exe does not show up in running processes)
Right clicking terminal.exe from the program folder and selecting "Run as Administrator..." has the same effect ... the program does not start.

Other notes: The "metaeditor.exe" program starts without issue.

(but clicking the "Activate Trading Terminal" button makes metaeditor hang and then not respond, no suprise as MT5 wont start any way.)

Solution

Next Step >> I downloaded the MT5Setup.exe posted by Lenar on page 1 of this forum and it has installed without issue.
I am now going to explore the new features of MT5 and will post my feedback and bug reports accordingly,

really ? impossible....

 
I'm beta testing the MT5 Client Terminal on Windows XP OS and having a stack overflow problem. The MACD Sample EA has run OK for several weeks until about build 215 update. As a test, last Friday at 12:34 EST US, I launched 5 MACD Samples simultaneously. Then at 14.24 EST US had stack overflow on all 5. This repeats every time I tried to run the EA. There must be an infinite array type loop or something similar in one of the #include files.

2009.11.06 14:25:31 MACD Sample (EURUSD,M15) Stack overflow at 0x0288135B
2009.11.06 14:25:31 MACD Sample (EURUSD,M15) Stack overflow at 0x02A0135B
2009.11.06 14:25:31 MACD Sample (EURUSD,M15) Stack overflow at 0x028E135B
2009.11.06 14:25:31 MACD Sample (EURUSD,M15) Stack overflow at 0x03A7135B

2009.11.06 14:25:31 MACD Sample (EURUSD,M15) Stack overflow at 0x027F135B

 
wackena wrote >>
I'm beta testing the MT5 Client Terminal on Windows XP OS and having a stack overflow problem. The MACD Sample EA has run OK for several weeks until about build 215 update. As a test, last Friday at 12:34 EST US, I launched 5 MACD Samples simultaneously. Then at 14.24 EST US had stack overflow on all 5. This repeats every time I tried to run the EA. There must be an infinite array type loop or something similar in one of the #include files.

2009.11.06 14:25:31 MACD Sample (EURUSD,M15) Stack overflow at 0x0288135B
2009.11.06 14:25:31 MACD Sample (EURUSD,M15) Stack overflow at 0x02A0135B
2009.11.06 14:25:31 MACD Sample (EURUSD,M15) Stack overflow at 0x028E135B
2009.11.06 14:25:31 MACD Sample (EURUSD,M15) Stack overflow at 0x03A7135B

2009.11.06 14:25:31 MACD Sample (EURUSD,M15) Stack overflow at 0x027F135B

Clean and defrag your drive. then cold boot.

 
Latest version of MACD Sample (version 5.05). Included mqh-files have revision 29.11.10
 

We can't have parameters in constructors, correct?

 
circlesquares:

We can't have parameters in constructors, correct?

Yes, it is. Constructor has to be without parameters only.

 
Gachette:

really ? impossible....

Same problem as " nigelxx " . . .


The application would not start up - when clicking on the Desktop Shortcut, the program is not activated. (terminal.exe does not show up in running processes)


Will be watching for discussion . . .

 

I've got a problem with MqlDateTime structure.

Neither TimeToStruct(), nor TimeCurrent() write anything except zeros into all its fields.

Tried in OnInit() and OnTick() functions.

For example, this:

   MqlDateTime dt;
   TimeCurrent(dt);
   Print(dt.hour, " ", dt.day_of_week);
Prints nothing but "0 0".
Reason: