Skip to content

nhsb1/PatternTargetFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Calculates and output the target price of an equity based on the high, and low passed from the shell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages