RSI Vs QQQ Scan |
Post Reply |
Author | |
lmbull
Newbie Joined: 08 Dec 2006 Posts: 11 |
Post Options
Quote Reply
Topic: RSI Vs QQQ Scan Posted: 10 Mar 2016 at 5:56am |
I am trying to create a scan which comapres the Relative Strength Comparison of a stock to the QQQ's.
The following code produces the indicator line:- { RSC - Relative Strength Comparison } [horzline=0] period:= input("Period",38,1); index:=LoadSymbol("QQQ",C); ROCD:=ROC(C,period,%) - ROC(index,period,%); RSCD:=(( C/index - Ma(C/index,period,s)) / Ma(C/index,period,s))*100; [name= RSC; width=2; color=black] RSCD; The problem is I am not able to create a scan which returns stock which have a result with the " RSCD " > 0. This would give me a list of stock outperforming the QQQ's and to be able to order them in terms of strength. Every time I create the indicator, then scar for RSCD>0, it returns an empty result. If anyoune has a solution it would be much appricated. Edited by lmbull - 10 Mar 2016 at 6:48am |
|
Post Reply |
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |