How to create an accumulation bot

How to create an accumulation bot

In this article we will see how to create an accumulation strategy bot in 4 simple steps.

Requirements:
- A Cyatophilum Indicators subscription. The subscription includes access to the indicators and the Binance bots.
- A Binance account. You create one here.

How does the strategy works?

The strategy takes advantage of the volatility of the market. It will buy several times when the price is low, and sell everything when the total bought volume is in profit. Instead of using a stop loss and selling in loss when the price drops, the strategy will buy more and wait until price climbs back up. We are kind of trading time against losses. In my examples I will not use a stop loss because I do not want to sell in loss, but note that the indicator has a stop loss feature too.
To prevent buying at the top or in a bear market and staying stuck for too long in a trade, the indicator comes with several filters such as a trend filter, volume or RSI filter.

Here is how a strategy typically looks like:

Accumumation Strategy

Step 1: Configuring the strategy

Optional step: Backtesting

This step is optional, because I am sharing pre-configured strategies in my discord server that you can copy and use/edit for yourself.

discord

When backtesting, the goal is to play around with the indicator settings until we are satisfied with the backtest results. The backtest panel will give additional information to the strategy tester.
We mainly want to look at the profit % or net profit, the Avg # Days in trades - which is the average number of days a trade takes, the Max # Days in deal - the maximum number of days a trade took.

For this tutorial, I will be using this strategy:

strategy configuration

If you are subscribed, you can directly copy the chart using this link: https://www.tradingview.com/chart/mXVoDgau/

The backtest parameters are the following:

backtest parameters

The strategy has a required initial capital of 10 000 USDT. It will buy using 1000 USDT up to 10 times, and sell everything on take profit.
You could lower these amounts to fit your needs. Simply note that the minimum order size on Binance is around 10 USDT.

Step 2: Create the Binance Bot.

Go to My Binance Bots page. If this is your first time doing this, you will need to configure your API settings. Follow this tutorial for that.

Once you can see your Binance account balances, it means your are successfully set up.
You can now create a bot by clicking the "create bot" button.

Create your bot like the following: select the pair, in our example, SANDUSDT.
Set the quantity. Important: make sure to use "quote" currency.
Give your bot a name and click save.

bot creation

Now that we created our bot, nothing will happen yet. In "your bots" list, click "edit" to open the bot page.

We need to use two alert messages. One for buying using 1000 USDT. One for selling everything.
The buy message is the first one on the list: "Buy Message (Market)"
The sell message is the third one on the list: "Sell 100% Message (Market)"

bot alert messages

Step 3: Finish configuring the indicator

Open the indicator settings.

Copy and paste the two alert messages like this:
In the "Long Entry" text field, paste the buy message.
In the "Long Take Profit" text field, paste the sell message.

indicator alert settings

Step 4: Create the alert

The strategy requires one single alert to create.
Click "Add alert on Cyatophilum Accumulation Strategy".
It will open a popup window.
IMPORTANT: Switch the condition to "alert() function calls only". Set the webhook url to "https://blockchainfiesta.com/tradingview_signal/listener.php"
Give your alert a name.
Click create.

alert window

You are done!

I recommend to save your chart layout. If at any time you want change an indicator setting, you have to delete the alert and create it again. The alert save the indicator configuration at the moment you create it, an alert is basically a copy snapshot of the indicator.

You can track your strategy by coming back to your chart, in the alert logs and in the bot logs. If you have any question you can send me a private message in Discord or TradingView.

Written by Cyatophilum - -

Recent Articles

Free Trend or Range Indicator on TradingView
Free Trend or Range Indicator on TradingView

Introducing the "Trend or Range?" Indicator

Understanding market conditions is a cornerstone of successful trading. Whether you’re trading cryptocurrencies, stocks, or forex, identifying if a market is trending or range-bound can drastically enhance your strategy’s effectiveness. The "Trend or Range?" indicator is here to simplify this process.

What Is the "Trend or Range?" I ...

Read More
Short Crypto Trading bots

We are thrilled to announce that short bots are now available!
In this article, we will see why a short bot could be interesting, how it works, and how to trade safely.

Why use a short bot?
Just like a buy and sell bot, the idea of a short bot is to make a profit out of price action, but in a bear market.
For a buy and sell bot, we just need a simple spot trading wallet, ...

Read More
Short Crypto Trading bots
Ethereum MTF Technical Analysis 2024-08-27
Ethereum MTF Technical Analysis 2024-08-27

Ethereum is now trading at $2600 and this month saw a lot of volatility but mainly bearish as the price went from above the $3000 level down to the exact 0.236 Fibonacci level at $2130.

The August monthly candle is printing a long lower shadow and the close above or below the 24 months EMA will be crucial to indicate a global trend. It will be 3 bearish candles in a row, which has been the maxi ...

Read More
Crypto Market Weekly Analysis: BTC, ETH, SOL, BNB, BTC dominance

Welcome to our weekly analysis of the cryptocurrency space.

BTC/USDT
The BTCUSDT chart shows Bitcoin trading within a descending channel, with recent price action bouncing off the lower boundary of this channel, indicating potential support around the $53,000 level. The RSI indicates bullish divergence, suggesting a possible trend reversal or a strong bounce from this support level ...

Read More
Crypto Market Weekly Analysis: BTC, ETH, SOL, BNB, BTC dominance
All Articles