UniCry
- Experts
- Aleksandrs Butrims
- Versão: 4.0
- Ativações: 5
Trading bot for spot trading on the ByBit cryptocurrency exchange.
Trading is carried out via the ByBit REST API. To start trading, you need to have an account on the ByBit platform. The bot supports trading on both a real account and a demo account. For each account, you need to create API keys in your personal account dashboard.
The bot trades using the Donchian Channel strategy, utilizing trailing and averaging. Since spot trading does not use margin, stop-outs do not occur.
Before starting to trade, it is recommended to run the bot on a ByBit demo account.
The recommended timeframe is H1. After extensive testing, the optimal settings are set as defaults for cryptocurrencies such as PEPEUSDT, XRPUSDT, and ADAUSDT.
The bot does not work correctly in the terminal's strategy tester, as it was created exclusively for trading on the ByBit platform.
Run only one instance of the bot. ByBit monitors the number of requests per second. If it exceeds the limit, you will be banned. The bot has a built-in request rate control function, but only for a single instance.
Parameters:
- Trading pair — the name of the trading instrument, e.g. XRPUSDT.
- Enable trade — allow/disable trading. If there are insufficient funds to execute a trade, trading will be automatically disabled. The status is shown in the upper left corner.
- Enable sounds — an audio signal when an order is submitted.
- Tick period — the chart update frequency.
- Trade mode — trading on a real or demo account.
- Currency amount for buy — the amount used to purchase cryptocurrency. Note that the bot uses averaging, and depending on the number of averaging orders, the account balance must be that many times larger. For example, if the amount is set to 100 and 5 averaging orders are configured, the account balance must be at least 500.
- Donchian slow period — the Donchian channel period for slow signals.
- Donchian fast period — the Donchian channel period for fast signals.
- Trail % for BUY — the trailing price percentage for buying.
- Trail % for SELL — the trailing price percentage for selling.
- Trail offset in % — the trailing price percentage for the additional offset.
- Distance in % — the price percentage between averaging orders.
- Positions — the number of averaging orders.
- Enable notifications — sends push notifications to the mobile terminal about the bot's activity.
- API key — the API key for trading, obtainable from your ByBit personal account dashboard.
- API secret — the API password for trading, obtainable from your ByBit personal account dashboard.
