

This is a fully automated bot. The All In One BOT Version 6. This bot works based on the following:
- Combines many different indicators at many different timeframes at the same time. If all these signals meet the given requirements, a buy order will be executed at the market price, and the sell signal will be taken in reverse symmetry according to the selected buy signal..
- Simultaneously combines many indicators and many different types of capital management: Trailing Stop, Martingale Double, Fibo, PlusOne.
- Margin Level Safe should not be below 100%. If it is safer, it should be at 500%. That is, when the margin level is below this level, the bot will not open any more orders.
- SMA Buy = LowMidFastPrice in the m5 timeframe, meaning that Price < SMAFast < SMAMid < SMALow then execute a buy order, otherwise Price > SMAFast > SMAMid > SMALow then execute a sell order. All orders are executed at market price.
- Bollinger Buy = MidupMidup in m1 timeframe, which means when the previous price and the current price are between the Main line and the Up line, then execute a buy order, otherwise when the price is between the Main and Down line, then execute a sell order.
- RSI Buy = Over30Below70 in h1 timeframe, which means when RSI is between 30 and 70, then execute a buy and sell order.
- Candlestick Buy = BullBear in m15 timeframe, which means when the previous candle is Bull and the current candle is Bear, then execute a buy order, otherwise when the previous candle is Bear and the current candle is Bull, then execute a sell order.
- ATR Trade = FastLow in h1 timeframe, which means that the ATRFast line > ATRLow will execute a buy and sell signal at the same time to combine the signals set above.
- Combination Style = And, which means combining the signals above if they occur at the same time buy, if it happens at the same time, sell.
Demo to 2025-12-31. This is Pro version: AIO6 Pro cBot - cTrader Store
Best Setting For 4 Year:
"TimeEnable": true,
"TimeZoneSelect": 7,
"TimeStart": 5,
"TimeStop": 15,
"EMAFastPeriod": 20,
"SMAMidPeriod": 50,
"SMALowPeriod": 200,
"SMABuy": MidPrice,
"SMATimeFrame": "m15",
"BollingerPeriod": 20,
"BollingerBuy": UpUp,
"BollingerTimeFrame": "m1",
"RSIPeriod": 14,
"RSIBuy": Over30,
"RSITimeFrame": "m15",
"CandlestickBuy": Not,
"CandlestickTimeFrame": "h1",
"ATRFast": 20,
"ATRLow": 200,
"ATRTrade": FastLow,
"ATRTimeFrame": "m1",
"CombinationStyle": And,
"EnableBuySellSameTime": true,
"LotMin": 0.07,
"StopLossPip": 10.0,
"TakeProfitPip": 10.0,
"TrallingStop": true,
"RatioTraillingStop": 0.5,
"MartingaleStyleChoice": PlusOne,
"MarginLevelSafe": 200.0,
"MaxMartingalePostitions": 20,






.png)


.jpg)








