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.
Stochastic Close or Full Help
Hi all,
I have been working on a Scan to pick a stock from my chart list for 125,5,1 SMA-125 smoothing 5 Day. I am not getting the accurate results when I look at the charts that come up.
Any ideas or suggestions?
0
Comments
Can you share the relevant scan code (working or not) , with a "plain english" explanation of the condition(s) it is supposed to find?
A screen shot of a chart from your list that illustrates the condition occurring would be great, too (but not essential if you have a problem uploading it).
Here is an example of what works but I want to add more parameters
[favorites list is 14] // 0201 Trend List
and [Full Stoch %K(125,5,1) > 60.0]
I want to be able to to capture:
StochClose (125,5,1) Between >=45 and <=59
Planning on working on this over the weekend. I love the new features
But, if %K is an acceptable substitute, you would have one line for each condition:
and [Full Stoch %K(125,5,1) >=45]
and [Full Stoch %K(125,5,1) <=59]