forked from Salmon-Bot/TradeRobot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2.修正邮件发送的错误 3.实现监听均线穿越邮件功能
- Loading branch information
Showing
19 changed files
with
258 additions
and
200 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# **HuobiAutomaticTradePlatform** | ||
|
||
## **火币自动化交易平台机器人** | ||
依赖ta-lib提供指标支持 | ||
|
||
### **一.功能设计** | ||
1. 大单买卖监测(交易量在10+BTC的买卖监测) | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -108,9 +108,9 @@ | |
DATABASE_SERVER_PASSWORD = None | ||
|
||
# 邮件通知,配置SMTP,获取其AuthCode即可发送邮件 | ||
MAIL_ACCOUNT = None | ||
MAIL_AUTH_CODE = None | ||
MAIL_RECEIPIENTS = [] | ||
MAIL_ACCOUNT = "[email protected]" | ||
MAIL_AUTH_CODE = "" | ||
MAIL_RECEIPIENTS = ["[email protected]"] | ||
|
||
# API 请求地址 | ||
MARKET_URL = "https://api.huobipro.com" | ||
|
Binary file not shown.
Binary file not shown.
Oops, something went wrong.