Area51 Stochi
- 专家
- Valeri Balachnin
- 版本: 1.0
- 激活: 5
The EA generates signals about changes in the trend. Signals can be generated using different RSI-based strategies.
When a position is opened, it is equipped with a take profit and a stop loss. If the position becomes profitable, a dynamic stop loss based on the specified values (TrailingStep and DistanceStep) is set for it and constantly trailed. This allows you to always close positions in profit.
Parameters
- Main Settings
- LotSize = 0.01 - fixed position volume.
- LotAutoSize = false - enable dynamic calculation of the position volume. LotSize is ignored.
- LotRiskPercent = 25 - risk to determine the position volume. It is calculated based on the free margin, available equity and the leverage.
- MoneyRiskInPercent = 0 - risk as a percentage of the capital, for safety reasons, the recommended value is 32. When the specified percentage is reached, all positions with the same MagicNumber are immediately closed on all charts.
- MaxDynamicLotSize = 0.0 - the maximum allowable lot size when the LotAutoSize function is active. If the entered value is greater than the maximum allowed value for the trading instrument, the maximum value for the instrument is used.
- MaxMoneyValueToLose=0 - the maximum amount of risk in money.
- Position settings
- TrailingStep = 15 - distance from the position opening price to set trailing stop.
- DistanceStep = 15 - step from the current price to move the trailing stop.
- TakeProfit = 750 - it should also be set for protection against gaps.
- StopLoss = 0 - 10000 points by default.
- Strategies
- UseStochRSICroosingStrategy = true - Based on the 5050 strategy, the Stochastic Crossing Strategy was developed.
- UseStochasticBasedIndicator = true - simple crossover of the Stochastic indicator for determining the overbought or oversold states on the market. Recommended on timeframes starting from H4.
- Signal generation time
- StartHour = 8;
- EndHour = 20.
- If buy/sells are predominant on the market, you can enable signals only for buying/selling.
- OnlyBuy = true;
- OnlySell = true.
- AddPositionsIndependently = false - allows opening positions on every signal, regardless of the positions already opened by the robot.
- MaxConcurrentOpenedOrders = 4 - the maximum number of positions that can be open at the same time.
- MagicNumber = 3537 - must be unique for each symbol.