hi all,
i'm a newbie to EA programming... was wondering if anyone could tell me if this code is correct:
if (PRICE_OPEN==iBands(NULL,0,20,2,0,PRICE_CLOSE,MODE_LOWER,1))
what i am trying to do is: if current price is equal to the lower 20 bollinger then .... (next statement)
thanks in advance.
ps. this is my first post, please excuse any protocal faux pas.
i'm a newbie to EA programming... was wondering if anyone could tell me if this code is correct:
if (PRICE_OPEN==iBands(NULL,0,20,2,0,PRICE_CLOSE,MODE_LOWER,1))
what i am trying to do is: if current price is equal to the lower 20 bollinger then .... (next statement)
thanks in advance.
ps. this is my first post, please excuse any protocal faux pas.