Registered User Joined: 3/6/2005 Posts: 4
|
Is it possible to write a PCF for BOP where the bars turn red? It seems to be at minus 31.00. When I try BOP1<= -31.00 I get a syntax error. Thanks
|
Worden Trainer
Joined: 10/1/2004 Posts: 18,819
|
You need to isolate the -31...
BOP1<=(-31)
THis will work BUT you don't need to create a PCF for this.
Already in the system is the criterion
BOP TODAY
Add it to an EasyScan, using value restrict it to values of MIN to -31.
One bar of BOP is of less value than a BLOCK of colored BOP. I like this PCF:
BOP 10-days
BOP10
Once you create this simple PCF, do the same thing in EasyScan, limit to values of MIN to -31....
It also makes a great sort condition.
I also love to sort by this PCF:
BOP 20-day change
BOP10-BOP10.10
If you sort any WatchList by this condition you will find some nice CHANGES in BOP over the last month.
- Craig Here to Help!
|