|
1 | 1 | # Cryptobot
|
2 | 2 |
|
3 | 3 | The main purpose of the bot is to keep track of your Binance trades while you're away.
|
4 |
| -This bot is not supposed to earn money by itself, it requires targets and stop-loss inputs. |
| 4 | +This bot is not supposed to earn money by itself, it requires targets and stop-loss inputs to follow your trades. |
5 | 5 |
|
6 |
| -This project is based on [sammchardy/python-binance](https://github.com/sammchardy/python-binance) |
7 |
| -Binance API wrapper |
| 6 | +Binance REST API is based on [sammchardy/python-binance](https://github.com/sammchardy/python-binance) project |
| 7 | + |
| 8 | +**Please read carefully all provided documentation before using the bot** |
| 9 | + |
| 10 | +## Disclaimer |
| 11 | +- **Use it at your own risk.** |
| 12 | +- It is not a commercial project, immediate response and or fixes are not guaranteed. |
| 13 | +- This project was developed to improve my personal experience with Binance trading, |
| 14 | +I am not taking any responsibility for the outcomes you get when using it. |
| 15 | +- Works on Mac and Amazon Linux. Other platforms were not verified. |
8 | 16 |
|
9 |
| -**Use at your own risk** |
10 | 17 |
|
11 | 18 | ## Features
|
12 | 19 | - Manage an unlimited number of trading pairs
|
13 |
| -- Supports smart trade entry, though I often buy coins myself. |
| 20 | +- Supports "smart" trade entry |
14 | 21 | - Unlimited exit targets
|
15 | 22 | - Each exit target can be "smart" to gain max profits
|
16 |
| -- Flexible stop loss settings: Fixed/Trialing + Custom SL after each target reached. |
17 |
| -- OCO |
| 23 | +- Flexible stop loss settings: Fixed/Trialing + Custom SL after each target reached |
| 24 | +- One Cancels the Other functionality (OCO) |
18 | 25 | - FREE :)
|
19 | 26 |
|
20 | 27 | ## Limitations
|
21 |
| -- Can't have multiple trades of for one trading pair |
| 28 | +- Can't have multiple trades for one trading pair |
| 29 | +- If you place orders manually, there is a chance they will be canceled by bot |
22 | 30 |
|
23 | 31 | ## Installation
|
24 | 32 | [Setup Instructions](./Docs/SETUP.md)
|
|
0 commit comments