I place my orders from Level2 with hotkey (send=false) and then using keys to adjust the order and after submit with Buy or Sell without using the mouse. With tab key and cursor keys and select the desired items I can adjust all fields, but this is very slow and I have to be very careful not to miss it.
What if this could be filled by hotkeys?
Your hotkey system is very complex and flexible, I really love it, so I was thinking about how could be incorporated into it.
My suggetion is a new Hotkey Action: ChangeTicket
This Action could be modify the values when we are in Level2 (or Trade Ticket) window.
There will be new variables:
TicketOrderType
TicketAction
TicketQuantity
TicketLimitPrice (this already exists)
TicketStopLimitPrice (this already exists)
TicketRouting
When I create a new ChangeTicket Action then all these variables set to default.
If I want to create a hotkey to set the Route to EDGA, I set
TicketRouting = "EDGA" and leave all other variables to default. When I press the hotkey standing on the level 2 window, the Route field changes to EDGA, everything else remains what it is at that moment.
If I want a hotkey to increase the Quantity field by 200, I set:
TicketQuantity = TicketQuantity + 200
And when I press the hotkey it always increases by 200.
If I want a hotkey to increase the limit price and set the routing at the same time:
TicketLimitPrice = TicketLimitPrice + 0.25
TicketRouting =if TicketLimitPrice>Ask+.05 then 'EDGA' else 'BATS'
So my first step to press a hotkey which is a regular Order action (which doesn't Send the order), and after that I could use this new feature to tailor the order before submitting without using the mouse. But possibly omitting the regular order action these ticket actions could be prepare an order itself.
Please, consider my suggestion,
Thank you very much!
Question
TraderB
Hello Jerry,
I place my orders from Level2 with hotkey (send=false) and then using keys to adjust the order and after submit with Buy or Sell without using the mouse. With tab key and cursor keys and select the desired items I can adjust all fields, but this is very slow and I have to be very careful not to miss it.
What if this could be filled by hotkeys?
Your hotkey system is very complex and flexible, I really love it, so I was thinking about how could be incorporated into it.
My suggetion is a new Hotkey Action: ChangeTicket
This Action could be modify the values when we are in Level2 (or Trade Ticket) window.
There will be new variables:
TicketOrderType
TicketAction
TicketQuantity
TicketLimitPrice (this already exists)
TicketStopLimitPrice (this already exists)
TicketRouting
When I create a new ChangeTicket Action then all these variables set to default.
If I want to create a hotkey to set the Route to EDGA, I set
TicketRouting = "EDGA" and leave all other variables to default. When I press the hotkey standing on the level 2 window, the Route field changes to EDGA, everything else remains what it is at that moment.
If I want a hotkey to increase the Quantity field by 200, I set:
TicketQuantity = TicketQuantity + 200
And when I press the hotkey it always increases by 200.
If I want a hotkey to increase the limit price and set the routing at the same time:
TicketLimitPrice = TicketLimitPrice + 0.25
TicketRouting =if TicketLimitPrice>Ask+.05 then 'EDGA' else 'BATS'
So my first step to press a hotkey which is a regular Order action (which doesn't Send the order), and after that I could use this new feature to tailor the order before submitting without using the mouse. But possibly omitting the regular order action these ticket actions could be prepare an order itself.
Please, consider my suggestion,
Edited by TraderBThank you very much!
Link to comment
Share on other sites
21 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.