Scan Criteria/Results |
Post Reply |
Author | |
craigg
Newbie Joined: 10 Dec 2005 Posts: 12 |
Post Options
Quote Reply
Topic: Scan Criteria/Results Posted: 10 Dec 2005 at 5:01pm |
All, I am currently evaluating BullCharts and will be deciding between this product and Metastock. I am trying out my own scnas to get a feel for the product and fail to see where I am going wrong. Essentially, my simple scan is to determine stocks where the close is higher than the highest high of the last 15 days. The scan reads: {Generated BullScript for "Craig Test" scan} {Variables} _var1 := hhv(H,15);{Condition} filter := (anytrue( Close > _var1,15));filter; {Columns} [name ="Close"; dp="3"] Close;[name ="HHV(15)"; dp="3"] _var1;
The results returned are: Symbol Close HHV(15) AGO 0.360 0.365 COE 0.415 0.465 CRT 0.720 0.720 HHL &nb sp; 6.95 7.24
Clearly something is not right here - any advice on where I have gone wrong is appreciated.
Craig
So where have I gone wrong?
|
|
Dingo
Regular Joined: 10 Jul 2005 Posts: 35 |
Post Options Quote Reply Posted: 10 Dec 2005 at 11:25pm |
try this
|
|
craigg
Newbie Joined: 10 Dec 2005 Posts: 12 |
Post Options Quote Reply Posted: 11 Dec 2005 at 4:48pm |
Excellent thanks. Exactly what I was after!
Craig |
|
Dingo
Regular Joined: 10 Jul 2005 Posts: 35 |
Post Options Quote Reply Posted: 11 Dec 2005 at 10:39pm |
no problem.
|
|
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 |