SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Strategies & Market Trends : TA-Quotes Plus

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
To: Howard R. Hansen who wrote (5467)7/19/1998 1:18:00 AM
From: Bob Jagow  Read Replies (2) of 11149
 
Howard,
Problems with the scaling of fields that vary widely between the SP-100 and NASDAQ SmallCap [SharesOut and hence MarketCap look to be candidates] surfaced previously -- MarketGuide scales them and you figure it out ;)
Would see if Units works. -Bob

Help | Units
----------
Returns the number of zeros that must be added to the revenue numbers for each stock. Typical values are 3 (thousands), 6 (millions), or 9 (billions). You may use this when printing a report, if you want to print all digits of the revenue values. In the example below, the Units function is used to determine how much to multiply revenue values by before printing them.
Example:
Output="myfile";
Float R;
If QTRREV(0) > QTRREV(-1) then
If units=3 then
R: = QTRREV(0) * 1000;
endif;
...
----------
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext