Multiple scan and Dotted line. #117
Replies: 4 comments 5 replies
-
|
Yes both should be possible. I will look into the code and try it out next week. |
Beta Was this translation helpful? Give feedback.
-
|
This is already available. The `--save` option defaults to `src/images` but you can provide your own folder to save.
`py init.py --save ~/Documents/patterns/`
Regards,
Benny Thadikaran
|
Beta Was this translation helpful? Give feedback.
-
I have a alternative way to handle this. How about defining a custom list in user.json. {
"PATTERNS": {
"my_patterns": ["flagu", "vcpu", "dtop"]
}
}And you call it like
To clarify, the point D on my charts represent the last Close price of the stock. It is not the PRZ zone. The PRZ zones are marked by short horizontal lines with labels. So adding the line would be a cosmetic change that wont really convey any information. In general the retracement or extension of the longest leg (XA line in most cases) is considered most significant to the pattern. So the XA 0.886 is the most important retracement. When these lines converge in a tight range it forms a likely PRZ zone. I am a bit hazy on the PRZ, so please correct me if I'm wrong |
Beta Was this translation helpful? Give feedback.
-
|
This has been implemented in v4.0.13 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Benny,
Can you include multiple scan in 1 go.
Example:
python3 init.py --save --tf weekly -p bull_harm,trng,uptl -c user.json
This will help to automate the same so we can have all the results in one folder.
Also in the harmonic image, is it possible to make dotted line from X to D so it gives clearly visibility of the PRZ zone.
Example.
Thanks
Saurabh
Beta Was this translation helpful? Give feedback.
All reactions