Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed Nov 1, 2022
1 parent c273f41 commit 9077058
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
- via docker
- dockerhub `docker push mraniki/tt:latest` or nightly,
- or github `docker pull ghcr.io/mraniki/tt:main` for latest stable or `docker pull ghcr.io/mraniki/tt:dev` for nightly
- or git clone (git clone https://github.com/mraniki/tt)
4) Update bot token / API in the ENV variable and use .env file at the root
- or `git clone https://github.com/mraniki/tt)`
4) Update bot token / API in the ENV variable or use .env file at the root
5) Submit order to the bot as per the following Order format DIRECTION SYMBOL STOPLOSS TAKEPROFIT QUANTITY
(e.g. sell BTCUSDT sl=6000 tp=4500 q=10%)

Expand All @@ -43,20 +43,18 @@
## Use Case
- Push your signal manually or from system like trading view to submit order to your exchange
- Push your signal manually or from system like trading view webhook to submit order to your ccxt exchange
- Disable or Enable trading process via /trading command
- Query balance via /bal command




![BF9C1A12-0058-4C30-B0BE-30DA7B300AEE](https://user-images.githubusercontent.com/8766259/199304735-6f3eb428-30e0-46b9-9930-9a29fbcec565.jpeg)

![33146B2F-0BD6-4ECD-9B3B-05CEE8958634](https://user-images.githubusercontent.com/8766259/199287828-64d9b780-a5f5-47b3-96ac-a066ea53a18c.jpeg)
<img width="393" alt="Screenshot 2022-10-25 at 14 44 41" src="https://user-images.githubusercontent.com/8766259/197776314-10219d7f-693f-44df-8efe-a5794bbafe98.png">

## toDo
- formating/handling of response from exchange (bal, opened order, last closed order)
- formating/handling of response from exchange (bal, opened position, last closed order)
- support % of balance for order
- support testnet via variable
- formating/handling of error from bot and from exchange api
Expand Down
2 changes: 1 addition & 1 deletion src/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
##=============== VERSION =============
##▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒

TTVersion="🪙TT 0.6.16"
TTVersion="🪙TT 0.6.17"

##▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
##=============== import =============
Expand Down

0 comments on commit 9077058

Please sign in to comment.