DmytriyX Impulse
- Experts
- Dmytro Oliynyk
- 버전: 3.1
- 업데이트됨: 18 11월 2018
- 활성화: 10
A scalper with the analysis of the current price dynamics when it deviates from the average value. Uses pending orders in the impulse direction, at a fixed distance, then moves the pending order in the direction of correction. You can configure the number of pending orders to be placed in the signal direction - the distance between the pending orders is LevelDist, the lot value of each new order is equal to a half of the previous one. After the closure of the impulse candlestick, pending orders, which did not trigger, are deleted and the EA waits for the next entry signal. The EA works on any timeframe. Optimized for trading on EURUSD. Optimize parameters before launching on a different pair. Has a built-in option for increasing lot after a losing deal to recover from loss. The EA can use a fixed or a dynamic lot depending on the deposit size, calculated per 100 units of the basic currency. With default settings, the EA can trade on deposits starting at 50 currency units (50 dollars or 50 cents on cent accounts). Depending on settings, each order is accompanied by wither a trailing stop or a fixed stop loss. The EA has protection against spread widening, allowing to set maximum tolerable spread when opening a position. It is not recommended to use on highly volatile currency pairs with a deep correction without optimization, as well as on accounts with the spread value above 20 pips.
Expert Advisor monitoring: https://www.mql5.com/en/signals/440956
Parameters
- DynamicLotTrade - enable dynamic lot calculation
- Lot - lot size. If dynamic lot calculation is enabled, the value is calculate per every 100 deposit units
- AfterLossLot_2x - enable lot increase for the order following a losing one
- Magic - the unique magic number, enables the use on different currency pairs
- TakeProfit - maximum profit level in points
- NoLossLevels - trailing start level. (This parameter is recommended for optimization)
- LevelDist - distance from the current price to place a pending order. (This parameter is recommended for optimization)
- VolumePR - period of MA used for average range calculation (recommended for optimization)
- MinVolBar - the minimum size of the impulse candlestick. The lower the value, the more entry signals will be generated, however with a worse quality (recommended for optimization)
- FactorC - depth of correction of the signal candlestick. (This parameter is recommended for optimization)
- OpenOrderCount - the number of pending orders to be placed on a signal candlestick.
- MaxSpread - maximum allowable spread in pips.