Login Page - Create Account

Support Board


Date/Time: Fri, 29 Mar 2024 01:54:04 +0000



[Programming Help] - Programming help pls: Close last trade & Reduce position by n.

View Count: 437

[2020-03-21 00:09:24]
User745789 - Posts: 173
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.

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account