PureBytes Links
Trading Reference Links
|
Fred,
You see why I appreciate you reading my posts??? : ) I didn't know that....
That makes two things I've learned today, and all before midnight which is a personal record.
How's this:
FLT = GetExtraData("SharesFloat"); // Need Quotes-Plus Data for this
MKTCAP = C * FLT;
AddColumn(MKTCAP,"MarketCap",8.0);
Regards,
Gary
Fred <fctonetti@xxxxxxxxx> wrote:
Gary,Wouldn't Market Cap = C * Float ?--- In amibroker@xxxxxxxxxxxxxxx, "Gary A. Serkhoshian" <serkhoshian777@xxxx> wrote:> Brian,> > If you interpret market cap simply as C * Volume, which is how I interpret it, then> > MKTCAP = C * V;> > AddColumn(MKTCAP,"MarketCap",8.0);> > > Hope this helps,> Gary> > Brian <cadvantag@xxxx> wrote:> Is it possible to scan/ explore using Market Capitalization?> > Can Market Capitalization be gathered with addcolumn feature?> > I tried but was unable to get it to work.> > If its not available would/ could it be something we can add in the > future. > > > Thanks,> Brian> > > Yahoo!
Groups SponsorADVERTISEMENT> > Send BUG REPORTS to bugs@xxxx> Send SUGGESTIONS to suggest@xxxx> -----------------------------------------> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx > (Web page: http://groups.yahoo.com/group/amiquote/messages/)> --------------------------------------------> Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. > > > ---------------------------------> Do you Yahoo!?> The New Yahoo! Shopping - with improved product searchSend BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to suggest@xxxxxxxxxxxxx-----------------------------------------Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
Yahoo! Groups Sponsor
ADVERTISEMENT
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|