PureBytes Links
Trading Reference Links
|
Mike,
Do some leg work-check archives.
http://www.amibroker.com/listarchive.html
//creates master index of OHLC data
AddToComposite(C,"~Index","C");
AddToComposite(O,"~Index","O");
AddToComposite(H,"~Index","H");
AddToComposite(L,"~Index","l");
--- In amibroker@xxxxxxxxxxxxxxx, "Mike Mann" <mikemann@xxxx> wrote:
>
> I'm using a the Quote's Plus Data base and would like to use the
add
> to composite function. Since the QP data base is not "local" I am
> having difficulty creating the groups required to store the new
> composites, and also reading the QP groups that I'd like to
evaluate.
>
> Any suggestions? I'm new at this, I've read the help files for
Add to
> Composite, but stopped on this one. I'm probably missing something
> quite simple.
>
> It appears to me that I'll have to create a local data base with
all
> the QP data, but I'd like to avoid having to do an update like
that,
> unless I can use the add to composite function to recreate the
entire
> QP data base - and then add my own composites to that local data
base.
>
> I'd appreciate any help and suggestions.
>
> Thank you,
>
> Mike
------------------------ Yahoo! Groups Sponsor --------------------~-->
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
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 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/
<*> 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/
|