Jump to content

⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

Recommended Posts

Posted

Hi all,

 

Can somebody please share or code central pivot range for NT7. I am looking for code which takes last 12 bars highest high, lowest low and close to calculate central pivot range. Using this data central pivot range to be plotted on next 12 bars. I want to plot the same on 5 min chart.

 

following is the code:

 

pivot = (H+L+C)/3

BP = (H+L)/2

TP = pivot + (pivot -BP)

 

kindly help.

 

regds,s

Posted
Hi all,

 

Can somebody please share or code central pivot range for NT7. I am looking for code which takes last 12 bars highest high, lowest low and close to calculate central pivot range. Using this data central pivot range to be plotted on next 12 bars. I want to plot the same on 5 min chart.

 

following is the code:

 

pivot = (H+L+C)/3

BP = (H+L)/2

TP = pivot + (pivot -BP)

 

kindly help.

 

regds,s

 

This can be done, but if we are at bar X and we look back 12 bars for the calculation and then project the calculation forward 12 bars, how do we define where bar X is?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

×
×
  • Create New...