Description
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.
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,
Summary
AIO6 Pro employs diverse capital management strategies such as trailing stops, martingale (PlusOne style), Fibonacci, and grid techniques. It features margin level safety controls, preventing new orders if margin falls below a set threshold (recommended at 200%). The bot supports simultaneous buy and sell orders and uses a combination style requiring all signals to concur for trade execution. Configurable parameters include time-based trading windows, indicator periods, stop loss, take profit, and lot sizes. This bot is suited for scalping strategies and aims to manage risk through its integrated capital management and signal confirmation approach.
Customer reviews
5 | 33 % | |
4 | 33 % | |
3 | 33 % | |
2 | 0 % | |
1 | 0 % |
