Hero MT5
- Experts
- Volodymyr Hrybachov
- Versione: 1.1
- Aggiornato: 3 marzo 2022
- Attivazioni: 5
FOREX advisor HERO using the grid strategy (opening deals against the trend movement) and pyramiding (opening deals with the trend). The EA works only with market orders. The opening of the first deals occurs on the breakdown of extremes in the allotted time, where N number of limit orders is concentrated (the price has tested this level several times). If the price breaks the level but N number of pints does not pass in N seconds, then the signal is considered false.
MT4 version - www.mql5.com/ru/market/product/52194
It has a convenient Money Management, an initial lot for each N balance and a multiplier for the grid and the pyramid of orders. The graph displays information and growth in tuning and optimization.
The working timeframe is set in the EA parameters, by default H1, EURUSD symbol. The following pairs are suitable for the advisor: GBPUSD, USDCAD, EURUSD, USDJPY, USDCHF, AUDUSD, NZDUSD ...
PARAMETERS:
- TIMEFRAME - working timeframe;
- EXTREMUM_BARS, SHIFT - the number of bars to search for extreme points and shift;
- MAX_RANGE - maximum price range;
- MIN_BARS_IN_RANGE - minimum amount of high / low in the range;
- MIN_DISTANCE, TIMER_SEC - minimum distance and timer in seconds;
- START_LOT, FROM_BALANCE - starting lot for N balance;
- MAX_START_LOT - maximum starting lot;
- GRID_STEP, GRID_MAX_ORDERS - grid step and maximum orders;
- GRID_LOT_MULTIPLIER, MAX_GRID_LOT - multiplier and maximum lot in the grid;
- PYRAMID_STEP, PYRAMID_MAX_ORDERS - pyramid step and maximum orders;
- PYRAMID_LOT_MULTIPLIER, MAX_PYRAMID_LOT - multiplier and maximum lot in the pyramid;
- STOPLOSS, TAKEPROFIT - stop loss and take profit ;
- TRAILING_STOP, TRAILING_STEP - trailing stop;
- MAGIC_NUMBER, ORDERS_COMMENT - magic number and comment;
- MAX_SLIPPAGE, MAX_SPREAD - maximum slippage and spread;
- COMMISSION_CONTROL, COMMISSION_PER_LOT - commission control and commission for 1 lot;