Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Link Alert to Drawing tool automatically
Collapse
X
-
Link Alert to Drawing tool automatically
Hi, very inexperienced with indicator development but I wanted to be able to save a drawing tool setup with Alert conditions on it so I don't have to enter them manually every time. For example anytime I drew a specific kind of trendline such as F4, it would automatically have a specific Alert - Submit MIT order condition attached to it, to avoid having to go in and insert it manually every time. Any suggestions of where to start would be appreciated.Tags: None
-
Hello delux9,
Welcome to the NinjaTrader forums!
Below is a link to a forum thread with some helpful starting resources on C# and NinjaScript.
That functionality would have to already exist with the system built in drawing tools to be able to use the those particular hot keys.
However, you can make a script that responds to key presses, and trigger actions like alerts and drawing objects.
A heads up, working with key presses is intermediatory in coding proficiency.
Below are some links to examples of capturing keypresses.
This is a conversion of the a1ChartNotes indicator by monpere. Chart Notes v3 Add notes to your chart. For example, identify a chart template, or put specific notes on how to trade a particular chart, or instrument, etc. – Added selectable fonts and text color – Control Shift toggles compact/expanded visibility (number of lines shown) […]
An example of initiating a drawing tool.
mahToolBar – Version 6 This version updates the code to includes several new icons for NT8 default Drawing Tools plus additional chart management tools. The mahToolBar6 indicator installs drawing tools icons in the NinjaTrader 8 Main Toolbar for a one-click drawing. The early version of this indicator with selected tools used sample scripts from several […]
And a link to the help guide on Alert().
Chelsea B.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
81 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
41 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
64 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
66 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
54 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment