All Projects → 6r6 → huobi-quick-in

6r6 / huobi-quick-in

Licence: MIT license
在huobi.pro新币开放交易的时候快速挂单(火币打新)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to huobi-quick-in

IBATS HuobiFeeder old
【停止维护】新版本更新已迁移到 IBATS 项目组对应名称项目中。连接火币交易所,获取火币实时行情、火币历史行情,保存到mysql数据库同时redis广播,供 ABAT 交易平台进行策略回测、分析,交易使用
Stars: ✭ 38 (+11.76%)
Mutual labels:  huobi, huobipro
Huobi.Net
.Net API wrapper for the Huobi web API
Stars: ✭ 58 (+70.59%)
Mutual labels:  huobi, huobipro
huobi Cpp
C++ SDK for Huobi Spot API
Stars: ✭ 56 (+64.71%)
Mutual labels:  huobi
huobi swap Rust
Rust Library for Huobi Swap API.
Stars: ✭ 15 (-55.88%)
Mutual labels:  huobi
huobi CSharp
CSharp SDK for Huobi Spot API
Stars: ✭ 47 (+38.24%)
Mutual labels:  huobi
oec-ng
OEC 现货交易助手(前端)
Stars: ✭ 14 (-58.82%)
Mutual labels:  huobi
huobi-PC
火币桌面客户端,基于electorn-vue开发
Stars: ✭ 56 (+64.71%)
Mutual labels:  huobi
cryptogalaxy
Get any cryptocurrencies ticker and trade data in real time from multiple exchanges and then save it in multiple storage systems.
Stars: ✭ 96 (+182.35%)
Mutual labels:  huobi
Nescience-Indexing-CLI
Nescience Software & Capital Rebalancing Tool
Stars: ✭ 26 (-23.53%)
Mutual labels:  huobi
coinx-ios
虚拟货币交易平台聚合APP coinx IOS端. bitmex,OKEX,huobi
Stars: ✭ 23 (-32.35%)
Mutual labels:  huobi
binance-php
Binance API Like the official document interface, Support for arbitrary extension.
Stars: ✭ 83 (+144.12%)
Mutual labels:  huobi
awesome-defi
Curated list of awesome DeFi protocols, dapps, wallets and other resources
Stars: ✭ 36 (+5.88%)
Mutual labels:  huobi
GOAi
No description or website provided.
Stars: ✭ 57 (+67.65%)
Mutual labels:  huobipro

上币监测、限价买入

Build Status

概括:Python3脚本持续监测huobi.pro的REST-API,在新币开放交易的时候快速买入

SDK直接复制粘贴的官方推荐写法。

效果预览

任务说明>> 我想用 btc 来买 ela
钱包状况>> 我有 0.88 个 btc
当前进度>> 暂未上币...
当前进度>> 暂未上币...
当前进度>> 已下买单
订单追踪>> 未买到,取消订单...
当前进度>> 已下买单
订单追踪>> 已经买入,任务完成

参数说明

例子:当ELA单价小于0.00153BTC,以卖1价购买10个ELA;

# 等待买入的币种(小写)
COIN1 = 'ela'
# 你想买进的COIN1的数量
COIN1_AMOUNT = 10
# 当COIN1的价格小于这个价位,程序允许买入,单位为COIN2
COIN1_PRICE = 0.00153
# 用来支付的币种,在USDT/BTC/ETH中间选择
COIN2 = 'btc'

启动前的准备

在 火币PRO-我的资产-API管理 中添加一个新的API;

解压压缩包,修改 huobi.pro-quick-in\plugins\huobi\Utils.py 中的 ACCESS_KEYSECRET_KEY

修改 huobi-quick-in\main.py 中的 COIN1COIN2。COIN2(例如BTC)代表用来支付COIN1(例如RUFF)的币种。

打开命令行,切换到文件夹目录;

运行 pip install -r requirements.txt

运行 python main.py

风险自担

十分感谢V2EX的Elephant696童鞋以身试BUG...我感到十分抱歉!给他造成了大的损失!

本次提交后,买入方法改为从深度图获取价格、限价单买入。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].