Registered User Joined: 12/9/2005 Posts: 27
|
I,m trying the platinum version to see if it does what I need. And I need to be able to sort by the real time volume as a % of its 65 day moving average. Is this possible? I can make the pcf but real time is my problem. Also,when I sort with the real time volume--is that a static volume that represents only that time I requested the sort? I expected a running volume. Thanks, burlap
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You can use Real Time Indicator Sorts on either the built in Indicators or the Custom Indicators you create. For example:
Select Chart Template | Add Indicator | Indicator. - Visible: Checked or Unchecked (up to you) - Center Zero Line: Unchecked - Plot using price scale: Unchecked - Smoothing Average: 1 - Average Type: Doesn't matter (because the Smoothing Average is 1) - Indicator Formula: 100 * V / AVGV65.1 - 100
If the RT Sort is done on a Daily Chart, V will be the Volume for the day up until that point during the day and AVGV65 will return the 65-Period Simple Moving Average of Full Day Volume ending yesterday. You may wish to review the following:
Plotting Custom Indicators with Examples Real time indicator sorting (available at the Platinum level) Handy PCF example formulas to help you learn the syntax of PCFs! PCF Formula Descriptions
There are also three built in Real Time Criteria (Platinum only) that are not subject to the 200 symbol limit:
Per Share - RT - The current price per share updated every minute.
Percent Change – RT - The difference between the current price and the previous day’s close expressed as a percentage. This is updated every minute.
Volume – RT - The current day’s trading volume updated every minute.
You may wish to review the following:
Definitions of all built in scanning and sorting criteria
-Bruce Personal Criteria Formulas TC2000 Support Articles
|