How to fix Weekly Fair Value Pivot

Forums ProRealTime English forum ProBuilder support How to fix Weekly Fair Value Pivot

  • This topic has 3 replies, 2 voices, and was last updated 1 year ago by avatarMary.
Viewing 4 posts - 1 through 4 (of 4 total)
  • #213346

    Hello,

    I have a formula for Weekly Fair Value Pivot and I plotted it on Daily chart but this formula is only showing a plot for previous week’s pivot dated: (April 3-6th) , and not this current week’s pivot that just ended:(April 10-14,2023)

    How do I fix it so that I can get a  Weekly Pivot plot as soon as Friday of that same week closes?

    Please see my current formula that I need help with:

    // POINT PIVOT HEBDOMADAIRE
    IF dayofweek < dayofweek[1] THEN
    weekhigh = prevweekhigh
    weeklow = prevweeklow
    weekclose = prevweekclose
    prevweekhigh = high
    prevweeklow = low
    ENDIF

    prevweekhigh = max(prevweekhigh, high)
    prevweeklow = min(prevweeklow, low)
    prevweekclose = close

    PPWeek = (weekhigh + weeklow + weekclose) / 3
    RETURN PPWeek COLOURED(50,50,220) AS”Pivot Week”

     

    #213374
    JS

    Hi Mary,

    As I understand it, the week starts on Monday and you can only see the pivot of the previous week next Monday…

    #213380

    But then I am looking at ThinkorSwim software, and there I can plot Weekly pivots on Daily chart as soon as the week closes.

    Just wondering why its not possible in Prorealtime?

    Thank you in advance and please see pic:

     

     

    #213382

    Thank you I figured out how to do it, no need to respond further:

     

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

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