-
Updated
Jul 21, 2021 - C++
#
bitfinex
Here are 135 public repositories matching this topic...
Self-hosted crypto trading bot (automated high frequency market making) written in C++
bitcoin
trading
coinbase
trading-bot
cryptocurrency
exchange
market-data
bot-platform
trading-platform
trading-strategies
trade
bitfinex
bob-marley
market-maker
kraken
bitmex
binance
hitbtc
kucoin
skate-or-die
Cryptocurrency trading bot in javascript for Bitfinex, Bitmex, Binance, FTX, Bybit ... (public edition)
nodejs
javascript
bot
docker
crypto
trading
coinbase
websocket
trading-bot
cryptocurrency
exchange
trading-strategies
bitfinex
margin
bitmex
tradingview
binance
bybit
ftx
-
Updated
Jun 21, 2021 - JavaScript
Exchange Rest And WebSocket API For Golang Wrapper support okcoin,okex,huobi,hbdm,bitmex,coinex,poloniex,bitfinex,bitstamp,binance,kraken,bithumb,zb,hitbtc,fcoin, coinbene
bitcoin
quant
btc
bitstamp
bitfinex
huobi
okcoin
futures
kraken
poloniex
bitmex
bithumb
binance
okex
binance-api
zb
coinex
hbdm
-
Updated
Jun 30, 2021 - Go
Automated lending on Cryptocurrency exchanges Poloniex and Bitfinex
-
Updated
Dec 2, 2020 - Python
DEPRECATED — The Coinbase Pro trading toolkit
trading
trading-bot
cryptocurrency
trading-algorithms
bitfinex
foreign-exchange-rates
gdax
websocket-api
poloniex
-
Updated
Jan 16, 2020 - TypeScript
ExchangeSharp is a powerful, fast and easy to use .NET/C# API for interfacing with many crypto currency exchanges. REST and web sockets are supported.
api
csharp
bitcoin
ethereum
blockchain
cryptocurrency
exchange
gemini
bitstamp
bitfinex
gdax
kraken
gdax-api
poloniex
bittrex
bittrex-api
bithumb
poloniex-api
kraken-exchange-api
bitstamp-api
-
Updated
Aug 1, 2021 - C#
Deep Reinforcement Learning toolkit: record and replay cryptocurrency limit order book data & train a DDQN agent
mongodb
bitcoin
trading
coinbase
multiprocessing
deep-reinforcement-learning
multithreading
dqn
tickstore
arctic
recorder
trading-algorithms
cryptocurrencies
bitfinex
hft
order-book
limit-order-book
orderbook
tick-data
coinbase-pro
-
Updated
Jul 22, 2021 - Python
An Open Source Cryptocurrency Exchange
-
Updated
Nov 20, 2019 - Go
Automated Trading: Trading View Strategies => Bitfinex, itBit, DriveWealth
trading-strategies
trading-algorithms
bitfinex
algorithmic-trading
automated-trading
tradingview
pinescript
itbit
drivewealth
-
Updated
Dec 17, 2019 - JavaScript
Google Sheets automatic creation with Google Apps Script (GAS) for managing a cryptocurrency tracking spreadsheet with multi exchanges
api
portfolio
crypto
script
currency
google-sheets
cryptocurrency
exchange
bitstamp
bitfinex
kraken
sheets
poloniex
bittrex
cryptopia
binance
kucoin
cryptocurrency-portfolio
api-exchanges
-
Updated
Mar 4, 2021 - JavaScript
konqueror1
commented
Apr 1, 2020
Describe the bug
I am adding a trailing stop buy order for LTC/USDT with initial stop 37.1 and limit price 37. Current price is ~37.5. When submit the stop executes immediately with this in the log:
Trailing stop on binance LTC/USDT market hit stop price (37.57000000 < 37.10)
It is obvious that 37.57 is not less than 37.10.
Tested with the latest official release 0.15.2 and with bleedi
cli
golang
bitcoin
ethereum
blockchain
cryptocurrency
exchange
btc
ticker
bitfinex
huobi
price-tracker
kraken
poloniex
exchange-api
bittrex
coinmarketcap
binance
okex
hitbtc
-
Updated
Apr 29, 2021 - Go
A responsive dynamic webapp to trade cryptopairs on the most prominent exchanges
-
Updated
Oct 19, 2017 - TypeScript
An Excel/VBA project to communicate with various cryptocurrency exchanges APIs
json
bitcoin
coinbase
ethereum
exchange
vba
btc
cryptocurrencies
bitfinex
kraken
poloniex
bittrex
coinone
binance
hitbtc
kucoin
cryptocurrency-exchanges-apis
crypto-vba
coinbasepro
bitvavo
-
Updated
Jun 29, 2021 - VBA
基于flask和echarts融合交易策略的bitfinex可视化微服务
-
Updated
Jan 16, 2020 - Python
uzillion
commented
Jul 7, 2018
This project provides a Java client library for the Bitfinex WebSocket API (v2). Public and private channels (candles, ticks, executed trades, (raw) orderbooks, orders, and wallets) are implemented.
-
Updated
Jul 18, 2021 - Java
Self-hosted crypto trading bot (automated high frequency market making) in node.js, angular, typescript and c++
bitcoin
trading
coinbase
bot-framework
trading-bot
financial
cryptocurrency
bot-creation
market-data
bot-platform
trading-platform
trading-strategies
trade
bitfinex
bob-marley
star-trek
market-maker
bitmex
binance
hitbtc
-
Updated
Jul 21, 2021 - C++
Bitfinex Api wrapper for .Net
csharp
dotnet
cryptocurrency
exchange
bitfinex
bitfinex-rest-api
bitfinex-api
bitfinexnet
bitfinex-exchange
-
Updated
Jul 16, 2021 - C#
java
bot
finance
bitcoin
trading
blockchain
algo-trading
cryptocurrency
quant
btc
bitfinex
investment
okex
huobipro
-
Updated
Dec 10, 2019 - Java
bitcoin
websockets
api-client
cryptocurrency
dotnet-core
trade
bitfinex
bitfinex-websocket-api
bitfinex-wss
ethfinex
-
Updated
Feb 23, 2021 - C#
The Open Trading Platform UI is a front-end module for trading across 5 crypto currency exchanges allowing both spot and margin trading. The UI needs to be used with the API repo.
bitcoin
trading
trading-api
cryptocurrency
trading-platform
bitfinex
bitmex
trading-systems
margin-trading
binance
-
Updated
Aug 12, 2020 - CSS
Improve this page
Add a description, image, and links to the bitfinex topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bitfinex topic, visit your repo's landing page and select "manage topics."
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.