Download software Tutorial videos
Subscription & data-feed pricing Class schedule


New account application Trading resources
Margin rates Stock & option commissions

Attention: Discussion forums are read-only for extended maintenance until further notice.
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Build a Scan for me please Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
george2
Posted : Wednesday, April 13, 2005 1:56:05 AM
Registered User
Joined: 3/18/2005
Posts: 5
Would you build this Scan for me PLEASE?


DESCRIPTION

<BODY<MACD=5,34,20;
output=&"MACD-STOCH-BOTTOM REVERSAL PATTERNS.lst&"
if AvgVol(0,-30) >; 800000 and
EPSRank (0)>= 70 and

max(-1,-30,cl) <= max(-1,-30,cl)*1.1 and min(-1,-30,cl) >= min (-1,-30,cl)*.90 and
(close (0) >=10) and (close (0) <=65)and

MACD(0) - MACDSignal(0) <= -.025 and MACD(0) - MACDSignal(0) >= MACD(-1) - MACDSignal(-1) and
MACD(-1) - MACDSignal(-1) <= MACD(-2) - MACDSignal(-2) and

StochasticPctK(-1) <=20 and
StochasticPctK(0) >= 10 and

Vol(0) >= (AvgVol(-1, -29) * .005) and
Close(0)>= 1.01* Close(-1)




THANK YOU....

George Gray
(removed by Moderator)

Craig_S
Posted : Wednesday, April 13, 2005 7:08:38 AM


Worden Trainer

Joined: 10/1/2004
Posts: 18,819
I am not sure where the code you offer comes from. I will do my best to understand what it means.

Create a new EasyScan and add the following conditions/PCFs and limits:

1. Create a PCF called 'Average Volume 30-days'
Formula:
AVGV30
Add it to the scan and limit the VALUES to 8000 to Max

2. The code appears to have EPS with a rank of 70 or more. There are five different EPS conditions in TeleChart. Look at them and pick the one that fits what you are trying to do. Limit it in the scan to a Market Rank of 70 or more.

3. Price Per Share - set to VALUE 10 to 65

4. I need your help with:
QUOTE
max(-1,-30,cl) <= max(-1,-30,cl)*1.1 and min(-1,-30,cl) >= min (-1,-30,cl)*.90

It appears it looking for something to be within 10% of the max/min of price over the last 30 days. I am not sure. Can you elaborat on this part of the code please?

5. There are some MACD and Stochastic setting. What are the settings for the MACD and Stochastics that you use?

6. Price Percent Change Today - set to VALUE 1 to MAX

Let me know about the MIN/MAX and indicator settings and I will finish this up for you.

- Craig
Here to Help!
Doug_H
Posted : Wednesday, April 13, 2005 9:10:44 AM


Worden Trainer

Joined: 10/1/2004
Posts: 4,308
Just a helpful suggestion here...it is usually much easier for us to help you design a scan if you can express in English what it is you're looking for, rather than simply copying and pasting code used from another source. Every program has its own syntax, and someone must interpret what it means. It would probably be more time efficient for everyone if the scan conditions or formulas were expressed in English at the first request...it would save going back and forth asking for clarification, and sometimes guessing on our part what you are wanting to accomplish.

These comments aren't directed just at george2, but are provided for everyone who reads this thread.

- Doug
Teaching Online!
Users browsing this topic
Guest-1

Forum Jump
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.