Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
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)
|
|
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:
QUOTEmax(-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!
|
|
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!
|
|
Guest-1 |