COBC= true
Close[0] > close[1] seems to not wait for the close of close[0] but rather execute the command if the incoming tick data is larger that close[1]
How can I wait to execute my command at the closing of close[0]
Keep in mind COBC is already true

Comment