Laserdan
11-07-2008, 06:29 PM
I am trying to write some code that will help me identify certain patterns on a chart. I am hoping someone can help me.
I would like to identify a series of bars that have the same lows, but obviously they all cant be equal. So I am trying to find a series of bars (all in a row) where lets say 8 out of 10 all have the same low.
I am thinking there is a way to create an object that i can iterate thru to check values and set flags. Can someone point me in the correct direction?
Thanks in advance
I would like to identify a series of bars that have the same lows, but obviously they all cant be equal. So I am trying to find a series of bars (all in a row) where lets say 8 out of 10 all have the same low.
I am thinking there is a way to create an object that i can iterate thru to check values and set flags. Can someone point me in the correct direction?
Thanks in advance