Just trying to place an order, but my code gets stuck, and the task never completes. What am I doing wrong? public async Task ExecuteMyTest() { var result = await ...
Bot execution on closed market
Is it possible to execute bot on closed market? because I am testing a strategy tand want to check who is the winner and looks like bot stops after market close
Some questions
Hi, I have some questions, maybe could you provide some code examples. 1) How to check account balance? 2) How to do bet on selection with SP?
Can not build Bot SDK
Hello, I am trying to build BOT SDK, but get many errors. I have installed the last version of MS Visual Studio Community 2019, All .NET frameworks are installed on my PC I have downloaded and installed the newest BFexplorer version But looks like BOT SDK code and project references do not ...
Question about strategy
Hello, I would like to implement strategy like this: 1) 10 minutes before horse racing match every horse total matched money value is saved 2) 10 seconds before match start check which value increased the most (compare current matched money with saved value) 3) bet on that ...