NexusFi: Find Your Edge


Home Menu

 





Standard Deviation Code Issue


Discussion in Sierra Chart

Updated
    1. trending_up 1,081 views
    2. thumb_up 1 thanks given
    3. group 1 followers
    1. forum 1 posts
    2. attach_file 0 attachments




 
Search this Thread

Standard Deviation Code Issue

  #1 (permalink)
meanVelocity
Portland, OR
 
Posts: 201 since Oct 2014
Thanks Given: 2
Thanks Received: 62

Can anyone figure out what I have wrong here? Kinda puzzled... Maybe Summation is not the same as SUM?

 
Code
	sc.SimpleMovAvg(sc.Close,stdDevMa,6);
	
	stdDevInit[sc.Index] = pow(sc.Close[sc.Index] - stdDevMa[sc.Index], 2);
	sc.Summation(stdDevInit, stdDevSum, 6);
	
	float stdDev = sqrt(stdDevSum[sc.Index] / 6);

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
REcommedations for programming help
Sierra Chart
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Trade idea based off three indicators.
Traders Hideout
ZombieSqueeze
Platforms and Indicators
Better Renko Gaps
The Elite Circle
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
33 thanks
Just another trading journal: PA, Wyckoff & Trends
28 thanks
Tao te Trade: way of the WLD
23 thanks
Bigger Wins or Fewer Losses?
23 thanks
GFIs1 1 DAX trade per day journal
21 thanks
  #2 (permalink)
meanVelocity
Portland, OR
 
Posts: 201 since Oct 2014
Thanks Given: 2
Thanks Received: 62

Oh wait, SC has a standard deviation function built in, never mind... Here is the simple way in case anyone needs to know.

 
Code
	sc.SimpleMovAvg(sc.Close,stdDevMa,6);
	sc.StdDeviation(sc.Close, stdDevInit, 6);
	
	float stdDev = stdDevInit[sc.Index];

Reply With Quote




Last Updated on November 16, 2014


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts