Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Better Volume Indicator

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

    Better Volume Indicator

    I have the Better Volume indicator for N7. When selected the indicator paints the candles when certain criteria is met by the program but what I would like to do is to is add a audible alerts to the paint bars. I cannot program but would like to know how could get this done.

    Jonners

    #2
    Hello Jonners,

    Thank you for your post.

    This does require a little programming. You will have to edit the indicator and add an alert or sound statement to the block that changes the color. Some example statements are available in the links below:


    Ryan M.NinjaTrader Customer Service

    Comment


      #3
      Originally posted by NinjaTrader_RyanM View Post
      Hello Jonners,

      Thank you for your post.

      This does require a little programming. You will have to edit the indicator and add an alert or sound statement to the block that changes the color. Some example statements are available in the links below:


      http://www.ninjatrader.com/support/h.../playsound.htm
      Do not know how to do this can you recommend anyone

      Comment


        #4
        Hi Jonners,

        Please share the file and I'll take a look. Should be a .cs file in My Documents\NinjaTrader\bin\Custom\indicator

        If you're looking for professional code writing help, you can see the list of our 3rd party NinjaScript consultants here:
        Ryan M.NinjaTrader Customer Service

        Comment


          #5
          Ryan - attached file
          Attached Files

          Comment


            #6
            Here is a block that changes color.

            if
            (paintbars && bc > 0) BarColor = Plots[bc].Pen.Color;

            To add an alert, that plays sound, you could make this change:

            Code:
             
            if (paintbars && bc > 0) 
            {
            BarColor = Plots[bc].Pen.Color;
            Alert("myAlert", NinjaTrader.Cbi.Priority.High, "Reached threshold", "Alert1.wav", 10, Color.Black, Color.Yellow);
            }
            Ryan M.NinjaTrader Customer Service

            Comment


              #7
              Do you know if the "Better Volume Indicator is available for NT8?

              Comment


                #8
                Hello [email protected],

                Thank you for your response.

                I am not aware of a Better Volume indicator for NinjaTrader 8. Can you link over the NinjaTrader 7 version on this forum that you are looking for in NinjaTrader 8?

                I look forward to your response.

                Comment


                  #9
                  Here is the link:


                  I am interested in the Better volume and the better X-Trend indicators

                  Comment


                    #10
                    The Emini watch post says that the Better volume is NT7 and NT8 but I am not able to load the indicator on my NT8 platform. It says the indicator was made for an older version. Here is the link again.

                    Comment


                      #11
                      Hello [email protected],

                      Thank you for your response.

                      In the file you download named 'BetterVolume_NT7_and_NT8.zip' there should be another file named 'BetterVolume_Free_NT8.zip' that you should be able to import into NinjaTrader 8. You would need to export the 'BetterVolume_Free_NT8.zip' from the 'BetterVolume_NT7_and_NT8.zip' file.

                      Please let me know if you have any questions.

                      Comment


                        #12
                        I was able to load the indicator in but I do not see it in my indicator list from the script editor . But it is listed as indicators to use on the charts. Now question is can I use this indicator in a script. I can not find the source.

                        Comment


                          #13
                          Hello [email protected],

                          Thank you for your response.

                          The file you downloaded from the link is a protected assembly, meaning the code is not viewable. Please contact the vendor of the product for information on their product.

                          Please let me know if you have any questions.

                          Comment


                            #14
                            Ok, Thank you. I have left a message for them.

                            Comment

                            Latest Posts

                            Collapse

                            Topics Statistics Last Post
                            Started by michi08, 10-05-2018, 09:31 AM
                            5 responses
                            741 views
                            0 likes
                            Last Post NinjaTrader_ChelseaB  
                            Started by The_Sec, Today, 02:29 PM
                            0 responses
                            2 views
                            0 likes
                            Last Post The_Sec
                            by The_Sec
                             
                            Started by tsantospinto, 04-12-2024, 07:04 PM
                            4 responses
                            62 views
                            0 likes
                            Last Post aligator  
                            Started by sightcareclickhere, Today, 01:55 PM
                            0 responses
                            1 view
                            0 likes
                            Last Post sightcareclickhere  
                            Started by Mindset, 05-06-2023, 09:03 PM
                            9 responses
                            259 views
                            0 likes
                            Last Post ender_wiggum  
                            Working...
                            X