Skip to content

No patterns detected #69

Answered by BennyThadikaran
algebraist asked this question in Q&A
Discussion options

You must be logged in to vote

Your configuration looks fine and the script has not thrown any errors.

The script only detects ongoing patterns which are yet to fully complete. Past patterns which either completed with a breakout or failed, will not show up. Its not necessary every stock will turn up a pattern.

Also every pivot requires 6 bar before and after. If the pivot high or low is violated it wont be considered. You can use --left and --right to increase / decrease the number of bars required to confirm the pivot.

# Use 4 bars on left and right of pivot
py init.py -p all -r 4 -l 4

You might want to add more stocks to scan to increase chances of detection.

If you're still convinced there is a pattern in the maki…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by BennyThadikaran
Comment options

You must be logged in to vote
1 reply
@algebraist
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants