Simple Order Panel – EA MetaTrader 5

Simple Order Panel - expert for MetaTrader 5
Source code of simple order panel which you can customize at your will. The code compiles both for MT5 and MT4 (the mq4 needed would look the same as the mq5 included here). I recommend compiling the MT4 version using the Controls library from MT5 though. Some fixes when dealing with templates will require a … Read more

Code for counting open orders by Order Type individually – EA MetaTrader 4

Code for counting open orders by Order Type individually - expert for MetaTrader 4
It is common for Expert Advisor developers to face the challenge of making the robot capable of opening and administering more than one order at the same time. For that, there needs to be a way to recognize the total open orders running and also each one of them by type. With that in mind, … Read more