Erich Pribitzer
Erich Pribitzer
Friends

Add friends via their profile or user search and you will be able to see if they are online

Erich Pribitzer
Registered at MQL5.community
Erich Pribitzer
Added topic unexpected behavor mql4 double values
double aprice =NormalizeDouble(1.33083,4); double bprice =NormalizeDouble(1.3312,4); double abdiff = aprice-bprice; if(abdiff == -0.0004) Print("Equal -0.0004"); else Print("Not equal -0.0004"); Output: Not equal -0.0004 Expected
Erich Pribitzer
Added topic broker with large history ?
Hi all! I'm very proud of my first working expert advisor. :D But I need to be certain that the EA works also before 2009-10-01. Does anyone know a broker who provides a demo account with a history log before 2009-01-01 (time line M15 / MetaTrader4
Erich Pribitzer
Added topic Suspect stats-results version 226
Just tested my EA, got some suspect results! Is it a bug or a feature