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 wzgy0920, 04-20-2024, 06:09 PM
            2 responses
            27 views
            0 likes
            Last Post wzgy0920  
            Started by wzgy0920, 02-22-2024, 01:11 AM
            5 responses
            32 views
            0 likes
            Last Post wzgy0920  
            Started by wzgy0920, 04-23-2024, 09:53 PM
            2 responses
            49 views
            0 likes
            Last Post wzgy0920  
            Started by Kensonprib, 04-28-2021, 10:11 AM
            5 responses
            193 views
            0 likes
            Last Post Hasadafa  
            Started by GussJ, 03-04-2020, 03:11 PM
            11 responses
            3,235 views
            0 likes
            Last Post xiinteractive  
            Working...
            X