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 argusthome, 03-08-2026, 10:06 AM
      0 responses
      71 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      43 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      25 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      28 views
      0 likes
      Last Post TheRealMorford  
      Started by Mindset, 02-28-2026, 06:16 AM
      0 responses
      56 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Working...
      X