Code: Select all
Condition1 = Close > (close[1],Open[1]);
Code: Select all
Condition1 = Close > (close[1],Open[1]);
sorry... I missread your question. I need another pair of glasses.Excatly. This is missing a keyword. This is why I asked why this compile without errors.