... | ... |
@@ -1,2 +1,44 @@ |
1 |
-# binance-stepper-bot |
|
2 |
-💸 Binance trading bot based around step value |
|
1 |
+# Binance Stepper Bot |
|
2 |
+ |
|
3 |
+The 'binance-stepper-bot' ... |
|
4 |
+ |
|
5 |
+### Setting up |
|
6 |
+ |
|
7 |
+##### Bot-side |
|
8 |
+ |
|
9 |
+1. Make sure you have Python >= 3.7 installed |
|
10 |
+2. Download all the repository files to your machine or clone it: |
|
11 |
+ |
|
12 |
+``` |
|
13 |
+git clone https://github.com/aleksgaisov/binance-stepper-bot |
|
14 |
+``` |
|
15 |
+3. Install all the necessary dependencies listed in _requirements.txt_: |
|
16 |
+ |
|
17 |
+``` |
|
18 |
+pip3 install -r requirements.txt |
|
19 |
+``` |
|
20 |
+ |
|
21 |
+##### Exchange-side |
|
22 |
+ |
|
23 |
+1. Register/Log in to Binance Exchange |
|
24 |
+2. Apply all the necessary security measures to protect your account, including Two-Factor Authentication. |
|
25 |
+3. Go to API Manager and create new API with the following restrictions: |
|
26 |
+ |
|
27 |
+``` |
|
28 |
+[*] Read Only [*] Enable Trading [] Enable Withdrawals |
|
29 |
+ |
|
30 |
+Optional: Consider restricting API access to trusted IPs only |
|
31 |
+``` |
|
32 |
+ |
|
33 |
+4. Save your API and Secret keys |
|
34 |
+ |
|
35 |
+##### Email-side |
|
36 |
+ |
|
37 |
+https://www.google.com/settings/security/lesssecureapps |
|
38 |
+https://accounts.google.com/DisplayUnlockCaptcha |
|
39 |
+ |
|
40 |
+### Usage |
|
41 |
+ |
|
42 |
+### Trading Algorithm |
|
43 |
+ |
|
44 |
+### Disclaimer |