SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Strategies & Market Trends : TA-Quotes Plus

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
To: TechTrader42 who wrote (3017)1/13/1998 4:10:00 PM
From: Bob Jagow  Read Replies (1) of 11149
 
Brooke,
MS is using Cum only within the Sum.
Sum(Cum(1)*C,14) is equivalent to Sxy; i.e.,
for i = -13 to 0 do
Sxy := Sxy + i*close(i);
next i;
Best not to bother to translate MS's brain-dead syntax to R2's 'C';
just treat the MS code as write-only. :-)

Can throw out TechniFilterPlus for the same reason, but SuperCharts/TradeStation code should be worth a look.

There is a lot of SC/TS code in TASC and at the Omega and e-analytics sites.
omegaresearch.com
e-analytics.com

(The *.ASC files in the exes and zips are plain test.)

Bob
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext