I'd like to do the following: in a strategy, when an indicator A crosses another indicator B, I'd like to enter short and immediately start running a script of code (or start another indicator) after crossing that exits later according to some rules.
I know how to cross and code the script inside the IF statement. Can I call exit short within this IF statement though? Is NJ that flexible if i decide to stop using Strategy wizard aand code it myself?
Thank you for your time.

Comment