Registered User Joined: 10/26/2010 Posts: 32
|
Hello, How would I go about creating a scan for the highest 5-minute return?
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
The formula for Price Percent Change from the Previous Bar for use on a 5-Minute Chart could be written as:
100 * (C / C1 - 1)
As we have previously discussed, the Personal Criteria Formulas and EasyScans in TeleChart always use the 20-Minute delayed Daily data. It would be possible to use the formula given in a Custom Indicator and use it as an Indicator Sort. This would be limited to the top 200 symbols in the WatchList however.
Plotting Custom Indicators with Examples
Real time indicator sorting (available at the Platinum level)
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|