//-----
need to see the line exactly as it written......
Open [0]; and
Bid;
that does not mean anything..... open[0] is just a value..... Bid is just a value...... you must do something with them......
Open [0] > Open [1]; //--- that means this open is greater than prior open......
and..... are you using and..... if so use &&......
Bid > Close[1]; //---- means bid greater than prior close......
you must assign them to something, or compare them to something.....
otherwise like the warning said, they have no effect......
always best if we can see the exact lines of code......h