I use the EnterLongLimit (or EnterShortLimit) to enter.
I use ExitLongStop and ExitLongLimit to set the stop loss and target in the long enter.
I can use the ExitLong to close the position.
But If I use the close button in the chart, the strategy always disable and in the output console I can read
**NT** Disabling NinjaScript strategy 'MoneyWizardStrategy/346ca6ce75ae4bf0a80b1274f54c6f2e'
What I have to do? How should I manage the chart buttons in the strategy?
Best

Comment