ShitBot DEXtrader uses a hybrid trailing grid system with dynamic allocation based on portfolio value. It adapts to trends by trailing up in bullish phases and buying dips aggressively when bearish sentiment is detected.
The core engine of this bot is actually the combination of volume management and DCA backup. The bot calculates portfolio value each time, then uses 16% of the portfolio to manage 3 sets or 3 rounds of trades. Each round of the trade can be combination of BUY-SELL (Long and TP), SELL-BUY (Short and TP), BUY-BUY (Long and SL), SELL-SELL (Short and SL).
Every time the bot completes 1 round, it will scan the market to find a new signal. Whenever the new signal comes, the bot will start a new round.
This strategy works for almost every situation in the market. During extreme market pumps, the bot can have 3 rounds of SELL-SELL. And the opposite, during extreme market dumps the bot can do 3 rounds of BUY-BUY. And most of the time during fluctuated sideways it will do either BUY-SELL or SELL-BUY rounds.