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 Hwop38, 05-04-2026, 07:02 PM
          0 responses
          161 views
          0 likes
          Last Post Hwop38
          by Hwop38
           
          Started by CaptainJack, 04-24-2026, 11:07 PM
          0 responses
          310 views
          0 likes
          Last Post CaptainJack  
          Started by Mindset, 04-21-2026, 06:46 AM
          0 responses
          245 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by M4ndoo, 04-20-2026, 05:21 PM
          0 responses
          349 views
          0 likes
          Last Post M4ndoo
          by M4ndoo
           
          Started by M4ndoo, 04-19-2026, 05:54 PM
          0 responses
          179 views
          0 likes
          Last Post M4ndoo
          by M4ndoo
           
          Working...
          X