♥ 0 |
Hello, Currently, I am using the Price Change Study Filter (pic attached) for a Scan that is showing when the current bar’s “Close” is at least a .2% greater than the “Close” 2 bars ago. It works fine…..but I wanted to edit it to show when the Current Bar’s “High” is at least .2% greater than the “Close” 2 bars ago. Unfortunately you cannot use the Price Performance studies in the condition wizard so I had to attempt to edit the code directly. I think I successfully hacked it. This code below seems to work but I also want to use it the opposite way for a Bearish scan. (Current Low .2% lower than the Close 2 bars ago). And I’m confused on the whole “choice, greater than and less than”. I don’t know how to properly change it to just be bearish. I know its only working right now because the “greater” is the default. Thanks in advance. <pre>input price = close; RESOLVED
Marked as spam
|
Please log in to post questions.