Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Check Indicator Double Stochastic

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

    Check Indicator Double Stochastic

    Hello,

    the indicator double stochastic is a bit different than from my mentor. Is it possible that someone checks the formula ? here is the formula my mentor uses in trade navigator:

    Formule Double Stochastic 10

    MovingAvgX ((((PL - Lowest (PL , 10)) / Deler2) * 100) , 3 , False)

    where:

    PL=MovingAvgX (((Close - Lowest Low (10)) / Deler) * 100 , 3 , False)

    Deler= IFF (highest_minus_lowest > 0 , highest_minus_lowest , 1)

    Deler2=IFF (highest_minus_lowest#2 > 0 , highest_minus_lowest#2 , 1)

    Highest_minus_lowest=Highest High (10) - Lowest Low (10)

    Highest_minus_lowest#2=Highest High (5) - Lowest Low (5)


    I have no technical skills and hope you can help me. This would also improve NT I think.

    #2
    I suggest contacting a certified NinjaScript consultants in case you'd need custom indicators implemented in NT: http://www.ninjatrader.com/webnew/pa...injaScript.htm

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    85 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    48 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    29 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    32 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    67 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X