This is a modified Scalping Machine robot. Orders 2 and 3, as well as their take_profit have been deleted and the new strategy function has been added. Also, the EA now features EA trading time upon popular demand. Besides, the new spread_filter function has been added (now, the EA considers the spread). This is an improved version. Users can choose between Scalping Machine or Scalping Machine modification.
Features
- Uses only pending orders;
- Take profit and stop loss are used in each deal;
- Open orders are picked up and trading is continued after crashes or PC resets;
- Enable/disable martingale
- Open deals in a certain time;
- Spread is taken into account.
Customizable parameters
- lot_1 - order volume
- take_profit_1 - fixed profit
- ATR - search for the entry point
- Coeficient - support ATR
- miv_period - signal period
- model - moving average model
- ma_price - candle Open/Close price
- martin - enable (true), disable (false) of the martingale
- strategy - if true, the EA buys till a loss-making deal occurs. When it happens, false mode is enabled and the EA perform a sell. The function is repeated over and over.
- spread_filter - filter the spread. For example, if the value is 3, the EA does not open positions if the spread is 4.
- slippage_open - slippage when opening an order
- slippage_close - slippage when closing an order
- Start_Hour - order open hour
- Start_Min - order open minute
- End_Hour - order close hour
- End_Min - order close minute
No comments:
Post a Comment