EA to automatically take “pictures” of your orders – EA MetaTrader 4

EA to automatically take "pictures" of your orders - expert for MetaTrader 4
Author: mapick I developed this EA to keep pictures of my orders, i.e. to publish or explain them, or to see if something strange happens… when I’m not in front of my MetaTrader The use is very simple, you launch the EA on the graph or on every graphs you operate, and it takes the … Read more

KILL ALL ORDERS (All Symbols) – script MetaTrader 4

KILL ALL ORDERS (All Symbols) - script for MetaTrader 4
Author: David Thomas – aka: CodeMonkey irc: chat.ircforex.co (#mqldev, #forex) (Yes that is suppose to be a .co domain.) Someone needed a quick way to close all the orders in the basket, both pending and live. Place this script in your \experts\scripts folder. Then you can either assign a hot-key to it, or just drop … Read more

Straddle Orders Around Current Price Level – script MetaTrader 5

Straddle Orders Around Current Price Level
A script for creating straddle Buy/Sell stop orders. The idea would be that they expire after a certain time period and would straddle the current price action a certain number of points. If there is an existing open position, the position’s stop loss would be set to 1 point less than the opposite order. If … Read more

Close all orders once the drawdown reaches a specific percentage – EA MetaTrader 4

Close all orders once the drawdown reaches a specific percentage - expert for MetaTrader 4
This code has some functions to close all opened orders once the drawdown reaches a specific percentage of the account balance. You will just enter the magic number of the orders (enter 0 for control all orders), and the maximum percentage of drawdown that will allow the code logic to close the order once it … Read more