Long or Short MT4
- Uzman Danışmanlar
- Volodymyr Hrybachov
- Sürüm: 1.1
- Güncellendi: 3 Mart 2022
- Etkinleştirmeler: 5
Grid Expert Advisor without indicators. When installed on a chart, the adviser immediately starts its work, depending on the settings, it can work only BUY, SELL or BUY and SELL at a time. The EA has a new cycle parameter, if you want to complete the trading, set the NEW_CYCLE = false parameter, and the EA will not open a new series of orders. each transaction can have a stop loss, take profit and be accompanied by a trailing stop. It has filters by spread, maximum lot and the number of orders. It can also work on time.
MT5 https://www.mql5.com/en/market/product/50691
PARAMETERS:
- NEW_CYCLE - new cycle for opening orders;
- TRADE_DIRECTION - direction of trade;
- STEP_ORDERS - step between orders;
- STEP_MULTIPLIER - step multiplier between orders;
- MAX_STEP - maximum step;
- MAX_ORDERS - maximum number of orders;
- START_LOT - starting lot;
- LOT_MULTIPLIER - lot multiplier
- MAX_LOT - maximum lot;
- STOPLOSS - stop loss;
- TAKEPROFIT Take Profit;
- TRAILING_STOP - the step of the trailing stop in pips which remains for the price movement after modifying the stop loss, is set in points;
- TRAILING_STEP - the size of the trailing stop in pips, by which the fixed profit will change, is set in points;
- MAGIC_NUMBER - magic number;
- ORDERS_COMMENT - comment on orders;
- MAX_SLIPPAGE - filter by maximum slippage;
- MAX_SPREAD - filter by maximum spread;
- COMMISSION_CONTROL - filter of transaction commission;
- COMMISSION_PER_LOT - commission for 1 lot;
- SUNDAY_HOURS ... SATURDAY_HOURS - working hours, opening a new cycle of orders. if = "00: 00-00: 00" then it is not used;
- SHOW_INFO - show information;
- LANGUAGE - information output language;