You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/readme.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ The 'example' folder contains examples of bot's built by @BlockchainEng using py
6
6
7
7
An [example Youtube Video by @BlockchainEng provides an introduction to the features of this project/bot](https://www.youtube.com/watch?v=8AAN03M8QhA).
8
8
9
+
[Example of Cryptocurrency Trading Bot Functionality on Youtube](https://youtu.be/Y4RwD1OGz4c) .
10
+
9
11
Additional explanation is available on a [Medium post describing additional functionality/considerations is available here](https://medium.com/@BlockchainEng/how-to-build-an-automated-cryptocurrency-trading-bot-on-binance-with-python-2cd9b5874e44) .
10
12
11
13
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
@@ -18,14 +20,13 @@ What things you need to install the software and how to install them:
18
20
PyCharm EDU Version
19
21
Python-Binance Library
20
22
Crypto-Signals Library
23
+
Matplotlib Library
21
24
```
22
25
23
26
### Installing
24
27
25
28
A step by step series of examples that tell you have to get a development env running
26
29
27
-
Say what the step will be
28
-
29
30
```
30
31
Please Watch Linked Youtube Video
31
32
```
@@ -58,9 +59,7 @@ Add additional notes about how to deploy this on a live system
58
59
59
60
## Built With
60
61
61
-
*[Dropwizard](http://www.dropwizard.io/1.0.2/docs/) - The web framework used
0 commit comments