Hotey MT5
- Experts
- Volodymyr Hrybachov
- Versione: 1.2
- Aggiornato: 3 marzo 2022
- Attivazioni: 5
Without indicator grid adviser making a large number of transactions. The EA is constantly in the market, when installed on the chart, it will immediately open 2 multidirectional positions and begin its work according to the algorithm laid down in it. To close positions, you can use the functions of stop loss, take profit, breakeven and trailing stop. The chart displays trade statistics. Advisor is suitable for both experienced traders and beginners. The most volatile pairs are suitable for work: GBPUSD, USDCAD, EURUSD, USDJPY, USDCHF, AUDUSD, NZDUSD.
MT4 version - https://www.mql5.com/en/market/product/50193
PARAMETERS:
- START_LOT - starting lot for each N of the balance (parameter START_LOT_BALANCE);
- START_LOT_BALANCE - N units of the base currency for calculating the lot;
- MIN_INTERVAL_SEC - 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;
- LOT_MULTIPLIER - lot multiplier for the grid of orders;
- MAX_LOT - maximum lot for each N of the balance (parameter MAX_LOT_BALANCE);
- MAX_LOT_BALANCE - N units of the base currency for calculating the maximum 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;