[amibroker] Re: Amibroker,C#, Backtesting

2010-05-18 Thread JozsefT
ception.Show("Error while executing indicator.", e) End Try End Sub End Class End Namespace Regards, Y --- In amibroker@yahoogroups.com, "janhausd" wrote: > > Hi JozsefT, > > I tried out your SDK the moment it came out in beta, so I ha

[amibroker] Re: Amibroker,C#, Backtesting

2010-05-17 Thread JozsefT
Hi All, Janhausd, what is a better solution to you may be a bad solution to others! As my SDK (http://sites.google.com/site/dotnetsdkforab/) was mentioned in a little bit negative context let me clear up a few things. If you compare my ".Net SDK for AmiBroker" with Koistya's "AmiBroker Plugins

[amibroker] Re: Amibroker and Java

2010-05-04 Thread JozsefT
Hi, its not java, but much easier than C/C++. http://sites.google.com/site/dotnetsdkforab/ Regards, Y --- In amibroker@yahoogroups.com, Craig Turner wrote: > > Hi Mike, > > Thanks for the response. I've found a C++ library that would do what I > wanted to originally do in Java, so I thought

[amibroker] Re: IB Controller from C++ plugin

2010-04-02 Thread JozsefT
Hi, TWS API has C, Java, .Net and ActiveX interfaces. IB Controller has an ActiveX interface (COM object). >From AFL you can use any ActiveX objects e.g IB controller. >From an AB plug-in you can use IB Controller as an ActiveX object as well. >That is a bit cumbersome work to do... Especially