Binance Bots Now Included!

Binance Bots Now Included!

It is now possible to automate your trading using the indicators and Binance. I used Binance API to code a bot system, so that this website can now receive TradingView signals and directly place orders on your Binance account. We will see what is required, and how it works.

What you need to automate your trading

To create trading bots, you will need 2 things: a Cyatophilum Indicators subscription, and a Binance account. The subscription includes access to a package of TradingView indicators, from which you can create strategies and alerts. Once your have that, you can start using the Binance Bots page.

Binance is a cryptocurrency exchange, one of the most used and trusted in the world, for its relatively low fees and large amount of markets. You can create an account here if you haven't one yet.

Binance Logo

Setup your Binance connexion

Once you get the hand of it, you can create a bot in a few seconds. But first, you need to setup your Binance connexion. In Binance, you have to retrieve your API keys: the client, and secret. Here is a detailed article about it.

About API keys: API keys are used to place orders by the bot and read trade history. When you save your settings, your secret key is encrypted before being saved in the database, meaning I, the owner of the database, or a even hacker, could not use them to place orders.

Edit your API settings

There is the option to use Testnet, which is recommended if you are getting started and want to test the bots without using founds. Testnet is a separate network dedicated for testing only. Follow this guide to get Testnet keys.

Create a bot

Once your API settings are set, you can create as many bots as you want, by clicking "create bot".

Create a bot

Select the pair you want to trade, the quantity to buy/sell on each order, and give the bot a name. Note that for now, it is only possible to trade SPOT market and limit orders with a fixed or % equity quantity. Regarding the quantity, there is a minimum value for a trade to execute, which is around 10 $. The quantity unit corresponds to the base currency. For example with BTC/USDT, the base is BTC so your quantity is the amount of BTC to buy/sell on each order.

Once your created your bot(s), they will appear in a list below.

List of bots created

Link a strategy to a bot

The final step is to link one of the indicators to your bot. For this example, I used Cyatophilum Swing Trader, with the Adaptive Channels strategy on the BTCUSDT 4 hours chart.

BTCUSDT Swing Strategy

If you are already subscribed, you can copy paste the chart directly into your own TradingView: https://www.tradingview.com/chart/JfAYFLlg/.

Now that your strategy is ready, you can go back to the Binance Bots page. Click Edit bot and you will arrive on a page with more bot details.

Bot details page

What interests us is the Buy Message and the Sell Message, as well as the Webhook url. First, copy the Buy Message. Go back to your strategy and open the indicator settings.

You can add the "qty" parameter in the bot message to make it buy/sell a different quantity from the default one set in the bot.

Open strategy settings

Scroll down to the alerts section. We only need the Long and Short entry for our strategy, so you can disable the other alert events. Paste the Buy Message in the "Long entry" text input, and do the same with the Sell Message in the "Short entry" input.

strategy alert messages

Once you have done that, I recommend to save your chart. All that is left to do is create the alert. For that, click "Add alert .."

Add alert

A pop-up window will appear. Make sure that the indicator is selected in the condition field. Select "alert() function calls only". Then, copy-paste the webhook url which is : https://blockchainfiesta.com/tradingview_signal/listener.php

Alert settings

Finally, change the alert name so you can recognize it and click "Create". More detailed info on alerts in this article.

That is all! Your bot is now receiving alerts and placing orders automatically.

Check how your bot is going

Once your receive your first alert, you can verify that the order has been filled in your Binance bot page. In the list of bots, click Edit bot once again, or refresh your bot page. Below the bot settings, you will see the Trade History.

Bot trade history

Below the Trade History, you will find the bot logs. This is useful to check for errors if any.

Bot logs

I will keep this article updated as I plan to add more features to the bots. Make sure you are in the newsletter if you want to receive the latest updates (once every 1-2 months). Thanks for reading, and see you in the comments if you have any question.

Written by Cyatophilum - -

Log in or Sign in to leave a comment
‪abdssalam merzoug‬‏ 1 year ago

how can use the take profit

Mine Vincent 1 year ago

When you created a bot, click edit bot. Then, you can set a take profit and save your bot.