Recently, I’ve been working on setting up a BTC short bot together with ChatGPT, and I have to say, that works surprisingly well.
The bot only opens a deal when several indicators line up and suggest that the market looks strong in the moment, but is still structurally bearish. For example, RSI above 45, the price sitting in the upper part of the Bollinger Bands, a bearish market structure on the 15‑minute chart, and a SuperTrend that continues to point downward.
Take profit is mainly based on SuperTrend, with an additional AVP target of 5%. I’ve also added a kind of “fake” stop‑loss. It’s set to Webhook, but there’s no trigger behind it, the important part is that it still uses the move‑stop‑loss function.You’ll notice it triggers quite often, but that’s exactly the point: it helps ensure the bot closes trades in profit.
The DCA settings can handle a decent upward move, and because the entries are fairly sharp, the bot doesn’t need to cover too much before the position starts working in its favor.
Looking at the backtest, the most striking thing is how steady the bot behaves over a long period. The test ran from December 9, 2021 to February 8, 2026 on the 1‑minute timeframe, which gives a pretty reliable picture of how the strategy performs across different market conditions. The max drawdown stayed at ‑11.55%, which is very reasonable for such a long test. Most trades finish within a day (average 1D 10H), although there are three trades that stretched to around 65 days. One of those happened right around the bearmarket low in late 2022. If I ever get the feeling/indication that we’re approaching a similar bottom again, I’ll set a ‘minimum price to open deal’ so the bot doesn’t start shorting at the very bottom of a bear market. The other two long‑running trades still had one or two DCA orders left, so there was enough room to manage them safely.
All in all, the test results give a good impression of how the bot performs: controlled, consistent and without extreme outliers. The disadvantage is that it does not generate extreme profits, but every profit counts.
Backtest Data
Links and Settings
-
Backtest URL: Gainium app
-
Bot URL: Gainium app
-
JSON settings:
BTC Short.json (21.4 KB)




