4 Hr Pivot on Intraday Timeframe

Forums ProRealTime English forum ProBuilder support 4 Hr Pivot on Intraday Timeframe

  • This topic has 5 replies, 3 voices, and was last updated 1 year ago by avatardruby.
Viewing 6 posts - 1 through 6 (of 6 total)
  • #196351

    I will like to code 4 Hr Pivot on Intraday Timeframe. Please help

    #196362

    Thanks in advance

     

    #196366

    There you go:

    1 user thanked author for this post.
    #196383

    Thanks a million

     

    Regards

     

     

    #196393

    I will like to put labels on the chart

    I realise that i cant add the label because of the update on close statement

    I am using

    drawtext(“Res1”,barindex,Res1+Voffset,SansSerif,Bold,15)
    drawtext(“Res2”,barindex,Res2+Voffset,SansSerif,Bold,15)
    drawtext(“Res3”,barindex,Res3+Voffset,SansSerif,Bold,15) and

    DRAWSEGMENT(barindex, Res1, barindex+10, Res1)
    DRAWSEGMENT(barindex, Res2, barindex+10, Res2)
    DRAWSEGMENT(barindex, Res3, barindex+10, Res3)

     

    Is there a workaround?

    Thanks

     

     

    #196405

    Hi, the code additions put fixed text labels at the current bar location. Also while checking I came across a few gremlins which I think I’ve corrected on original lines 15,18,22 and 27.

    I’m curious, why your not using the stock pivot point indicator set to 4 hours.

     

     

    2 users thanked author for this post.
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