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 CortexZenUSA, Today, 12:53 AM
      0 responses
      1 view
      0 likes
      Last Post CortexZenUSA  
      Started by CortexZenUSA, Today, 12:46 AM
      0 responses
      1 view
      0 likes
      Last Post CortexZenUSA  
      Started by usazencortex, Today, 12:43 AM
      0 responses
      5 views
      0 likes
      Last Post usazencortex  
      Started by sidlercom80, 10-28-2023, 08:49 AM
      168 responses
      2,265 views
      0 likes
      Last Post sidlercom80  
      Started by Barry Milan, Yesterday, 10:35 PM
      3 responses
      11 views
      0 likes
      Last Post NinjaTrader_Manfred  
      Working...
      X