Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Volume alerter

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

    Volume alerter

    Hello everyone,

    i found volume alerter for Trade Station and wanted to ask - maybe somoone can help to make it for ninja trader or maybe its easy and fast to make new one..


    Here is explanation:

    I am looking to creat an alert when , say, the volume histogram reaches 1500 on a 5 minute chart.. or 2000 on 15 minutes chart... or like that..

    It would be great if i could add how much i want alerts.

    I would appreciate if someone could make this indicator.

    Attaching also Trade Station code ( i made .zip archive for it, otherwise couldn't attach it)

    Thanks for Your help !!!

    Best wishes,
    Tom
    Attached Files

    #2
    FlyerLV, thanks for sharing - hopefully a community member can assist you converting, I'm not aware of a Volume Alert already shared - http://www.ninjatrader-support2.com/...=volume&desc=1

    You could add an alert condition to the posted volume indicators with custom coding and the Alert() method -

    Comment


      #3
      Thank You for replying.
      Unfortunataly there is not such volume alerter.
      Or.. i just couldnt find it..

      Thanks one more time and hope someone can help tomake this simple script .

      Best wishes,
      Tom

      Comment


        #4
        Hello, is there anyone who can help ?

        Thank You!

        Best,
        Tom

        Comment


          #5
          Tom, to get this custom coded for you, you could consider a NinjaScript consultant as well -

          Comment


            #6
            Try this simple indicator.
            Attached Files

            Comment


              #7
              Thanks a lot MJT - this is what i was looking, only will find how to change alert sound.

              Is it easy to make also popup window with written text, when alerting: Alert 15 MIN eur/usd volume 1500, for example ?

              Otherwise, its great indicator for me - simple and usefull !

              Thanks one more time and appreciate Your help!

              Best wishes,
              Tom



              Originally posted by MJT View Post
              Try this simple indicator.

              Comment


                #8
                Tom,
                The alert sound is just one of the Ninja default sounds.
                There is a message shown in the Alerts Window, but a new pop-up would need programing outside of NinjaScript which would take more time than I have available. Using Windows.Forms and MessageBox might be the quickest way.

                Comment


                  #9
                  Thank You MJT for help, i will try to do myself or will ask someone to help!!!

                  Now i have base for alert what i wanted, thanks

                  Best wishes,
                  Tom

                  Originally posted by MJT View Post
                  Tom,
                  The alert sound is just one of the Ninja default sounds.
                  There is a message shown in the Alerts Window, but a new pop-up would need programing outside of NinjaScript which would take more time than I have available. Using Windows.Forms and MessageBox might be the quickest way.

                  Comment


                    #10
                    Hi, thanks MJT for VolumeAlert, question please
                    can the script/code be made to alert, if volume change is " greater than x" percent ?

                    Comment


                      #11
                      Originally posted by PTE97 View Post
                      Hi, thanks MJT for VolumeAlert, question please
                      can the script/code be made to alert, if volume change is " greater than x" percent ?
                      I'm sure it could. You would need to define what you are calculating a percentage from (average of previous bars?), then calculate what that value is.

                      In the line that reads " if (Volume[0] >= VolumeThreshold) ". If you replace VolumeThreshold with the new value you have calculated, I think it will work.

                      Comment


                        #12
                        Thanks MJT, I will try to find some examples.

                        Comment


                          #13
                          yes.... i too would like the percent increase option ..... over the previous bar.. in order to alerted to "swoosh" volumn... (on a chart that may be minimized)

                          thanks

                          t

                          Comment

                          Latest Posts

                          Collapse

                          Topics Statistics Last Post
                          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
                          0 responses
                          574 views
                          0 likes
                          Last Post Geovanny Suaza  
                          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
                          0 responses
                          332 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