PureBytes Links
Trading Reference Links
|
Hi,
I am interested in setting up the same thing. Any luck at your end?
I appreciate any info from the group.
thanks,
kazaan
--- In amibroker@xxxxxxxxxxxxxxx, "jeremy7827110028"
<jberkovits1@xxx> wrote:
>
> I am trying to configure the universal DDE plug-in to work with
> Reuters Station. The following code works in excel for retrieving
> the data for symbol A:
>
> Open =BDDE|TKR!'\\<DEFAULT>\a/FLD_STUDY_OPEN'
> High =BDDE|TKR!'\\<DEFAULT>\a/HI'
> Low =BDDE|TKR!'\\<DEFAULT>\a/LO'
> Last =BDDE|TKR!'\\<DEFAULT>\a/LS'
> Volume =BDDE|TKR!'\\<DEFAULT>\a/VO'
> Bid size =BDDE|TKR!'\\<DEFAULT>\a/FLD_BF_TE_BID_SIZE'
> ask size =BDDE|TKR!'\\<DEFAULT>\a/FLD_BF_TE_ASK_SIZE'
> bid =BDDE|TKR!'\\<DEFAULT>\a/BID'
> ask =BDDE|TKR!'\\<DEFAULT>\a/ASK'
> last size =BDDE|TKR!'\\<DEFAULT>\a/FLD_BF_TE_LAST_SIZE'
> time =BDDE|TKR!'\\<DEFAULT>\a/LTM'
>
> I have tried setting up the options for the DDE plug-in to no
avail.
> Any suggestions on how to get it working would be appreciated.
>
> Regards,
>
> JB
>
------------------------------------
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/
|