Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

MA/EMA with alert/sound

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

    MA/EMA with alert/sound

    hello,

    i am serching for the above indicator. but cant find anything. can someone help me out?

    thanks

    #2
    Hi unitrade, I'm not sure what you are looking for exactly, but there are several in our sharing section - http://www.ninjatrader-support2.com/...arch=MA&desc=1

    An alert can be easily added in our NinjaScript programming language - http://www.ninjatrader-support.com/H...eV6/Alert.html

    Here are some great tutorials to get you going - http://www.ninjatrader-support.com/H...verview18.html

    As a last resort you can contact those NinjaScript consultants - http://www.ninjatrader.com/webnew/pa...injaScript.htm

    Comment


      #3
      i searched all the links but didn´t find what i need.

      all i need is an ma/ema combined with the possibility to activate a sound when price is going throug the ma. perfectly whith the possibility to choose on close bar or not.

      i am testing price alert indicator but not shure if this indicator makes a sound.

      thanks

      Comment


        #4
        If you don't find what you are looking for you could create a strategy for this with our Strategy Wizard, you can set your conditions and then isssue an Alert. Here's an overview over the interface - http://www.ninjatrader-support.com/H...rdScreens.html

        Comment


          #5
          What do you think about my emabell strategy?

          There is something wrong with order confirmation. I dont know how to delete.
          Attached Files

          Comment


            #6
            unitrade,

            Not sure what you mean exactly. Your strategy does not place any trades. It only plays a sound. Remember that your strategy would be a real-time strategy only too. It would not do anything historically.

            Your condition checks ask > EMA(14) and bid < EMA(14) at the exact same time. I would imagine this to be a very rare case scenario to come across.
            Josh P.NinjaTrader Customer Service

            Comment


              #7
              if i apply this strategy i get

              order confirmation: althoug you have order confirmation enabled.....

              i need an indicator or a strategy that gives me a sound when a bar is going through an ema. up and down.

              that i dont have to sit in front the hole time.

              what would you do? i am a complete newbe.

              Comment


                #8
                When you apply a strategy onto a chart you will receive a warning that says order confirmations will not be received from this strategy. You press OK and the strategy will begin running.
                Josh P.NinjaTrader Customer Service

                Comment


                  #9
                  o.k. thanks

                  Comment


                    #10
                    I tried several things but nothing works.

                    This should work but it doesnt.

                    work on close

                    CrossAbove(Close, EMA(14),1)
                    CrossBelow(Close, EMA(14),1)

                    PlaySound

                    I also tried ask/bid/close = ema

                    Whats wrong? Its the first time i create or program a code. So, there could be a lot wrong. Need your help.

                    Comment


                      #11
                      unitrade, please make a separate condition for the Long Alert and for the Short Alert. If this doesn't help, please post some screenshots on your exact setup so we can advise, thanks!

                      Comment


                        #12
                        with seperate conditions it works.

                        btw: why does it work with seperate conditions (up/down)
                        but not with one

                        calculate on bar close: no

                        close[0] == ema(14)[0]

                        i thought this is the right one if the bar hits the ema.

                        Comment


                          #13
                          Hi, if you put both in one condition they can cancel each other out. For your condition, the Close price will most likely never be exactly equal to the MA value due to rounding, so you want to work with the CrossAbove / CrossBelow.

                          Comment


                            #14
                            many thanks. it works. my first strategy.

                            what could i do or program to get alerts at resistance levels.

                            means: point a to b are 200 points. i want to use fibolevels to alert me at 38,2, 50...

                            is this possible to create?

                            Comment


                              #15
                              You are welcome, this would involve advanced custom programming. You can have a look at those posted Fibonacci tools - http://www.ninjatrader-support2.com/...bonacci&desc=1

                              Comment

                              Latest Posts

                              Collapse

                              Topics Statistics Last Post
                              Started by Geovanny Suaza, 02-11-2026, 06:32 PM
                              0 responses
                              579 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
                              554 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