Hi
Is there a screener for a simple, realtime R2 S2 pivot points – all crosses? I have tried this on proscreener on 1 minute time frame but it doesn’t work.
I can’t seem to find anything on this?
Any heads up, welcome!
Thanks
Rob
Just to clarify Im looking for a screener to detect crosses of R2 and S2 pivot points.. I’ve tried using alerts, but doesn’t work.
Im using IG version of pro real time if that could be the issue
Just made this pivot points crosses screener for you. Please test it and tell us if it’s ok.
Ht = DHigh(1)
Bs = DLow(1)
C = DClose(1)
Pivot = (Ht + Bs + C) / 3
Res2 = Pivot + Ht - Bs
Sup2 = Pivot - (Ht - Bs)
//Pivots points cross
condition=close crosses under Sup2 OR close crosses over Sup2 or close crosses under Res2 or close crosses over Res2
SCREENER[condition] (sup2)
Thanks Nick,
I created something similar with the prorealtime wizard.
It doesn’t work though. Strange! I set the time interval to 2 minutes, and I get some results, but they are incorrect.
I also tried changing the condition to…
//Pivots points cross
condition=close <= Sup2 OR close >= Res2
This also didn’t work.
I don’t think it’s my IG data feeds, as if I didn’t have the real time feeds, the pro screener calclation would error
Any ideas? Should I raise a call with prorealtime?
Thanks
Rob
I tested it successfully on Monday. What instrument and timeframe please? When did you test it?