ScottfreeLLC / AlphaPy

Python AutoML for Trading Systems and Sports Betting
Apache License 2.0
1.14k stars 207 forks source link

Data is not pulling from internet #7

Closed lucasgismondi closed 7 years ago

lucasgismondi commented 7 years ago
screen shot 2017-06-24 at 11 38 21 am

When I run mflow on the tutorial "trading model" for some reason this code that is trying to receive the data just goes to the else. Is there something im doing wrong? Thanks in advance for the help!

mrconway commented 7 years ago

Make sure you have the latest release 2.0.1, and your market.yml has the schema google.

market:
    data_history    : 500
    forecast_period : 1
    fractal         : 1d
    leaders         : []
    predict_history : 100
    schema          : google
    target_group    : tech

Let me know what happens.

lucasgismondi commented 7 years ago

Sweet thanks! The issue was the schema. For some reason it was set to "prices". Thanks for the quick reply

mrconway commented 7 years ago

You're welcome. We're still looking for a consistent, end-of-day provider after the Yahoo Finance service was discontinued. There's no telling how long Google will continue to provide these data, so any good alternatives are welcome.