Post
Topic
Board Trading Discussion
Topic OP
Trading Bot in C# - blog series
by
bitdude
on 18/03/2025, 12:15:22 UTC
We have started a series of blog posts in which we will demonstrate how to write trading bots in C#. This is step-by-step tutorial for everyone who knows C# and knows some basics of trading.

In the first part of the series we connect to Binance exchange and we start downloading market data and calculate a simple RSI indicator from the received data.

We will follow up with connecting the bot to Telegram, creating orders, making more complex logic, measuring performance, etc.

All the samples use the Whale's Secret ScriptApiLib in the free mode, so you can reproduce everything completely for free.