Hello, I am looking for the equivalent of WL6 condition "Price is lower by x% than it was a number of bars ago". I would have thought that "Indicator % above/below Indicator" (first indicator "close" and second indicator "close") plus Qualifier "N Bars ago" would bring me on the right track but this does not seem to work.
Best Regards!
Matthias
Best Regards!
Matthias
Rename
The ROC indicator tells you how much percentage a source TimeSeries (price, or indicator) was N bars ago. So you could use Indicator Compare to Value, ROC(Close,20) < -10, for example, to see if closing price is 10% or more lower than it was 20 bars ago.
Mattias, fyi: it's recommended that you upgrade to build 29 (once released) as it will contain fixes for Qualifier blocks.
Your Response
Post
Edit Post
Login is required