The Wayback Machine - https://web.archive.org/web/20220428024101/https://github.com/topics/kucoin
Here are
98 public repositories
matching this topic...
Self-hosted crypto trading bot (automated high frequency market making) written in C++
WebSocket client for 38 cryptocurrency exchanges
Updated
Apr 25, 2022
TypeScript
Your gateway to the world of crypto !
Updated
Apr 9, 2022
JavaScript
Create your Java crypto trading bot in minutes. Our Spring boot starter takes care of exchange connections, accounts, orders, trades, and positions so you can focus on building your strategies.
Updated
Apr 24, 2022
Java
Automated entry of TradingView alerts for bot trading tools such as 3Commas, Alertatron, CryptoHopper, etc.
Updated
Apr 8, 2022
TypeScript
⚡ Open Source Algorithmic Trading Bot for Python.
Updated
Dec 21, 2021
Python
Kucoin REST and Websocket API python implementation
Updated
Mar 24, 2022
Python
Google Sheets automatic creation with Google Apps Script (GAS) for managing a cryptocurrency tracking spreadsheet with multi exchanges
Updated
Mar 4, 2021
JavaScript
Reading before beginning. Simple demo of trading strategy in KuCoin, if you love it, please star it. 开始前请读我。库币的简单交易策略示例,如果你喜欢,请star该项目
An Excel/VBA project to communicate with various cryptocurrency exchanges APIs
Track your farming and pool performance on the Binance Smart Chain, Polygon, Fantom, KuCoin Community Chain, Harmony, Celo -
https://farm.army - nodejs backend
Updated
Apr 18, 2022
JavaScript
Get any cryptocurrencies ticker and trade data in real time from multiple exchanges and then save it in multiple storage systems.
.Net API wrapper for the Kucoin web API
Binance API Like the official document interface, Support for arbitrary extension.
Cryptocurrency Exchange and Sentiment data fetcher and syncronizer.
Updated
Jun 12, 2021
TypeScript
Simple pump-and-dump bot for Binance and Kucoin Cryptocurrency Exchange
Updated
Apr 11, 2022
JavaScript
Minimalist service designed to execute TradingView webhooks and process them to cryptocurrencies exchanges.
Updated
Jan 22, 2022
TypeScript
high-frequency intertemporal arbitrage 高频跨期套利策略
Updated
May 28, 2020
Python
bollinger strategy 布林强盗突破策略
Updated
May 28, 2020
Python
Huobi API Like the official document interface, Support for arbitrary extension.
spot contract strategy 期现套利策略
triangle arbitrage strategy 三角套利策略
Fully Dockerized cryptocurrencies Trading Bot, based on Freqtrade engine. Multi instances.
Updated
Jan 3, 2022
Python
simple grid strategy 简单网格策略
Updated
Aug 31, 2020
Python
Okex API Like the official document interface, Support for arbitrary extension.
Kucoin REST-API implementation
Improve this page
Add a description, image, and links to the
kucoin
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
kucoin
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
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