♥ 0 |
Aloha. I use %R as part of my scans but I only have the option of selecting certain values greater than or less than or equal to and so on. I wanted to know if there is a way to see when %R crosses above or below a value. Any suggestions?
Marked as spam
|
Please log in to post questions.
Very simple, just reverse the greater-than and less-than signs. So the original is this: plot scan = WR[1] < -80 and WR > -80; and we change it to this: plot scan = WR[1] < -80 and WR > -80;. Now, regarding your scan results. There are two modes to this scan. Read the comments embedded within the code and you will find that one tests for overbought condition and the other tests for oversold conditions. The are not run at the same time as only a single plot is permitted in a custom scan. I assumed that you have already viewed our videos on the topic of stock scanners and if that last bit was not apparent to you I suggest you go back and review some of those videos. Almost every scan we publish contains multiple signals that you turn on and off using the comment mark #.