I want a feature that allows me to close only the desired side of my position when I’m holding both long and short positions in hedge mode.
For example, when a long close alert is triggered, it should close only the long position, and when a short close alert is triggered, it should close only the short position.
Currently, the system closes all positions regardless of direction.
There’s another issue as well.
When I’m holding a long position and TradingView triggers a long close followed by a short open (to switch positions), both alerts are sent almost simultaneously.
Sometimes, however, the short open alert reaches cTrader before the long close alert.
Since there’s no function to close only the long side, this causes the newly opened short position to be closed unintentionally.