SI
SI

 Strategies & Market Trends | TA-Quotes Plus


Previous 10 | Next 10 
To: Ken Adams who wrote (10947)4/4/2006 4:11:12 PM
From: Steve Felix   of 11148
 
Hey Ken,

I'm a simple scan writer myself.

This runs:

output = "oversold stocks.lst";

//ProcessMS ="C:\METAstock data/metahandy/0403ovrsld", MsData;//

DaysRequired=150;

if (close(0) >= 5) then
if(AvgVol (0,-89) >= 200000) and
(stochasticPctK (0) < 20)

then
println symbol;

endif;
endif;

So either your input list isn't valid or something
is off in your ProcessMS line. Sorry, not a MS user.

Share Recommend | Keep | Reply | Mark as Last Read | Read Replies (1)

To: Steve Felix who wrote (10948)4/4/2006 5:52:23 PM
From: Ken Adams   of 11148
 
Steve,

When you ran my scan did it actually produce some symbols? It will "flash" as if to run, but produces no symbols. I'm waiting for someone at QP to tell me why. Thanks.

Share Recommend | Keep | Reply | Mark as Last Read | Read Replies (1)

To: Ken Adams who wrote (10949)4/4/2006 7:39:06 PM
From: Steve Felix   of 11148
 
just adding days to load seems to work
this runs for me 240 hits without a prescan

output = "oversold stocks.lst";

ProcessMS ="C:\METAstock data/metahandy/0403ovrsld", MsData;
daystoload = 150;
DaysRequired=150;

if (close(0) >= 5) then
if(AvgVol (0,-89) >= 200000) and
(stochasticPctK (0) < 20)

then
println symbol;

endif;
endif;

Share Recommend | Keep | Reply | Mark as Last Read

To: rogueguild who wrote ()6/1/2006 11:26:04 PM
From: Dominick   of 11148
 
You've posted the same request on 3 different sites with 3 different names.

GET LOST!!!

Share Recommend | Keep | Reply | Mark as Last Read

From: Ken Adams6/27/2006 3:02:47 PM
   of 11148
 
I can get a list of market "leaders" in a CSV file or an Excel file. How can I easily convert either of these to a Quotes Plus *.lst file so I can look at charts with Metastock?

Brain is numb from the heat, I can't figure this out.

Share Recommend | Keep | Reply | Mark as Last Read | Read Replies (1)

To: Ken Adams who wrote (10952)6/27/2006 8:04:32 PM
From: Nutty Buddy   of 11148
 
You can open the file in Excel and then "save as" a "tab delimited (txt)" file. Just put the .lst at the end of the file name when saving.

Buddy
nuttybuddy.net 

Share Recommend | Keep | Reply | Mark as Last Read | Read Replies (1)

To: Nutty Buddy who wrote (10953)6/28/2006 8:54:15 AM
From: Ken Adams   of 11148
 
I tried to do that yesterday, but something must have been wrong because Metastock couldn't find the saved file, or couldn't read it. Not sure which, but will give it another shot today.

Thanks!

Share Recommend | Keep | Reply | Mark as Last Read

From: TimbaBear7/4/2006 6:11:35 PM
   of 11148
 
Can anybody direct me to:
1). A definition of the various types of lists predefined by QP?

2). Other list-type listings in the public domain that I might download and try?

Thank you,

Timba

Share Recommend | Keep | Reply | Mark as Last Read | Read Replies (2)

To: TimbaBear who wrote (10955)7/4/2006 8:59:12 PM
From: Steve Felix   of 11148
 
TimbaBear,

Can't help with the predefined other that to use the edit
and see what is there.

Quotes Plus has some sample scans:

quotes-plus.com 

and if you look around there are some posted on this thread:

Message 350909

Message 570494

I can send you a few to fool with if you want but most of what I use are pretty simple.

Share Recommend | Keep | Reply | Mark as Last Read | Read Replies (1)

To: Steve Felix who wrote (10956)7/4/2006 9:15:22 PM
From: TimbaBear   of 11148
 
Thanks for the response, I'll review your links and yes, I would like to see whatever you want to send.

Timba

Share Recommend | Keep | Reply | Mark as Last Read
Previous 10 | Next 10 

Copyright © 1995-2013 Knight Sac Media. All rights reserved.