Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Registered User Joined: 10/7/2004 Posts: 25
|
After viewing a video by Craig and Julia could I get some help on the scan Julia used for positive divergance--"the most recent minium low price be lower than its previous minium low price and the most recent minium low for money stream be higher than its previous minium low for money stream" Thanks, bobby boisky,
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
A Condition Formula for this would depend on the periods used for the minimums, but let's say you used 15-Period Minimum Lows. If so, A Condition Formula for this could be written as:
MINL15 < MINL15.15 AND MIN(MS,15) > MIN(MS1.15,15)
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Registered User Joined: 10/7/2004 Posts: 25
|
Bruce, is this formula correct for TSV18 with the same above coditions?
MINL15 < MINL15.15 AND MIN(TSV18,15) > MIN(TSV18.1.15,15). Thank you very much for your help! bobby boisky
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Like Cumulative Moneystream, Time Segmented Volume only has two parameters. So you would actually want:
MINL15 < MINL15.15 AND MIN(TSV18,15) > MIN(TSV18.15,15)
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Guest-1 |