Support resistance R2 S2 cross indicator

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #38522 quote
    sincitytrader
    Participant
    Junior

    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

    #38523 quote
    sincitytrader
    Participant
    Junior

    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

    #38580 quote
    Nicolas
    Keymaster
    Master

    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)
    #38683 quote
    sincitytrader
    Participant
    Junior

    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
    #38687 quote
    Nicolas
    Keymaster
    Master

    I tested it successfully on Monday. What instrument and timeframe please? When did you test it?

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.

Support resistance R2 S2 cross indicator


ProScreener: Market Scanners & Detection

New Reply
Author
Summary

This topic contains 4 replies,
has 2 voices, and was last updated by Nicolas
8 years, 8 months ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 06/17/2017
Status: Active
Attachments: No files
Logo Logo
Loading...