Reversing Martingale EA – EA MetaTrader 5

inputs
This Expert Advisor is based on a very popular but dangerous strategy which doubles the stakes after each loosing trade. Finally, if there is enough margin, it will reverse into the direction of the current price movement and will eventually close in profit, compensating for the entire loosing series. This code can be used in … Read more

Reversing Grid on Limit orders – EA MetaTrader 5

inputs
This is a Grid system which opens first trade with market order and next orders of the Grid with Limit Pending orders. This code can be used in both MetaTrader5 and MetaTrader4. Just change the file extension from .mq5 to .mq4 and compile the file in MetaEditor. This expert advisor is designed with visual strategy builder – Mission Automate. … Read more