PureBytes Links
Trading Reference Links
|
What you need is the symbol list for TSE. there are roughtly 1800
symbols in TSE. So you need to enter it manually into Amibroker as
Esignal does not provide the symbol list. I have spoken to them.
You can download the list form Eoddata.com however, the symbol format
changes for XXX.UN-TC stocks that may need to be manually corrected.
Seede
--- In amibroker@xxxxxxxxxxxxxxx, d clarke <1dc21u@xxx> wrote:
>
> Hell Tamasz,
> I have an esignal link, How can I use AmiBroker with esignal to
scan all the stocks on the Toronto Stock Exchange? What do I need to do?
> Derek
>
> Tomasz Janeczko <groups@xxx> wrote:
> The file is correct (as it is shipped with AB) and it
then reports volume in HUNDREDS of shares. This is recommended setting.
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
> ----- Original Message -----
> From: Kevin Glenn
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Friday, May 25, 2007 9:44 PM
> Subject: Re: [amibroker] V 4.96 Data Download Problem?
>
>
> Here's what I have...changes required or might it be something else?
>
>
> # AmiQuote historical quotes download format (.AQH extension)
> $FORMAT Date_DMY,Open,High,Low,Close,Volume,AdjClose
> $SKIPLINES 0
> $BREAKONERR 0
> $SEPARATOR ,
> $DEBUG 1
> $AUTOADD 1
> $CONT 1
> $GROUP 254
> $VOLFACTOR 0.01
> # the following switches are optional - please consult
> # the read-me for description of those options
> # $RAWCLOSE2OI 1
> # $RECALCSPLITS 1
> # $ROUNDADJ 4
> ---------------------------------
> Get the Yahoo! toolbar and be alerted to new email wherever you're
surfing.
>
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/
|