Forum

Why ArrayMinium not working?

Ok i have made this expert to get some numbers for another expert my make. I can't figure out why array maximum works fine but array minimum does not . they look the same to me ? Can someone tell me what wrong here thank you

What is Wrong here?

Hi there I'm trying to asign these two values to the to the static double after the condition is meet . The Maxvoluume is a extern double, but it don't run block 2 when it should block 1 should return or break go back to the start function start . so what do i need to change. cheers kiwiforce static

Valid statement?

I'm trying find the lowest rsi value in x bars i been reading the (mt4)book think i'm asking the right thing but not sure. I'M new at this yes but i'm try to work it out myself . will this work. thank you double rsi-low= iRSI ([ iLowest ( NULL , 0 ,MODE_CLOSE, 30 , 0 )]);