Login Page - Create Account

Support Board


Date/Time: Mon, 06 May 2024 03:56:32 +0000



Post From: Hotkey for moving buy or sell stop orders?

[2024-01-07 04:38:18]
Acro - Posts: 436
j4ytr4der check out Verillo's open source move limit to price study.
There is a link to his GitHub on his main page (just search Verillotrading).

Basically what this does is map a control bar button (and thereby a keyboard shortcut to that button) to a pointer ID.

As a practical example of how this is used, check out his YouTube.
My personal use case is mapping the middle mouse button of my mouse to this shortcut. Then when I middle click on a price (anywhere on chart left to right or in Dom columns) if the price is above my current position it will move the nearest target to that price and if below my current position it will move the nearest stop to that price. I am guessing you may be able to do the same with your controller or with any gaming type mouse.

I am not affiliated with Verillo and I am only recommending this as it is open source and looking at the code it looks very efficient in my opinion.