Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Binding hotkey to place an order 1 tick above or below the previous bar
Collapse
X
-
Binding hotkey to place an order 1 tick above or below the previous bar
Hello, is it possible to bind hotkey or a create a script and bind to hotkey to place a Sell Stop Limit or Buy Stop Limit order 1 tick above or below the previous bar?Tags: None
-
Hello backtester831,
The hotkeys created by NinjaTrader are not able to reference bar data on a chart.
Custom hotkeys triggered in a script would be undocumented and is not officially supported, but it would be possible this way.
Below is a link to a script that will give you the information you need.
https://ninjatraderecosystem.com/use...ket-internals/
The NinjaTrader Ecosystem website is for educational and informational purposes only and should not be considered a solicitation to buy or sell a futures contract or make any other type of investment decision. The add-ons listed on this website are not to be considered a recommendation and it is the reader's responsibility to evaluate any product, service, or company. NinjaTrader Ecosystem LLC is not responsible for the accuracy or content of any product, service or company linked to on this website.Chelsea B.NinjaTrader Customer Service
-
Thank you, I added that addon for NT8, but not sure where to look further for help. Could you please point me where to look? Is that the correct script?Originally posted by NinjaTrader_ChelseaB View PostHello backtester831,
The hotkeys created by NinjaTrader are not able to reference bar data on a chart.
Custom hotkeys triggered in a script would be undocumented and is not officially supported, but it would be possible this way.
Below is a link to a script that will give you the information you need.
https://ninjatraderecosystem.com/use...ket-internals/
The NinjaTrader Ecosystem website is for educational and informational purposes only and should not be considered a solicitation to buy or sell a futures contract or make any other type of investment decision. The add-ons listed on this website are not to be considered a recommendation and it is the reader's responsibility to evaluate any product, service, or company. NinjaTrader Ecosystem LLC is not responsible for the accuracy or content of any product, service or company linked to on this website.
Comment
-
Hello backtester831,
In this script, the ChartControl.PreviewKeyDown event is being assign an event handler method that prevents the instrument selector overlay from appearing, then checks for the key sent, and triggers an action with the ModifierKeys.Alt and ModifierKeys.Control combination.Chelsea B.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
23 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
115 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
68 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
225 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
409 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|

Comment