Config generator for Stock Patterns #50
BennyThadikaran
started this conversation in
Ideas
Replies: 1 comment
-
I have merged the setup-config.py into main branch. I will add it to the README once i'm confident it is working well for all users. Do try it and notify me of any typo or gramatical errors or anything is unclear. I wrote this with the intention of making the setup easy without having to pour through the documentation. |
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
-
I have published setup-config.py on the dev branch. It's a helper script for generating or editing user.json
See a video demo on youtube: https://youtu.be/bQx59IXnFbk
It asks a few simple questions and generates the user.json. Filepaths are auto-completed using the TAB key. It should help Windows users. (Not having to escape file paths in JSON).
It also validates your OHLC data to rule out common issues like missing columns, date order or invalid date formats.
The script requires
questionary
package. Runpip install questionary
.Try it out and leave your feedback here.
Beta Was this translation helpful? Give feedback.
All reactions