What I'm trying to do is have this strategy execute with an auto chase if touched with a limit of 2. Is there any examples of how to code this or a regular auto chase in ninjascript.
Here's the code im working with
Position.MarketPosition = MarketPosition.Flat
Close(1) < Open(1)
EnterLongLimit(DefaultQuanity, Close(0) +-5 * Ticksize
Any help on this would be appreciated
Thanks

Comment