Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.18 KB

File metadata and controls

38 lines (25 loc) · 1.18 KB

screenshot1

===================================================== PatternTargetFinder calculates the target price for an equity based on the high (-rh), and low (-rl) that you pass to it from the shell. You can specify an init price, outputting to the command line and clipboard. Specify earnings (-e), to get the upcoming earnings date.

Install

Download the script

Usage

ptf.py [-h] [-t ticker] [-p high] -rh high -rl low [-e]

Example: ptf.py -t oled -rh 77 -rl 33

Output

ticker, price, target

Example: oled, 69.22, 107

Options

-h, --help          Print this help text and exit
-rh, --high        	Specify a ticker symbol to run against (e.g. YHOO)
-rl, --low         	Uses the Floor/Classic calculation
-t, --ticker        If you specify a ticker with no price, ptf.py wlil use Yahoo Finance to look it up
-p, --price		Specifies an init. price.  If none is specified, but a ticker is specified, it will use Yahoo Finance to look it up.
-e, --earnings	Gets earnings date    

See Also

For more information: NA