Registered User Joined: 2/15/2012 Posts: 25
|
If I want the Average Daily Volume to be >= 300,000 for past 90 days does the drop down Volume button accomplish this or is that only for the current day?
If only for today, i need some help please.
Then my next question is whether its possible to write All Time High is < high today ?
Thankyou in advance...I have had a punch list of items I've been wanting to get finalized and today seems to be that day
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
One of the EasyScan Conditions which can be added is called Volume 90-Day. This is the 90-period simple moving average of volume, so adding and setting it to Greater Than 300000.00 would check for the 90 period average volume to be above 300,000 shares.
It would only check for the current 90 period average volume being above 300,000 shares however. If you want to check fo the 90 period average volume being above 300,000 shares for each of the most recent 90 bars, you might want to use the following Condition Formula.
MIN(AVGV90,90) >= 300000
There is a way to check for a stock being at an all time high.
IPO ALL TIME HIGH
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Registered User Joined: 10/9/2011 Posts: 485
|
Bruce:
Check this http://support.tc2000.com/m/33513/l/347074-personal-criteria-formula-syntax
That is a good documentation but lacks example.
The above explanation you gave for this formula MIN(AVGV90,90) >= 300000 is a good example with explanation to add in that documentation.
So for each function one or two examples with a one line comment will be helpful.
My 2 cents.
|