Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Need Advice on Custom Indicator

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    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.

    Thanks

    #2
    The Strategy Wizard cannot change anything on an indicator. You need to change the indicator directly. If you want to send a mail you need to use SendMail() in the code instead.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      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


        #4
        Trader_Rob,

        Just make the changes in the indicator itself. Add the SendMail() line of code to the indicator.
        Josh P.NinjaTrader Customer Service

        Comment


          #5
          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


            #6
            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 Geovanny Suaza  
            Started by Geovanny Suaza, 02-11-2026, 05:51 PM
            0 responses
            334 views
            1 like
            Last Post Geovanny Suaza  
            Started by Mindset, 02-09-2026, 11:44 AM
            0 responses
            101 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Started by Geovanny Suaza, 02-02-2026, 12:30 PM
            0 responses
            553 views
            1 like
            Last Post Geovanny Suaza  
            Started by RFrosty, 01-28-2026, 06:49 PM
            0 responses
            551 views
            1 like
            Last Post RFrosty
            by RFrosty
             
            Working...
            X