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

program help

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

    program help

    I have a Jurbol Multi MA Color Slope indicator that i downloaded from this forum. When price is up color is green price down color red.
    Last edited by born again; 12-05-2013, 04:58 PM.

    #2
    Hi Born again,

    Thank you for your post.

    You would need to calculate when the price goes above the MA and touches or below. You would want to use CrossAbove or Below in this situation.

    if(CrossAbove(Close, MA, 1))
    {
    //DrawDot
    }

    if(CrossBelow(Close, MA, 1))
    {
    //DrawDot
    }

    Here a couple links on the Cross and DrawDot -
    http://www.ninjatrader.com/support/h...crossabove.htm
    http://www.ninjatrader.com/support/h...ml?drawdot.htm

    Let me know if I can be of further assistance.
    Cal H.NinjaTrader Customer Service

    Comment


      #3
      i am not really good at this i tried to create this strategy but got a lot of error messages and i am not sure how to make this dot only print 6 times is there any way that you can write this strategy so i could enter it into the strategy analyzer i would really be gratefull. Thank You

      Comment


        #4
        Born again,

        Would you please send me a request by going to Control Center -> Help -> Mail to Support.
        Put ATTN Cal in the subject line and in the body reference this thread.
        Cal H.NinjaTrader Customer Service

        Comment


          #5
          CAL did you get the info that i sent through mail support yesterday just thought i would check. Thank you

          Comment


            #6
            Born again,

            I have not received anything in my queue as of today
            Cal H.NinjaTrader Customer Service

            Comment


              #7
              Cal i sent what you were asking for by regular email to support [at] ninjatrader [dot] com and att. Cal H i tried with mail to support and when i clicked send microsoft office came up and i am not sure what to do from there sorry for the inconvenience.
              Last edited by NinjaTrader_JC; 12-10-2013, 12:20 PM. Reason: removed email link

              Comment


                #8
                Got it. Will follow up with you via email

                Thanks
                Cal H.NinjaTrader Customer Service

                Comment


                  #9
                  Cal i did not know where else to post this so i did it here. I just wanted to thank you for putting me in touch with Brandon @ customer support he did an awesome job for me and this is yet another reason why ninja trader is # 1 in this industry customer support is awesome. Thanks again and have a Blessed Christmas!

                  Comment

                  Latest Posts

                  Collapse

                  Topics Statistics Last Post
                  Started by jaybedreamin, Today, 05:56 PM
                  0 responses
                  3 views
                  0 likes
                  Last Post jaybedreamin  
                  Started by DJ888, 04-16-2024, 06:09 PM
                  6 responses
                  18 views
                  0 likes
                  Last Post DJ888
                  by DJ888
                   
                  Started by Jon17, Today, 04:33 PM
                  0 responses
                  1 view
                  0 likes
                  Last Post Jon17
                  by Jon17
                   
                  Started by Javierw.ok, Today, 04:12 PM
                  0 responses
                  6 views
                  0 likes
                  Last Post Javierw.ok  
                  Started by timmbbo, Today, 08:59 AM
                  2 responses
                  10 views
                  0 likes
                  Last Post bltdavid  
                  Working...
                  X