Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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
    BertrandNinjaTrader Customer Service

    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
        BertrandNinjaTrader Customer Service

        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!
                      BertrandNinjaTrader Customer Service

                      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.
                          BertrandNinjaTrader Customer Service

                          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
                              BertrandNinjaTrader Customer Service

                              Comment

                              Latest Posts

                              Collapse

                              Topics Statistics Last Post
                              Started by yertle, Today, 08:38 AM
                              2 responses
                              7 views
                              0 likes
                              Last Post yertle
                              by yertle
                               
                              Started by dappa, Today, 09:18 AM
                              0 responses
                              0 views
                              0 likes
                              Last Post dappa
                              by dappa
                               
                              Started by bill2023, Yesterday, 08:51 AM
                              4 responses
                              22 views
                              0 likes
                              Last Post bltdavid  
                              Started by trilliantrader, Today, 08:16 AM
                              3 responses
                              9 views
                              0 likes
                              Last Post NinjaTrader_BrandonH  
                              Started by NinjaTrader_ChelseaB, 01-08-2017, 06:59 PM
                              79 responses
                              19,662 views
                              5 likes
                              Last Post zrobfrank  
                              Working...
                              X