Giter VIP home page Giter VIP logo

binance-trader-csharp's Introduction

Hey, I'm Haardik ๐Ÿ‘‹

I'm a 24 year old software engineer with an interest in learning as much as I can.

I help run LearnWeb3 to help students from all around the world upskill themselves into learning about technologies that are going to change the world while maintaining as low a barrier of entry as possible.

I also hack around and build random stuff a lot. Check out haardik.dev for a timeline.

binance-trader-csharp's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

binance-trader-csharp's Issues

how to start?

Hello Dear, i am noob for coding can you teach me how to use it ?
and can i know this binance-trader-csharp can auto tracking all symbol/coins on binance(i.means auto track all coin on binance on same time) and auto place order for upper trend coins ? Thanks You!

Fresh install throws exception

System.IO.FileNotFoundException: 'Could not find file 'D:\Binance\binance-trader-csharp-master\binance-trader-csharp-master\bin\Debug\config.json'.'

Fix is simple include config.json file in project and set to always copy to output folder.

Thank you for this simple app my concern is performance is there limits to how often we can "pull" the order every three seconds is the default i see however are there limits that will cause exceptions if int.MaxValue is passed into GetOrderBook

client.GetOrderBook(symbol, int.MaxValue);

When called repeatedly with int.MaxValue GetOrderBook stops returning rows...
Added Log message after GetOrderBook invocation. Could this be Binance throttling the amount of data we can extract via API?

var orderBook = client.GetOrderBook(symbol, int.MaxValue);
InfoLog($"Returned {orderBook.Data.Asks.Count} Asks and {orderBook.Data.Bids.Count} Bids.");
4/17/2021 12:36:39 AM | INFO: buyPrice: 0.00000104 | sellPrice 0.00000103 | bid 0.00000103 | ask 0.00000104 | price 0.0000010504 | diff -0.0000000104

4/17/2021 12:36:39 AM | INFO: No open orders. Let's check the Order Book :D

4/17/2021 12:36:39 AM | INFO: No profit detected. Diff: -0.0000000104BTC

4/17/2021 12:36:41 AM | INFO: Connecting to Binance

4/17/2021 12:36:44 AM | INFO: Connecting to Binance

4/17/2021 12:36:47 AM | INFO: Connecting to Binance

4/17/2021 12:36:50 AM | INFO: Connecting to Binance

4/17/2021 12:36:53 AM | INFO: Connecting to Binance

4/17/2021 12:36:56 AM | INFO: Connecting to Binance

4/17/2021 12:36:59 AM | INFO: Connecting to Binance
4/17/2021 12:37:02 AM | INFO: Connecting to Binance
4/17/2021 12:37:05 AM | INFO: Connecting to Binance
4/17/2021 12:37:08 AM | INFO: Connecting to Binance

4/17/2021 12:37:11 AM | INFO: Connecting to Binance
4/17/2021 12:37:14 AM | INFO: Connecting to Binance
4/17/2021 12:37:17 AM | INFO: Connecting to Binance
4/17/2021 12:37:20 AM | INFO: Connecting to Binance

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.