hello experts,
I am having trouble with fetch_csv's simple example code.
The URL from which it lifts data is incomplete it seems. I have 2 months worth of data and when the length "len(data[context.stock]))"
is printed, it shows 10 every time. Also the number of bars of data displayed < N for df.head(N).
Also the 'log.info(df.head())''s actual log is inconsistently displayed. Sometimes it is logged when ''build algorithm" is executed and
next time for it to log the head, had to touch backtest dates.
Sometimes 'build algorithm' logs the info and some times dont.
And when 'run full backtest' is run, similar situation occurs. And most of the times it says "back test didnt generate any logs" with oscillating "waiting for logs" state.
New to python, so please excuse for being naive.
Please help
Thanks