![]()
- The EA uses the signals of the Stochastic indicator. The indicator contains overbought (zoneSELL) and oversold (zoneBUY) levels for a currency pair. When the main stochastic line goes beyond these levels and crosses the signal line, the EA receives a sell or buy signal. For a more accurate entry, a double stochastic is used from different timeframes.If the price goes against our order, then additional orders of no more than 4 with an easy addition coefficient will be opened
- In the signal, more aggressive trading on many pairs !!! It is recommended to trade a maximum of 2---3 currency pairs
- Time frame:
- H1
- Set files in the discussion.
- Basic settings
- MaxSymbols - 2 Max of trading symbols
- UseMM - Autolot, if true, the volume of the first order of the series is calculated by the advisor, and if false , the volume of the first order is set by the user himself via the min_lot variable
- UseEquity - true when calculating the volume of the 1st order of the series, not the balance, but the funds is involved.
- min_lot- initial lot
- MaxTrades - maximum number of orders
- UseMoney - Autolot percentage of the balance used (based on the number of orders)
- SL_Level - Drawdown level in percent, at which, if
- DrowdownStop = true, the EA will forcibly close all open series whose magic orders match in the magic settings.
- CurrencyProfit - TakeProfit will be calculated not in points, but as a percentage of the balance that was at the time of the opening of the first order of the series
- Profit - percentage of profit in CurrencyProfi t mode
- TP - take profit for each series of orders
- TP1 - take profit for the first order
- TPStep - the number of points by which the TP of the series will increase when a new knee is opened.
- TralStart - the number of points by which the price should go beyond the TP line
- TralSize - trailing stop size
- step - step in points for opening the knees of the next orders
- step_coef - pipstep multiplier, a new pipstep is calculated for the next knee of the series.
- Step = step_coef * i, where i is the i-th order of the series
- mult - lot multiplier for new knees
- UseVTP - true virtual TP and closing orders of the series at the signal of the advisor, also trailing profit is used in this mode.
- CloseBy - true closing orders opposite; if false , the EA closes series sequentially, starting with a larger order.
- ManualTrade - true manual trading mode, i.e. the first order is opened by the trader himself, and the advisor, in case of an incorrect price movement, accompanies the open order.
- ZTP - true number of orders ( ZTP_ order) in the series, transfers TP to breakeven
- magic_list - order identifiers that the EA will consider as its own.
- StochTime - Timeframe on which the Stochastic indicator works.
- zoneBUY - oversold level
- zoneSELL - overbought level
- StartHour and EndHour - start and end times of the advisor's work interval (terminal time).

