Sample Data #110
Closed
vishsnivam
started this conversation in
General
Sample Data
#110
Replies: 1 comment
-
Sorry i missed replying to you. Your setup is incorrect. You are using the stock OHLC data as a watchlist. The watchlist file must contain the name of the stock symbol (One on each line). See below example.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm getting error and instead of reading csv file. Do you have csv sample data format?
(venv) PS C:\Users\test\github\myrepos\stock-pattern\src> py init.py --file Apple.csv --pattern all Scanning
ALLpatterns on
daily. Press Ctrl - C to exit 0%| | 0/507 [00:00<?, ?it/s]File not found: C:\Users\test\ohlc\date,open,high,low,close,volume.csv File not found: C:\Users\test\ohlc\2\17\2015,127.489998,128.880005,126.919998,127.830002,63152400.csv File not found: C:\Users\test\ohlc\2\18\2015,127.629997,128.779999,127.449997,128.720001,44891700.csv 0%|▎ | 1/507 [00:01<14:40, 1.74s/it]File not found: C:\Users\test\ohlc\2\19\2015,128.479996,129.029999,128.330002,128.449997,37362400.csv File not found: C:\Users\test\ohlc\2\20\2015,128.619995,129.5,128.050003,129.5,48948400.csv
Beta Was this translation helpful? Give feedback.
All reactions