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: Alain Joaris who wrote (8705)2/21/1999 3:45:00 PM
From: Alan_C  Read Replies (2) of 11149
 
This scan doesn't work because CCI is not a valid token, I assume.

input="prescan.lst";
output= "cci.lst";
integer a;
a:=0;
Set CCI = 50;
if CCI(a)> max(a-10,a-200,CCI) then
println symbol;
endif;

Question: Is CCI not a "valid token" because Gary hasn't programmed it as such or is the reason because of a characteristic, in contrast to something like ROC or RSI?
Is there a way to approach this, like with for/do? I'll go get a better grip on loops if someone thinks it will pay off in this area.
thanks
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext