Registered User Joined: 4/26/2018 Posts: 84
|
hi bruce,
how do i write in intraday 1Min pcf a low float stock, 100M shares,
with a daily volume of > 100000
gapped 5% more than the previous day
price increased by >= 10c on a 1 min candle on the current candle
could i include also the volume buzz on the pcf? since this show a high volume on the stock also
thanks
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
There isn't a way to reference any fundamentals in the Personal Criteria Formula Language. This means you add the float condition as a scan condition and not as part of the formula.
There also isn't a way to use Volume Buzz other than as a WatchList column and sort.
The rest of the requirements can be written as follows (add both condition formulas to the same scan as your float condition).
Daily Condition Formula:
V > 100000 AND O >= 1.05 * C1
1-Minute Condition Formula:
C >= C1 + .1
-Bruce Personal Criteria Formulas TC2000 Support Articles
|