New Members: Be sure to confirm your email address by clicking on the link that was sent to your email inbox. You will not be able to post messages until you click that link.
VTX (Vortex): Scan for unusual movements
Trying to write a scan were:
1) the -V runs parallel with +V ( or vise versa )
2) where the -V runs UP when the price of the stock also runs UP.
3) a scan where the -V runs horizontally but the +V turns upward for a day or two.
Purpose: I've seem some unusual movements over the last year where the VTX acts outside its norm and I'd like to find such stocks and study in detail their histories.
Thanks.
PS, if anyone has some helpful info as to why this happens and what usually is the future play of these weird movements, your sharing would be appreciated
0
Comments
For example, if you are looking for a flag pattern, the flag might be four bars, or five bars or ten bars. It might retrace 10 % or 30 % of prior leg - which itself could also be almost any length. But some flags will be 12 bars, or retrace 31% and your scan will miss those. So, you could write a very complex scan to account for many possibilities, and still miss some flags while getting hits on things that aren't really flags.
If you want to take a shot at your pattern, here are a few notes:
If two lines run parallel, then the distance between them is constant. +V and -V wouldn't ever run exactly parallel, but probably they could stay within a range for some number of bars. So your scan would have to specify that range and test for it at several points. So you would be using a lot of "x days ago" and "y days ago" modifiers to compare +V and -V to each other.
Running horizontal is a similar test; x days ago value is less that some per cent of y days ago, e.g. x days ago -V < y days ago -V * 1.1, and greater than some other per cent, like x days ago -V > y days ago -V * .99.
For prices running up, you could use the StreakUp function (put StreakUp into the search window).
Are you trying to identify something like QTWO showed in Nov/Dec 2018?
Thanks again.
https://school.stockcharts.com/doku.php?id=technical_indicators:vortex_indicator
About halfway down, the BAX example shows +/- running together when the stock is in a flag pattern - apparently the up and down days cancel each other out (see the indicator formula explained at the top of the article). I gather it wouldn't have to be a flag - just anytime there is a lot of overlap in range and up and down closes that cancel each other out.
Actually, if you look closely, there are quite a number of instance where + and - move in the same direction on the same bar.