Hi again! I'm here one more time to ask please for a pcf code that can scan divergences but this time the conditions are the inverse:
Stochastic making new lows while the price makes new relative highs!
It's the exact same periods! I already changed this PCF code that you gave me a while ago, I changed the ABS(STOC14.3.27 >= 20 to ABS(STOC14.3.27 <= 80 and all the other code that contains <20 to >80!
Obviously didn't work and I can't figure this out. How can I recicle this pcf code to build the inverse indicator signal?
Thank you for your time!
|
is slow but it works just fine! I never thought that you would do something that specific but I'm very thankful for that.
Thanks Bruce
|
Hi Folks! I'm trying to creat a formula that scans stochastic price divergences but I can't realize how I program stochastic to measure the actual crossover on stochastic with the 10 previus candles crossover signal!
On price history my condition is:
L < L1 AND L1 < L2 AND L2 < L3 AND L3 < L4 AND L4 < L5 AND L5 < L6 AND L6 < L7 AND L7 < L8 AND L8 < L9 AND L9 < L10
think that is ok to scan lower lows but now I whant stochastic give me the divergences! I mean when price history goes down (doing a lower low on previous10 candles) I whant to know when the stochastic crossover signal goes up comparing to a previous cross under 20 or near that value.
An exempel
Please give me some gidance guys! And correct me if price history scan that I made is wrong (cause when I scan I get just a few results on entire US Stocks, like 2 or 3)!
I'm working on Daily time frame
|