Forum

Change Account currency from EUR to USD?

How do I Change the Account currency from EUR to USD

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, StopLoss = 3, Risk = 4 In MQL 4, how does one determine why an order was closed? How does one determine if an order was closed by Market, Stoploss or TakeProfit

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, Risk = 4 How can you detect why an order closed in MQL4

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