thekaptain
thekaptain
Friends

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

thekaptain
Registered at MQL5.community
thekaptain
Added topic Order Modify
Hello Everyone, I have been experiencing intermittent issues with my OrderModify code and I have not been able to figure out what is causing it to fail. Typically the EA opens and order and then modifies it. But lately, the EA opens and order and
thekaptain
Added topic Flexing the limits of a variable
Just wondering if this would pose a problem, as it compiles, but I don't believe it will work. string BuyOrSell = "Both" ; int intOrderType; if (BuyOrSell == "Both" ) intOrderType = OP_BUY || OP_SELL;