deeptendies / legacy-deeptendies-library

Open source stock price forecast bringing quantitative trading to the masses!
GNU Affero General Public License v3.0
8 stars 1 forks source link

deeptendies lite complete #34

Closed stancsz closed 3 years ago

stancsz commented 3 years ago

wrote a minimalist/lite fork of deeptendies. just single column autoarima (R's autoarima's python rewrite) https://pypi.org/project/pmdarima/

        stock='gme',
        start='2021-05-10',
        end='2021-05-27',
        forecast_days=5,
        filter=['High']
>> 
/usr/bin/python3.8 /home/stan/github/deeptendies-lite/main.py
[272.1088269  279.6325006  287.15617429 294.67984799 302.20352168]

Process finished with exit code 0

image