Post
Topic
Board Trading Discussion
Re: Trading Bot in C# - blog series
by
bitdude
on 26/05/2025, 17:26:36 UTC
In the 3rd part of our series, we explain the concept of orders in general, we talk about differences between limit and market orders, and we show samples how to place these orders on the Binance exchange.

Nice feature of our Whale's Secret ScriptApiLib library is that in order to make the samples work on KuCoin exchange, all that is needed is to change a single constant in the code. That's the whole point of our library - to have the same code for all exchanges.

Let us know what you think. There is much more to come, we barely scratched the surface so far, but explaining the basics is important for those who are just starting with trading automation.