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

Indicators Help

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

    Indicators Help

    Hello,

    I'm a new user of Ninja Trader Plateforme, and i want to give congratulations to the programers ... what a great plateforme !!!

    You must excuse my poor english cause i'm french and english is very difficult for me :-(

    I need you help to convert my indicators running on a java plateforme (prorealtime) to Ninja Trader:

    1) Ret90 (very easy i suppose):

    Ret= (lowest[90](Low) + highest[90](High)) /2

    RETURN Ret AS "Retracement90"

    2) Cycle:

    I = [4.1 * Stochastic%K(5.3) + 2.5 * Stochastic%K(14.3) + Stochastic%K(45.14) + 4 * Stochastic%K(75.20) ] / 11.6

    mm = Average[9](I)

    Cycle=I - mm

    3) Repulse:

    calcul = ((3*close)-(2*low) - open) / close *100
    calcul1 = (open + (2*high) - (3*close)) / close *100
    mm = ExponentialAverage[5](calcul)
    mm2 = ExponentialAverage[5](calcul1)

    repulses = mm - mm2

    return repulses

    Thank you

    #2
    May be the community can contribute. As last resort you could contact a certified NinjaScript consultant: http://www.ninjatrader.com/webnew/pa...injaScript.htm

    Comment


      #3
      thanks.

      Now i find 2 of the 3 indicators i need.

      I'm always looking for this one:

      2) Cycle:

      I = [4.1 * Stochastic%K(5.3) + 2.5 * Stochastic%K(14.3) + Stochastic%K(45.14) + 4 * Stochastic%K(75.20) ] / 11.6

      mm = Average[9](I)

      Cycle=I - mm

      Someone can help me?

      Great thanks

      Comment


        #4
        Repulse & Cylcle

        Bonjour Serval,

        Pourrais-tu me faire parvenir/poster les deux indicateurs Repulse & Cycle.

        Merci d'avance.

        Comment


          #5
          Your 'I' is simply 4 Stochastics added and weighted, you can use this basic formula and go from there - http://www.ninjatrader-support.com/H...ochastics.html

          The 'Cycle' is then an 9 Period average of 'I' as substracted from 'I' itself. Like an MACD of stochastics....

          Here's a good start into custom coding those - http://www.ninjatrader-support.com/H...verview18.html
          BertrandNinjaTrader Customer Service

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by pvincent, 06-23-2022, 12:53 PM
          14 responses
          238 views
          0 likes
          Last Post Nyman
          by Nyman
           
          Started by TraderG23, 12-08-2023, 07:56 AM
          9 responses
          383 views
          1 like
          Last Post Gavini
          by Gavini
           
          Started by oviejo, Today, 12:28 AM
          0 responses
          1 view
          0 likes
          Last Post oviejo
          by oviejo
           
          Started by pechtri, 06-22-2023, 02:31 AM
          10 responses
          125 views
          0 likes
          Last Post Leeroy_Jenkins  
          Started by judysamnt7, 03-13-2023, 09:11 AM
          4 responses
          59 views
          0 likes
          Last Post DynamicTest  
          Working...
          X