Standard Deviation Help Please

 

Hello

Does anyone have a code for calculation the Standard Deviation between the Open and High and the Open and Low

Cheers

Kiwi

 
kiwi06:

Hello

Does anyone have a code for calculation the Standard Deviation between the Open and High and the Open and Low

Cheers

Kiwi

Hi Kiwi

I haven't used this function, but have you tried iStdDevOnArray()? You should be able to put values for (High-Open) & (Open-Low) into arrays (perhaps indicator buffers) and apply iStdDevOnArray().

Cheers

Jellybean (another Kiwi :-)

 
Jellybean wrote >>

Hi Kiwi

I haven't used this function, but have you tried iStdDevOnArray()? You should be able to put values for (High-Open) & (Open-Low) into arrays (perhaps indicator buffers) and apply iStdDevOnArray().

Cheers

Jellybean (another Kiwi :-)

Hi Jellybean

I have not tried to code an array as yet. but I will give it a go.

thanks for the idea

cheers kiwi