-
Notifications
You must be signed in to change notification settings - Fork 45
Quick usage summary
Benny Thadikaran edited this page Oct 25, 2024
·
4 revisions
To check all available command line options.
py init.py -h
Assuming you followed the install instructions and setup user.json
py init.py
- Will scan for patterns on daily timeframe by default.
py init.py --tf weekly
- Scan on weekly timeframe
py init.py --tf monthly
- Scan on monthly timeframe
py init.py --tf quarterly
- Scan on quarterly timeframe
py init.py --tf 60
- Scan hourly
py init.py --tf 4h
- Scan 4 hour charts
py init.py -p vcpu
py init.py -c custom.json -p all
- Scan all patterns and use custom.json as config file.
py init.py --plot vcpu-daily.json
For more detailed info see Usage wiki