Super trend – simple Alert – indicator MetaTrader 5

Super trend - simple Alert
Description of the indicator Several types of signals have been added to the Super trend – simple:  custom indicator when the line color changes. The following types of signals are available: Sound Alert Send mail Send push notification Pic. 1. Super trend – simple Alert Super trend – simple Alert – indicator MetaTrader 5

Symbol Trade Made Simple With Functions – library MetaTrader 5

Symbol Trade Made Simple With Functions - library for MetaTrader 5
This is my personal library with lot of functions to easily manipulate positions and receive various infos. I work on it since 2019. Hope you like it 🙂 SymbolOpenPipsMagic – return open pips from all positions by magic number. SymbolOpenPercentageMagic – return percentage from open positions by magic number. SymbolOpenPoints – return open points/pipets trades. SymbolOpenPointsMagic – return open … Read more

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

Simple check open orders filter boolean function for Expert Advisors – EA MetaTrader 4

Simple check open orders filter boolean function for Expert Advisors - expert for MetaTrader 4
It is common for novice developers to face the challenge of making the Expert Advisor able to detect if there are open orders independently, without using the OrdersTotal() function, as this does not recognize if an order was opened by an EA or if it was opened manually, since it returns the total amount of … Read more