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.
Hi,
I looking to create a scan that show when the aroon lines cross? Any suggestions?
Thanks in advance
0
Comments
In the Technical Scan workbench, The Aroon's are an available option in the Technical Indicators dropdown.
the X is used to show a cross. It can be used in a number of situations like
[Aroon Up(25) x 70.0] if you were looking for the Aroon Up 25 crossing the 70 level.
[Aroon Up(25)] x [Aroon Down(25)]
The cross reads left to right so you can reverse the expressions to look for the opposite cross.
[70.0 x Aroon Up(25)]
Something that I've found extremely informative and educational is the Search function on StockCharts and S.C.A.N. There is a true treasure trove of information on what and how-to and why on these sites.
- select and edit some combination of ticker properties - e.g. market cap and optionable
- select a pre-defined group, e.g. group is sp100, or group is EnergySector
- create a favorites list of stocks you want to follow and select it from the Chartlists dropdown
- etc.
If the scan is not showing where the lines crossed, make sure your chart style has the same parameters for the indicator as your scan, and you are using the same time frame for both (daily, weekly, etc.)
[type = stock] AND [Daily SMA(20,Daily Volume) > 40000]
AND [Daily Aroon Up(25) >40 ] and [Daily Aroon Down(25) <60]
and [group is SP500] and [optionable is true]
Any Suggestions?
Rearranged would work much better in general. Now, specifically you wanted a cross of the Aroon I believe. You need still need to add the Cross criteria to your scan. Your Aroon line will rarely if ever show a current.
The X is used to show a cross. It can be used in a number of situations like
[Aroon Up(25) x 70.0] if you were looking for the Aroon Up 25 crossing the 70 level.
[Aroon Up(25)] x [Aroon Down(25)] would give you the stocks where the Aroon Up is crossing the Aroon Down
The cross reads left to right so you can reverse the expressions to look for the opposite cross.
[70.0 x Aroon Up(25)]
Now, IF you are looking for this cross criteria based on an email teaser from a site that says that this is a magic X signal that never fails to identify the great stocks breaking out......, just an FYI, I think they use the Weekly Aroon's.