![]()
The EA uses a double stochastic from different timeframes, optimization with a neural network!
- Only 1 order for 1 currency pair is used in trading! (no martingale no grids !!! safe)
The minimum cost of an adviser is only for 1 week
- https://www.mql5.com/ru/signals/1618891?source=Site+Profile+Seller#!tab=account
- https://www.mql5.com/ru/signals/1993594?source=Site+Profile+Seller
- Time frame:
- H1
- Set files in the discussion.
- Basic settings
- MaxSymbols - 1 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).