The Wayback Machine - https://web.archive.org/web/20210221103015/https://github.com/topics/bittrex
Skip to content
#

bittrex

Here are 214 public repositories matching this topic...

AlgoTrader5
AlgoTrader5 commented Feb 22, 2020

A useful feature where the user specifies the quantity to take in an orderbook and callback returns the average price paid for that lot size. For example if the offers in the order book for BTC-USD was the following:

Price | size
11,000 | 1
10,500 | 1
10,000 | 1

If the user specified quantity 3, the callback would return 10,500.

andygoossens
andygoossens commented Jan 27, 2018

I have some units of a coin that I don't want to trade, so I have blocked that coin in the configuration.

However, the bot still notices the coin when it queries all the balances. Since that information is stored in $wallets, that information can be retrieved by calling getWallets() or getWalletsConsideringPendingDeposits(). So far, everything is still OK.

At some point saveSnapshot()

Improve this page

Add a description, image, and links to the bittrex topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bittrex topic, visit your repo's landing page and select "manage topics."

Learn more