Don Baechtel
Don Baechtel
Entity3
Friends 1
Don Baechtel
Added topic MQL% FileWriteStruct generates no output to file
My EA has the following function: int GetHistories( ENUM_TIMEFRAMES timeframe) {    MqlRates Rates[];    int copied = 0 ;    ResetLastError ();    string symbx= Symbol ();    for ( int x= 0 ;
Don Baechtel
Added topic Change Account currency from EUR to USD?
How do I Change the Account currency from EUR to USD
Don Baechtel
Added topic How to determine why an order closed In MQL 4?
There are several reasons why an order was closed:         Unknown = -1,         Expiration = 0,         Market = 1,         TakeProfit = 2,        
Don Baechtel
Added topic How to detect why an order closed in MQL5?
There are several reasons why an order may have Closed:   Unknown = -1,         Expiration = 0,         Market = 1,         TakeProfit = 2,         StopLoss = 3
Don Baechtel
Added topic DLLSample generates "Cannot load 'DLLSample.dll' [126]"
When the DLLSampleTester.mq4 is run, it gets "Cannot load 'DLLSample.dll' [126]". Why? How to fix this? It is NOT good when the samples will not run
Don Baechtel
Registered at MQL5.community