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 TraderG23, 12-08-2023, 07:56 AM
    9 responses
    382 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  
    Started by ScottWalsh, Yesterday, 06:52 PM
    4 responses
    36 views
    0 likes
    Last Post ScottWalsh  
    Working...
    X