Skip to content

Commit

Permalink
Merge branch 'master' into feat/multiple-tradingview-indicators
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisleekr committed Apr 14, 2024
2 parents 4210c42 + 0c04b66 commit e05a653
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
steps:
- name: Checkout source code
uses: actions/checkout@v2
- uses: actions/setup-node@v4
with:
node-version: 14
- name: Testing
run: |
npm install
Expand Down
2 changes: 1 addition & 1 deletion README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![GitHub contributors](https://img.shields.io/github/contributors/chrisleekr/binance-trading-bot)](https://github.com/chrisleekr/binance-trading-bot/graphs/contributors)
[![MIT License](https://img.shields.io/github/license/chrisleekr/binance-trading-bot)](https://github.com/chrisleekr/binance-trading-bot/blob/master/LICENSE)

> 币安跟踪委托单高买低卖策略交易机器人
> 币安跟踪委托单低买高卖策略交易机器人
---

Expand Down
18 changes: 18 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tradingview/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ waitress==2.1.1
urllib3==1.26.7
paste==3.5.0
colorlog==6.5.0
Werkzeug==2.2.2

0 comments on commit e05a653

Please sign in to comment.