♥ 0 |
Hello everyone. What I’m trying to do is find where the value of the MACD difference was greater yesterday then today. Below is something I’ve used to find where the value is less than the average, I just want to find the same scenario where yesterday’s difference might be 3 and today’s is 2. I saw this post but I’m not sure how to retro fit it. https://www.hahn-tech.com/ans/scan-for-three-consecutive-days-of-two-percent-daily-gain/#
input fastLength = 12; def Value = MovingAverage(averageType, close, fastLength) – MovingAverage(averageType, close, slowLength); plot scan1;
Marked as spam
|
Please log in to post questions.