Registered User Joined: 7/11/2010 Posts: 12
|
I'm trying to write a PCF to scan for 5min Front-weighted moving average 12 crossing up (or down) the Opening price - anyone know how to do this?
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
There is not a way to do this for the open of the trading day as it is not possible to mix time frames in the same formula..
If you mean the opening prices of the 5 minute bars (unlikely, but I will present it anyway), it could be written as follows.
SGN(O - FAVGC12) <> SGN(O1 - FAVGC12.1)
-Bruce Personal Criteria Formulas TC2000 Support Articles
|