Maybe this can help? -> https://ourcodeworld.com/articles/re...ey-in-winforms
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Custom HotKeys
Collapse
X
-
Hello nekroart,
Thanks for your post.
NinjaTrader does not offer any out-of-box NinjaScript code for detecting key presses, so this would have to be done with traditional C#. I have a conversion for the NinjaTrader 7 Chart Notes indicator that incorporates timers and uses Regex to detect key presses that could provide some further direction for rolling your own key detection. (The original NinjaTrader 7 Chart Notes indicator used Regex code in OnPlot() which worked well for its purpose, but may not be as usable as adding your own timers.)
I'll provide links to both versions of these indicators for reference.
A1ChartNotes NT7 - https://ninjatraderecosystem.com/use...ad/chartnotes/
A1ChartNotes NT8 - https://ninjatraderecosystem.com/use.../a1chartnotes/
Please let us know if we can be of further assistance.
- Likes 1
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
48 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
30 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
99 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
177 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
170 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment