Algorithm LONG
In accordance with the settings and start conditions, the bot first buys the cryptocurrency, after which it sells everything purchased at a higher price.
Algorithm SHORT
In accordance with the settings and conditions of the start, the bot first sells cryptocurrency, after which it buys everything sold at a lower price.
Using a grid of safe orders
The idea is that having a certain deposit, the bot does not use the entire amount at once, but divides it into parts and trades in a pre-calculated grid of safe orders by placing it on the exchange. This allows the bot to efficiently average trade entries and then profit from price changes.
Automatic switching of a trading pair
When the volatility of the trading pair is high, the bot makes many profitable trades, at other times when the volatility of the trading pair is low and the price practically stands still, the bot is forced to stand idle. In order for the bot not to be idle, we have implemented a mechanism for the automatic switching of a trading pair. Trading pair switching occurs based on the work of the volatility analyzer developed by us. Based on current price changes for all trading pairs, the volatility analyzer identifies the best pair that is profitable to trade here and now, and automatically assigns it to the bot. This functionality significantly increases the number of profitable trades.
Using signals Tradingview
Many traders use the TradingView service as signals to conclude trades. Tradingview is extremely popular for its ease of use and data accuracy. We have implemented the following feature: signals from the TradingView service can be used as conditions for bots to start working.
Bot start filters
Popular trading indicators such as RSI, CCI, Bollinger Bands are used as filters for starting bots. It is necessary to set up filters (set the values of trading indicators at which the bot will start trading) in order for the bot to start trading at the most favorable time, based on the chosen trading algorithm and your preferences.
Bot simulation mode
If you doubt that you will be able to successfully configure the bot the first time, then there is a bot simulation mode especially for you. The bottom line is this: the service will show how the bot you created would have traded if it had operated in a period covering the last 60 days (the start of the simulation can be set in the settings). All tests will be carried out on the chart of your chosen trading pair, for a specified period of time. This will allow you to verify that your settings are correct and to identify inaccuracies if any.
Automatic flipping of algorithms
For hedging risks trading, we have implemented automatic flipping of bot algorithms. When the price goes in the wrong direction, the second bot, which has an algorithm opposite to that of the bot which had been operating until then, will be automatically connected. As a result, we will get a change of the bot algorithm to a suitable trading algorithm when the trend of the trading price changes (we follow the current price trend).
Trailing stop mechanism
Trailing stop (price tracking mechanism) is designed to maximize income. The essence of this mechanism is that you cannot put a take-profit order (according to the specified profitability setting) immediately after opening a position, you have to wait for the best price and will get more of an income by tracking the price change.