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 judysamnt7, 03-13-2023, 09:11 AM
            4 responses
            57 views
            0 likes
            Last Post DynamicTest  
            Started by ScottWalsh, Today, 06:52 PM
            4 responses
            36 views
            0 likes
            Last Post ScottWalsh  
            Started by olisav57, Today, 07:39 PM
            0 responses
            7 views
            0 likes
            Last Post olisav57  
            Started by trilliantrader, Today, 03:01 PM
            2 responses
            19 views
            0 likes
            Last Post helpwanted  
            Started by cre8able, Today, 07:24 PM
            0 responses
            9 views
            0 likes
            Last Post cre8able  
            Working...
            X