RoNz Auto SL-TS-TP v2.06 – EA MetaTrader 4

Ronz Auto SL TS TP Input Params
EA for Automatic Stop Loss, Take Profit, Profit Lock, and Trailing Stop (With Special Methods). SL and TP could be hidden. Input parameters Changes v. 1.0: Auto SL and TP. v. 1.22: Correcting Minimum Stop Level. v. 2.0: Added modes for SL and TP (Hidden or Placed). Added profit lock. Added stepping Trailing Stop. v. … Read more

Auto MM – script MetaTrader 4

Auto MM
This script will help you calculate your lot to open position. You just need to enter Risk and StopLoss. Input parameters: OPBUY=False — set true for entry position OPSELL=False — set true for entry position Risk=10 — in percent, your maximum loss when hit Stop Loss SL=20 — it means 20 pips (4 digits) and … Read more

Auto optimizer – library MetaTrader 4

Auto optimizer - library for MetaTrader 4
The detailed article on the usage of the auto optimizer library and principles of its operation can be found here: The code to insert in your EA: //—- extern int SetHour   = 0;                 //Optimization starting hour extern int SetMinute = 1;                 //Optimization starting minute int    TestDay       = 3;                 //Number of days for optimization int    TimeOut       = 4;                 … Read more

Auto Trader – EA MetaTrader 5

Auto Trader - expert for MetaTrader 5
The Auto Trader Expert Advisor is designed for enabling/disabling the AutoTrading button of the MetaTrader 5 terminal. At the time specified in StartHour and StartMinute the EA enables the AutoTrading button, if it is released, and disables itif the time is greater than StopHour and StopMinute, as well as close all currently opened positions on … Read more