DataFrame Server for Financial Timeseries Data
-
Updated
Nov 2, 2020 - Go
{{ message }}
DataFrame Server for Financial Timeseries Data
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
Cryptocurrency trading bot in javascript for Bitfinex, Bitmex, Binance ... (public edition)
WebSocket client for 38 cryptocurrency exchanges
数字货币量化交易学习框架
Crypto currency trading bot written in TypeScript for NodeJS
crypto currency library for trading & market making bots, account management, and data analysis
Multi-asset, multi-strategy, event-driven trade execution and management platform for automated buy-side trading of common markets, using MongoDB for storage and Telegram for user notifications/trade consent.
Convenient access to tick-level real-time and historical cryptocurrency market data via Node.js
Simple BitMEX trading robot.
The fastest order book implementation for the BitMEX WebSocket API.
Wrapper for BitMEX.com REST & WebSocket API
Locally runnable server with built-in data caching, providing both tick-level historical and consolidated real-time cryptocurrency market data via HTTP and WebSocket APIs
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.
Powerful cryptocurrency market analysis toolkit
golang restful SDK for BITMEX
Sophisticated Scalper Bot for BitMEX using orders imbalance analysis
Scalping Trading Unit and Machine Learning using BitMEX API
Not production ready - Capital at risk. A Bitcoin leverage trading and backtesting platform that connects to popular Bitcoin exchanges. It is written in JavaScript and runs on Node.js.
An unofficial BitMEX API connector written with typescript
Bitmex RESTful APIs for Go
Go library for using the Deribit's Websocket API
Add a description, image, and links to the bitmex topic page so that developers can more easily learn about it.
To associate your repository with the bitmex topic, visit your repo's landing page and select "manage topics."
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