stockfetcher 980 posts msg #34495 |
12/23/2004 1:31:39 PM
Single Symbol Indicator Comparison (IND) |
|
|
Parameters |
Symbol Indicator |
Usage |
ind(symbol,indicator) |
|
Description |
This indicator will compare all the stocks in the screen against a single input symbol. In otherwords, you could use this feature to find all stocks whose Stochastic values were below that for the Nasdaq Composite.
The example above illustrates how this new feature, ind(SYMBOL,INDICATOR) is constructed. Below is a description of the parameters:
SYMBOL - The symbol you want to compare the other stocks to.
INDICATOR - The indicator used in the comparison.
More examples:
Show stocks where the daily volume is above Microsoft's:
Find cases where the price divergence has reached a new low when compared with the Nasdaq Composite:
|
|