Registered User Joined: 8/13/2018 Posts: 24
|
HI Bruce,
I've tried to write a pcf where the stock price is 5% below the 50 Day SMA but it don't work.
c<(5/100)*avgc50
Can you give me some supoort for this pcf?
Thank you in advance
Steffen
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
I think the only issue is that 5% less than something is 95% of that something and not 5% of that something.
C <= 19 * AVGC50 / 20
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Registered User Joined: 8/13/2018 Posts: 24
|
Ahhh, bad mistake from my side.
Sorry for that and thank you very much from for your help!
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|