Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,11 @@ license: apache-2.0
|
|
| 4 |
|
| 5 |
This script is a command-line tool designed to generate a trading signal for a stock.
|
| 6 |
You run it from your terminal or command prompt, not from within a Python IDE's run button without configuration.
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
|
| 9 |
## Step 1: Install Prerequisites
|
| 10 |
First, you need to install Python and all the necessary libraries. The most complex one is TA-Lib, which requires a separate installation before the Python wrapper.
|
|
|
|
| 4 |
|
| 5 |
This script is a command-line tool designed to generate a trading signal for a stock.
|
| 6 |
You run it from your terminal or command prompt, not from within a Python IDE's run button without configuration.
|
| 7 |
+
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
## Disclaimer: This is for informational purposes only and does not constitute investment advice
|
| 11 |
+
The script is generated by Qwen-Max, Gemini Pro 2.5, and Grok4 Fast and test locally
|
| 12 |
|
| 13 |
## Step 1: Install Prerequisites
|
| 14 |
First, you need to install Python and all the necessary libraries. The most complex one is TA-Lib, which requires a separate installation before the Python wrapper.
|