Thanks
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Need Advice on Custom Indicator
Collapse
X
-
Need Advice on Custom Indicator
I have a real time custom indicator that produces a sound alert when it triggers. How can I convert the sound alert to an email or any other alternate export via strategy wizard.
ThanksTags: None
-
Yes, I dont have access to the indicators methods. I need to find a way of using some type of input to match against the criteria of the plot (or .WAV alert) of the indicator so that when it plots it sends me a notification via email. I can do the email bit.
Comment
-
Hi, The code for the indicator is proprietry, I dont have access to change it. However. although the values in the databox are blank most of the time the values can be seen in the data box when the indicator has plotted.
I am guessing that if the data is held in the databox is should be accessable from somewhere in the data tables held in Ninjatrader somewhere. Can I access these same tables that are used in the data box data?
Comment
-
Trader_Rob,
You can. Generally you can do IndicatorName().PlotName[0] to access the values. IndicatorName would be the name of your indicator and PlotName would be the name displayed in the Data Box. This is a generality and does not always hold true. You may need to contact the original author for more information on how to code against their indicator.Josh P.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
576 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
334 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
553 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
551 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment