I have a chart with Chart Trader turn on and I set the "ATM strategy selection mode" to "Display selected ATM strategy only".
I then duplicate this chart so I have 2 identical charts.
On the first chart, I clicked on the Chart Trader's default "Buy Market" button. After a while, on the second chart, I clicked on the Chart Trader's default "Sell Market" button. Because the ATM selection mode is set to "Display selected ATM strategy only", these 2 orders are treated as 2 separate orders instead of canceling out each other. This is good for situations whereby I am holding onto a winning buy position and still wish to scalp short positions.
I built a simple strategy that draws a clickable buy market button and a sell market button. The buy market button executes the EnterLong() command whereas the sell market button executes the EnterShort() command.
I loaded this strategy onto the 2 identical charts above. On the first chart, I clicked on the strategy-drawn buy market button and it opened a buy position. However, on the second chart, when I clicked on the strategy-drawn sell market button, it closed my buys position instead of opening a separate sell position.
Kindly advise what I should do to get the second sell order to execute a separate sell position.

Comment