Traders Laboratory - View Single Post - Floor Pivots Daily
View Single Post
  #6 (permalink)  
Old 03-26-2007, 12:26 AM
nickm001 nickm001 is offline
nickm001 has no status.

 
Join Date: Jan 2007
Posts: 75
Thanks: 0
Thanked 2 Times in 2 Posts
Re: Floor Pivots Daily

I have not tried this ..but it should work in theory..
one way is to add @YM as data2 to your chart, overlay it over the existing data1( @YM.D). Use the same interval as in data1. Modify your pivot point code to use data2 for calculation, for example..
var: pivot(0, data2);
( pivot = ( HighD of data2 + LowD of data2 + CloseD of data2)/3 ;

Reply With Quote