Is there a reference to which you can point me that a) explains how stops work in NT, and b) explains the ways to control the behavior of stop entries and exits?
I'd like to understand what triggers a trade on EnterLongStop(), EnterShortStop(), ExitLongStop() and ExitShortStop().
Some scenarios I'd like to code are:
- Entering a long (short) position at the offer (bid) if a trade has occurred above (below) a given price.
- Entering a long (short) position at the offer (bid) if a trade has occurred at or above (below) a given price.
- Working a bid (an offer) if my stop price goes offered (bid).

Comment