PureBytes Links
Trading Reference Links
|
Hello Tim,
> I am looking for quarterly, semi-annual or annual volume for
> stocks trading on the TSX or VSE.
You can use the Sum function in AB to calculate quarterly vol etc
provided you have a typical database for Canadian stocks.
SUM
- sum data over specified number of bars Moving averages, summation
SYNTAX sum( ARRAY, periods )
RETURNS ARRAY
FUNCTION Calculates a cumulative sum of the ARRAY for the specified
number of lookback periods (including today).
EXAMPLE The formula "sum( CLOSE, 14 )" returns the sum of the preceding
14 closing prices. A 14-period simple moving average could be
written "sum(C,14) / 14."
brian_z
--- In amibroker@xxxxxxxxxxxxxxx, "Tim" <raven4ns@xxx> wrote:
>
> Does anyone know where I can find historical volume data?I am starting
> to use volume charts for my trading and want to find stocks with high
> volume. I am looking for quarterly, semi-annual or annual volume for
> stocks trading on the TSX or VSE. I am interested in the resource
> stocks like oils, golds, uranium etc.
> Thank you.
>
> Kindest regards,
>
> Tim
>
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|