Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Custom Indicator Programming, Ninjatrader 8

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

    Custom Indicator Programming, Ninjatrader 8

    Hello,

    I am trying to program a basic indicator with the following logic:

    When the High of the current price bar is greater than or equal to the High of the previous price bar, and the close of the current price bar is less than the close of the previous price bar, a sell signal appears.

    Expressed another way: High [0] >= High [-1] and Close [0] < Close [-1]

    Should these conditions be met, a red circle would appear above the current price bar.

    Is programming an indicator such as this possible in NinjaTrader 8?

    Thank you in advance!

    #2
    Yes, this is absolutely possible. You can access the NinjaScript documentation here - https://ninjatrader.com/support/help...injascript.htm
    RayNinjaTrader Customer Service

    Comment


      #3
      Thanks Ray! Unfortunately, I have no idea how to program C++ or Ninjascript. Do you recommend a third party programmer that could help? Or, if anyone feels like showing me the ninjascript language fo the expression above, that would be great! If not, now worries

      Comment


        #4
        Someone in the community may very well help, if not, you can check here - https://ninjatraderecosystem.com/sea...mming-services
        RayNinjaTrader Customer Service

        Comment


          #5
          Sounds good, thank you Ray!

          Comment


            #6
            Originally posted by Vern10 View Post
            Hello,

            I am trying to program a basic indicator with the following logic:

            When the High of the current price bar is greater than or equal to the High of the previous price bar, and the close of the current price bar is less than the close of the previous price bar, a sell signal appears.

            Expressed another way: High [0] >= High [-1] and Close [0] < Close [-1]

            Should these conditions be met, a red circle would appear above the current price bar.

            Is programming an indicator such as this possible in NinjaTrader 8?

            Thank you in advance!
            you can PM me if you are interested, I may be able to help you
            sidlercom80
            NinjaTrader Ecosystem Vendor - Sidi Trading

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by llanqui, Today, 03:53 AM
            0 responses
            6 views
            0 likes
            Last Post llanqui
            by llanqui
             
            Started by burtoninlondon, Today, 12:38 AM
            0 responses
            10 views
            0 likes
            Last Post burtoninlondon  
            Started by AaronKoRn, Yesterday, 09:49 PM
            0 responses
            15 views
            0 likes
            Last Post AaronKoRn  
            Started by carnitron, Yesterday, 08:42 PM
            0 responses
            11 views
            0 likes
            Last Post carnitron  
            Started by strategist007, Yesterday, 07:51 PM
            0 responses
            14 views
            0 likes
            Last Post strategist007  
            Working...
            X