Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

percentage of stdDev

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

    percentage of stdDev

    Is there any indicator to know the percentage of standard deviation? I just wanted to display the percentage of the stdDev in the data box or anywere like
    stdDev ; ((stdDev*100)/close price)

    I don't know any programming stuff...

    #2
    Hi itsmesenju,

    I took a look around the forums and indicator sharing section but I didn't see anything like this already created.

    You might take a stab at trying to write it.

    Here's the translated line from what you've got in your post.
    Value.Set(StdDev(20)[0] * 100) / Close[0]);

    Put this in OnBarUpdate() after generating a new indicator (with a unique name) in Tools -> New NinjaScript -> Indicator...

    Value - http://www.ninjatrader.com/support/h.../nt7/value.htm

    StdDev - http://www.ninjatrader.com/support/h...ion_stddev.htm

    Close - http://www.ninjatrader.com/support/h.../nt7/close.htm
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Seriously , that was not helpful as i mentioned earlier i don't know the programming thing... So if anybody create that type of indicator and is available, then please inform me... Please...

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by cmtjoancolmenero, Yesterday, 03:58 PM
      1 response
      17 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Started by benmarkal, Yesterday, 12:52 PM
      3 responses
      23 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Started by helpwanted, Today, 03:06 AM
      1 response
      20 views
      0 likes
      Last Post sarafuenonly123  
      Started by Brevo, Today, 01:45 AM
      0 responses
      11 views
      0 likes
      Last Post Brevo
      by Brevo
       
      Started by pvincent, 06-23-2022, 12:53 PM
      14 responses
      244 views
      0 likes
      Last Post Nyman
      by Nyman
       
      Working...
      X