Hello, thanks for info on AlertIF, will try it out next but did try to access 
the IE object without much luck. From within AFL tried all below but it appears 
no handle is created to the object. It's something simple I'm sure just 
couldn't seem to find the right info to call the object properly. If you could 
help get me started by accessing the object I'm sure I can hack my way through 
the rest. Thanks very much.

oIE = CreateObject("InternetExplorer.Application");
oIE = CreateObject("WebBrowser2.Application");
oIE = CreateObject("WebBrowser.Application");

Also tried in VBScript but similar problem

EnableScript("vbscript");
<%
Dim oIE
Set oIE = CreateObject("InternetExplorer.Application")
%>


--- In [email protected], Tomasz Janeczko <gro...@...> wrote:
>
>   Hello,
> 
> You can use AlertIF with "EXEC" option, or COM ().
> 
> Best regards,
> Tomasz Janeczko
> amibroker.com
> 
> On 2010-08-13 17:52, amiuser999 wrote:
> > Collective2 makes available a Signal Entry API etc. All calls to this API 
> > are accomplished through HTTP, by having your program call a URL. (see link)
> >
> > http://www.collective2.com/content/automation.htm
> >
> > So the real question becomes how can one send an order via URL from Ami? 
> > Anyone know?
> >
> > Regards
> >
> > --- In [email protected], "Ron J"<ronj@>  wrote:
> >> Would it be possible to develop a system using this software and then have
> >> the orders automatically go to Collective2 where they are sold as part of a
> >> system for a monthly fee?
> >>
> >>  
> >> Regards
> >> Ron
> >> Http://babson.collective2.com
> >>
> >> Lower risk when combined with better know how equals higher profits.
> >>
> >
> >
> >
> > ------------------------------------
> >
> > **** IMPORTANT PLEASE READ ****
> > This group is for the discussion between users only.
> > This is *NOT* technical support channel.
> >
> > TO GET TECHNICAL SUPPORT send an e-mail directly to
> > SUPPORT {at} amibroker.com
> >
> > TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
> > http://www.amibroker.com/feedback/
> > (submissions sent via other channels won't be considered)
> >
> > For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> > http://www.amibroker.com/devlog/
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
>


Reply via email to