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 Hwop38, 05-04-2026, 07:02 PM
|
0 responses
160 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
307 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
244 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
348 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
178 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment