Newbie; Pivot point Indicator

Forums ProRealTime English forum ProBuilder support Newbie; Pivot point Indicator

Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • #86385

    Hello everyone,

    I’m looking for a pivot indicator that i can enter H,L,C for drawing daily support and resistance and camarilla lines.

    I cant seem to find one that suits.

    Any help would be appreciated.

    Thanks

    Andrew

     

    #86388

    The camarilla pivot points indicator is here: camarilla pivot points

    But you want to define yourself the daily Close, High and Low? and not take the “official” ones?

    #86394

    Hi Nicolas,

    Thanks for the link and yes. I’m wanting to add my own daily high, low, close figures.

    Is this possible?

    Cheers

    #86402

    Sure, just add your own prices in the myH,myL and myC variables in the code:

     

    1 user thanked author for this post.
    #86415

    Thanks again Nicolas!

    just a bit of tweaking to the calculations needed but works great.

    How do i make this attache to each chart? at the moment when i put in the prices H,L,C for the EUR/USD and open another chart the same prices are there?

    Cheers

    #86417

    In this case, you need to delete the 3 lines and add these variables as external ones like in attached picture (example).

    1 user thanked author for this post.
    #86426

    Yep, I see where i went wrong now. See the attachment which shows how i tried using the variables.

    I’ve also attached it here if anyone else wants it.

    Working great, Thank you for your time!

    Cheers

    Add Variables

    myH = High
    myL = Low
    myC = Close

     

     

    #86617

    Hi Nicolas,

    Hoping you can help out again.

    I’m wanting the high, low and close of the market open hours from the previous day populate the formula in this code.

    So it will be changing each day.

    Can this be done?

    Thanks

    Andyd3

    #86660

    Delete your external variables and add the code below at the top of the code:

     

    #86666

    Yep, I did try this and it worked my main issue was adding a function to read the H,L,C for market open hours.

     

     

    #86668

    So I assume the “market open hours” have different times than the daily one?

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

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