Registered User Joined: 8/21/2014 Posts: 6
|
In many cases, a stock will print a reversal candle and a low volume bar before starting a new trend. My problem is identifying the lowest volume bar in say , the last 60 to 100 days. Any scan help will be appreciated
Joel
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
A Condition Formula to check for the current bar having lower volume than the previous 59 bars can be written as follows.
V < MINV59.1
The same thing checking against the previous 99 bars can be written as follows.
V < MINV99.1
-Bruce Personal Criteria Formulas TC2000 Support Articles
|