Registered User Joined: 1/13/2014 Posts: 18
|
Bruce,
Thanks a million for all your help...
Heres a new scan i need help with
Volume over 250k a day
price above 5$
Ten day ADX ABOVE 30
Price above 200 day sma
Bollinger Bands settings are at 5,1
Stock price is below 0.1 On Bollinger Band for 3 days or more in a row.
I tried to do it myself and cant seem to get it right.
Mike M
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Assuming you mean the closing price is below the lower Bollinger Bands for the three most recent bars, we can create everything except the ADX requirement as a single PCF.
V > 250000 AND C > 5 AND C > AVGC200 AND C < AVGC5 - SQR(ABS(C ^ 2 + C1 ^ 2 + C2 ^ 2 + C3 ^ 2 + C4 ^ 2 - 5 * AVGC5 ^ 2) / 5) AND C1 < AVGC5.1 - SQR(ABS(C1 ^ 2 + C2 ^ 2 + C3 ^ 2 + C4 ^ 2 + C5 ^ 2 - 5 * AVGC5.1 ^ 2) / 5) AND C2 < AVGC5.2 - SQR(ABS(C2 ^ 2 + C3 ^ 2 + C4 ^ 2 + C5 ^ 2 + C6 ^ 2 - 5 * AVGC5.2 ^ 2) / 5)
You will need to create the ADX condition by adding it to the chart, clicking on it and selecting Create Scan Condition however.
Create Conditions from Your Chart
You can then add both conditions to the same EasyScan as EasyScan Conditions.
Building a Scan with Multiple Conditions
An EasyScan will return symbols in the List to Scan of the EasyScan which currently meet the requirements of all of its EasyScan Conditions.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Registered User Joined: 1/13/2014 Posts: 18
|
Your the best...I hope they pay you a ton
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|