I'm attempting to use the datum of HeikenAshi Indicator in a system with WizardEditor, but I don't have results. For example, I attempt that the system Buys when a max of an actual bar (HAHigh(0)) breaks up previous max (HAHigh(1)). I indicate in the Wizard like this:
"When the following conditions are true:"
HeikenAshi().HAHigh[0]>HeikenAshi().HAHigh[1]
"Do the following"
EnterLong(DefaultQuantity,"")
...
But, anything does not make.

Do you kow why? How can I find a solution?
Thank you for all. Best regards.

Comment