View Single Post
  #1 (permalink)  
Old 03-15-2007, 02:56 PM
iscuba11's Avatar
iscuba11 iscuba11 is offline
Senior Member
 
Join Date: May 2006
Location: Houston
Posts: 400
iscuba11 is on a distinguished road
Question Need help to clarify my comparison statement

PHP Code:
iLow(NULL,0,Lowest(NULL,0,MODE_LOW,0,1)) < iLow(NULL,0,Lowest(NULL,0,MODE_LOW,1,1)) 

I am trying to compare the lowest of the current bar lowest to the lowest of the bar that is 1 bar back. I am confused as to what goes after the MODE_LOW in the statement - Could you clarify please?? From somebodies example in the past they had after the MODE_LOW a 1,1. What does each of these numbers refer to? - Confused??

Thanks in advance!!

Dave
<><<<

Last edited by iscuba11; 03-15-2007 at 03:03 PM.
Reply With Quote