Camarilla Pivots Proximity

Forums ProRealTime English forum ProScreener support Camarilla Pivots Proximity

Viewing 6 posts - 1 through 6 (of 6 total)
  • #195095

    Hi Everyone,

    I’m trying to set a proscreener  code to find stocks with proximity to Camarilla pivots R4 and S4. The problem is in defining the value of the pivots. The value that PRT is presenting in the screener is not the same as the chart. In some stocks, the difference is much bigger. I already used the parameters as an indicator and the lines are in the same value of the PRT Camarilla Pivots. I don’t know what to do more… 🙁 I have in the screener (file attached) a column with the S4 value.

    The code i’m using is this:

     

    #195098

    What I found right now, was that the HOD and LOD of the previous day in the code, considers the pre-market time and Camarilla Pivots don’t. How can i correct this?

    Thanks in advance.

    Regards

    #196962

    Hi everyone,

    Any thoughts about how can I define the “high of the day” considering only regular time? I know that it is possible disabling  the extended trading hours, but I need to see the resistances and supports in the premarket. Another possibility is to “call” camarilla pivots in the code, but i’m not seeing how. Any help will be greatfull.

    Thanks in advance.

    #196965

    Hi,

    Assuming a start time lower than finish time (meaning not either side of local midnight for a market in a faraway timezone, which would require to amend timing conditions), and assuming a not too small intraday timeframe to avoid empty candles and to avoid more complex coding solution, this should give you the high, low and close for customised start and finish times in lines 1,2 in HHMMSS format:

     

     

     

    #196971

    Sorry, above gave myL,myH,myC for the day in response to #196962, but if you want to include it in your screener in #195095 you would need previous day’s values not today’s, I should have written it differently to keep your myL, myH, myC names for same calc as you and avoid any potential confusion, so here it is rewritten with dayH,dayL,dayC feeding at end of day into myH,myL,myC remaining not overwritten the following morning to be available for pivot calc, and without return line to add it at beginning of your screener:

     

     

    #197173

    <span class=”bbp-author-name”>JC_Bywan</span>, you are the Master!!! Thank you very much for your help. Problem solved!

Viewing 6 posts - 1 through 6 (of 6 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login