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.
Slope parameter for $Symbol:$SPX
Trying to add "and [Slope(65,'$Symbol:$SPX')>.1]" to a scan. I get the "Scan Syntax is Correct" message but a red/X box to the left of the line stating "slope parameter is invalid". Any assistance on how to correctly enter this line would be greatly appreciated.
0
Comments
Also, the apostrophe's at the beginning and the end also are masking the actual issue. If you remove them, the error on the Check Syntax says
Could not parse "$SYMBOL:$SPX" located in the clause "SLOPE(65,$SYMBOL:$SPX)"
This is because $Symbol:$SPX isn't a symbol either.
In scans, RS wise, there is PctRelative that allows you to pick the period you want to look at, and pick the PctRelative symbol, like $SPX and then select a value to look for. If looking at the Slope being Positive, put a positive number in the PctRelative. Like PctRelative(65,$SPX) > 0.1
It's not exactly the same as Slope 65,$Symbol:$SPX that you can see on a chart but it's about as good as it gets on the Scanner options. PctRelative is in the 1st section of the Technical Indicators dropdown.
Thanks again.
[favorites list is 9]// energy exploration and production (for example)
rank by Slope(x)
On the results page, symbols appearing above $SPX and/or $DJUSOL have a higher slope value (the Slope value appears on the results page, but is lost when the results are saved to a list - unless your chart style includes the same Slope as the scan). When you save to a list, check off 'preserve order'.
To save and make this RS view into a chartlist, copy this RS Performance view into excel and then take the symbol column and copy and paste that into a new chartlist. DOW 65 list and DOW 65 RS list. Then you can look at the RS list in many of the other view options to see the RS chart / symbol activity.