Support Board
Date/Time: Wed, 05 Feb 2025 17:07:18 +0000
Post From: Programming help pls: Close last trade & Reduce position by n.
[2020-03-21 00:09:24] |
User745789 - Posts: 356 |
I don't think there is a native method possible. Would someone offer a price for programming? Both functions are [mostly] for trade entry error correction. Both mapped to their own hotkey. 1. Close last trade. - This is not necessarily closing the open position. It is quickly undoing the last position change. 2. Reduce open position by n-units at market, where n-units is defined by the user. - It is easy to have separate buy/sell mkt hotkeys. But I want a single function that reduces the open size by n. So if short, it will buy n at mkt. If long, then sell n at mkt. It is possible to do all this manually, but that requires changing qty, unchecking attach orders etc. Or changing order configuration. It takes too long. |