I have been trying to use the NT Strategy Wizard to enter a very simple strategy. Essentially, what I want to do is submit an order to buy (using EnterLong()) when the previous bars high (High[1]) is exceeded by the current bar (Close[0]). I am also drawing a red diamond above the previous bars high when this happens. So, far I have been able to get all of the drawing tools to work, BUT I cannot for the life of me get an order to fire. So, the strategy is running and working, but the EnterLong() command is not working. Four hours into this I'm becoming exasperated.
Help.

Comment