Posted 3/4/2010 10:23:34
|
|
|
|
Hi,
I want to get the lowest Close value in the last 5 bars.
I think that BarUtils.LowestValue(XXX.Close,0,5) should be the right function to use. But, I'm struggling to figure out how to put in the "series of closes" into the function.
I'm guessing this is pretty simple, can anyone give me some code example?
Christian
|
|
|
|