PureBytes Links
Trading Reference Links
|
Tomasz Janeczko wrote:
> Second question is actually completely unrelated to original QuoteTracker question
> but somehow people tend to mix different things.
yes, I know.. but I would like to ask if there would be possibility to
implement multi-referal structure using a little tricky solution. I mean
additional built-in function (let's call it NewInstance) which would be
accessible via automation and which would return another, independent
instance of AmiBroker (like some WSH functions create separate program
instances as opposed to creating "child" instances). then I imagine some
scripts could be written like:
oAB = new ActiveXObject("Broker.Application");
oAB1 = oAB.NewInstance();
I am not programmer but I am pretty sure you get the idea what I mean..
Would this solution require modifications mentioned in the previous post?
cheers,
BM
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.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/
|