NexusFi: Find Your Edge


Home Menu

 





Standard Deviation Code Issue


Discussion in Sierra Chart

Updated
    1. trending_up 1,082 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?
Better Renko Gaps
The Elite Circle
Trade idea based off three indicators.
Traders Hideout
Cheap historycal L1 data for stocks
Stocks and ETFs
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
ZombieSqueeze
Platforms and Indicators
 
  #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