It would also work if if would bring a chart window into focus.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Pop up a chart via a program trigger
Collapse
X
-
Pop up a chart via a program trigger
I would like to program an alert that when a certain condition is met it pops up a chart. Is there a way to do this? Can you point me in the right direction?
It would also work if if would bring a chart window into focus.Tags: None
-
Hi mtech,
Thank you for your post.
For this, you would want to use the Market Analyzer.
For more information about creating alerts within the Market Analyzer, please see the following link to our Help Guide: http://www.ninjatrader-support.com/H...onditions.html
Please let me know if you have any additional questions or if I may be of further assistance.KyleNinjaTrader Customer Service
-
Yes, I have tried Market Analyzer and the associated alerts. How do I make it so that the market analyzer opens a chart window when an alert condition is true.
Ideally, I could program something like the following:
If Alert.Status = True then
Dim ChartWindow as NinjaChartWindow = New NinjaChartWindow
ChartWindow.Ticker = Alert.Ticker
ChartWindow.Open
End If
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
68 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
39 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
63 views
1 like
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
62 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
53 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment