Skip to content

Quick usage summary

Benny Thadikaran edited this page Oct 25, 2024 · 4 revisions

Quick Usage

To check all available command line options.

py init.py -h

Assuming you followed the install instructions and setup user.json

For Daily

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

For intraday

py init.py --tf 60 - Scan hourly

py init.py --tf 4h - Scan 4 hour charts

To avoid the interactive menu, use -p or --pattern specifying the pattern name.

py init.py -p vcpu

Custom config

py init.py -c custom.json -p all - Scan all patterns and use custom.json as config file.

Plot results from a previous scan

py init.py --plot vcpu-daily.json

For more detailed info see Usage wiki