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: Clarence Dodge who wrote (9658)6/20/1999 6:31:00 PM
From: Michael Watkins  Read Replies (2) of 11149
 
Clarence

>> If StochRSI>20 and PrvStRSI<= 20 then

You must be using Andy's code for StochRSI - there is now a built in function for that in QP2 and this is causing the above line to fail. If you do a search and replace in your code for

StochRSI and rename it to AGStochRSI I think you'll find it works.

Alternatively you could cut out all the StochRSI components from your code and use the built in function, which would change your code to something like

If StochRSI(bar) > 20 and StochRSI(bar-1) <= 20

(note you'd need "bar" in your code defined or use numbers like "0"

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