Advanced GRID MT5
- Experts
- Volodymyr Hrybachov
- Versione: 1.1
- Aggiornato: 3 marzo 2022
- Attivazioni: 5
Calm grid adviser developed by a professional trader for traders. It works with market orders, the first transaction opens with sharp movements. It has the functions of minimum holding time and minimum interval between opening new orders in seconds. It can work with any brokers, including American brokers, requiring FIFO to close primarily previously opened transactions. Closing orders is a unidirectional basket of orders. To close positions, you can use the functions of stop loss, take profit, breakeven and trailing stop. The chart displays trade statistics.
MT4 version - https://www.mql5.com/en/market/product/49569
Parameters:
- LANGUAGE - language selection for information output;
- MAGIC_NUMBER - magic number;
- ORDERS_COMMENT - advisor comments in the order;
- MAX_SLIPPAGE - maximum slippage;
- MAX_SPREAD - maximum spread when opening a deal;
- COMMISSION_CONTROL - if the broker has a transaction fee, set the flag COMMISSION_CONTROL = true;
- COMMISSION_PER_LOT - as a commission for 1 lot;
- DISTANCE - the distance that the price must go for N second;
- TIMER - timer in seconds;
- MIN_INTERVAL_SEC - the minimum interval between the opening of new orders in seconds;
- ORDER_OPEN_STOP - step to open a grid order between orders;
- ORDER_OPEN_STEP - indent from the current price for opening an order;
- MAX_ORDERS - maximum number of orders;
- START_LOT - starting lot for each N of the balance (parameter FROM_BALANCE);
- MAX_LOT - maximum lot for each N of the balance (parameter FROM_BALANCE);
- FROM_BALANCE - N units of the base currency for calculating the lot;
- LOT_MULTIPLIER - from which order to start increasing the lot;
- MIN_HOLDING_TIME - minimum position holding time, in seconds ;;
- STOPLOSS - stop loss;
- TAKEPROFIT - take profit;
- BREAKEVEN_STOP - profit in pips, after which the stop loss is set to breakeven + BREAKEVEN_PROFIT pips;
- BREAKEVEN_STEP - the number of profit points when closing orders at the breakeven level;
- 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;