I have searched around but can find no information on this... I have noticed in the EFS Wizard that there is no 'Not Equals to' != function available. I have my code running, but I have to make sure to select == in the wizard, save the file, edit with notepad and alter the relevant entries to !=.
The context in which I am using the != is to check that the previous bar is not a Doji, ie open(-1) != close(-1).
Am I missing something or is this a limitation of the Wizard?
The context in which I am using the != is to check that the previous bar is not a Doji, ie open(-1) != close(-1).
Am I missing something or is this a limitation of the Wizard?
Comment