Announcement

Collapse
No announcement yet.

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

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          578 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          334 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          101 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          554 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          551 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X