byte21
- Mining through a limited companyJun 11, 2023
Thank you for sharing your experience! Very useful! How do you go about showing revenues for accounting and converting to fiat to cover your opex?
Updated with the two new features - Trading Strategy Budget and Bracketed Orders and two production ready trading bots - DCA and MomentumBreakout.
Just dropped a new update for the Whale's Secret ScriptApiLib NuGet library! This toolkit lets you automate trading on Binance Spot and Kucoin Spot (and more exchanges to come!) using .NET 9. Check out what’s included:…
- C# Trading Bot Blog SeriesMay 29, 2020
Part 8 introduces a simple API to get the exchange account balance. We also discuss common account security features offered by exchanges today.
- C# Trading Bot Blog SeriesMay 28, 2020
Part 7 - Trade and Order History We explain what is a trade in a terminology of an exchange and describe how to get historical trades and orders from an exchange using Whale's Secret ScriptApiLib. With most exchanges,…
- C# Trading Bot Blog SeriesMay 28, 2020
Blog post part 6 - Reconnecting strategies In this post we discuss how to react to exchange service disruptions. This is a very important topic that differentiates professionals from people who are just playing with the…
- C# Trading Bot Blog SeriesMay 28, 2020
Thanks, that's a good insight. So far we have hoped that people can very much use the free version to see for themselves. But I think you are right that it's not that easy - you don't want to try every library out there…
- C# Trading Bot Blog SeriesMay 27, 2020
Order cancelling is discussed in part 5 of our algorithmic trading blog series. We explain the basics of order cancelling and point out some edge cases that it is better to be aware of. We also demonstrate how to use…
- C# Trading Bot Blog SeriesMay 27, 2020
Part 4 is out. We explain basics of how placing orders on exchanges works and how their matching engines execute the placed orders. We show examples of how to get information about fills (both partial and full) of your…
- C# Trading Bot Blog SeriesMay 27, 2020
The risk management is certainly very important and we will talk about that in our series as well. We actually have direct support for this in our library. We call it trading strategy budget. When you connect to the…
- C# Trading Bot Blog SeriesMay 27, 2020
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…
- C# Trading Bot Blog SeriesMay 27, 2020
In the second part of our series about algorithmic trading in C#, we connect the trading bot to Telegram chat room, so that we can be alerted about interesting developments on the market.
- C# Trading Bot Blog SeriesMay 27, 2020
We've kicked off a series of blog entries where we'll show you how to build trading bots using C#. It's a clear, step-by-step guide aimed at folks who are familiar with C# and have some basic trading knowledge. In the…
- Issue with USDT-TRC20 walletFeb 11, 2018
In the screenshot we can see that when I try to send the USDT-TRC20, the transaction remains in "Broadcasting transaction to network" for a few seconds, and then appears the error "Failed send tx".…
- Issue with USDT-TRC20 walletFeb 11, 2018
Off course, I also tried to send the USDT-TRC20 using a VPN app, and the result is the same. The address is shared with the TRX, and the TRX can be send without VPN.
- Issue with USDT-TRC20 walletFeb 11, 2018
More details: The wallet was originally created with Guarda app, then I sent some USDT-TRC20 and TRX to the wallet, and that's it, I'm unable to send the USDT-TRC20 to other address. I repeat, that in Guarda app, I can…
- Issue with USDT-TRC20 walletFeb 10, 2018
I just requested my access to talkimg.com. Need to wait for the access. Then I can share screenshots. About the issue: I can confirm that the problem sending USDT-TRC20 is not related with not enough trx in the wallet…
- Issue with USDT-TRC20 walletFeb 10, 2018
Hey everyone, happy new year! I’m looking for some insights on a problem I have with a USDT-TRC20 wallet. There’s an issue with the private key (it has too many characters). I can restore the wallet using a backup file…