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 : Technical Analysis - Beginners

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
To: B. Thomson who wrote (11693)3/20/2001 1:03:14 PM
From: MechanicalMethod  Read Replies (1) of 12039
 
Here's an alternate approach that returns true if the conditions met anytime during the last 3 months. You'll need to convert it to TC2000.

var: decline(false), rise(false), both(false);

if lowest(L,60)[1] < c[60]*.5 then decline=true;
if highest(H,60)[1] > c[60]*1.5 then rise=true;
if lowest(L,60)[1] < c[60]*.5 and highest(H,60)[1] > c[60]*1.5 then both=true;
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext