Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
4 |
|
5 |
chmod 777 install.sh
|
6 |
|
@@ -8,7 +9,7 @@ chmod 777 install.sh
|
|
8 |
|
9 |
Then Use as follow :
|
10 |
|
11 |
-
|
12 |
|
13 |
Loaded trained model from file
|
14 |
|
@@ -50,7 +51,7 @@ Saved model to file
|
|
50 |
|
51 |
Training completed successfully
|
52 |
|
53 |
-
|
54 |
|
55 |
Loaded trained model from file
|
56 |
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
***This ML algorithm is awesomely accurate but be careful ! I'm not responsible of any bad trading decision.***
|
5 |
|
6 |
chmod 777 install.sh
|
7 |
|
|
|
9 |
|
10 |
Then Use as follow :
|
11 |
|
12 |
+
**$ python ml_ichimoku_scanner.py -e binance -f USDT -tf 15m --train**
|
13 |
|
14 |
Loaded trained model from file
|
15 |
|
|
|
51 |
|
52 |
Training completed successfully
|
53 |
|
54 |
+
**$ python ml_ichimoku_scanner.py -e binance -f USDT -tf 15m**
|
55 |
|
56 |
Loaded trained model from file
|
57 |
|