Gold Customer
Joined: 12/7/2007 Posts: 88
|
Yesterday I counted the number of SP500 stocks making a new ten day high or low. The count was 87 NH 58 NL. If I measure the same count, for yesterday, now, it reads 136 NH and 33 NL. How can that be? I am changing my formula counts to compensate for the fact that it is now one day in the future (H>=MaxH10.1 becomes h.1>=MaxH10.2).
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
H >= MAXH10.1 does not become:
H.1 >= MAXH10.2
H >= MAXH10.1 becomes:
H1 >= MAXH10.2
Note the lack of a . in H1 when it is expressed using the correct syntax. The first argument in all of the syntax used in the Personal Criteria Formula Language does not require a . as the . is there to separate one argument from the next argument.
PCF Formula Descriptions
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Gold Customer
Joined: 12/7/2007 Posts: 88
|
THank you!
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|