Forum

if statement not working

Hi everyone! I am trying to program my first EA and these if conditions doesn't seem to work together. Does someone know why ? Thank you very much double BidClosePrice = Close[1]; double LastBidClosePrice = Close[2]; double LowerBbValue = iBands(NULL,PERIOD_M1,20,2.1,1,PRICE_CLOSE,MODE_LOWER,0);