PureBytes Links
Trading Reference Links
|
Nick,
With VB.Net you can access regular COM/OLE objects as VB6 did.
So description given here
http://www.amibroker.com/newsletter/13-2001.html
is still valid.
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: <nickhere@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Friday, February 07, 2003 11:39 PM
Subject: [amibroker] VB NET PROGRAMMER
> Please show me a way to access AMIBRoker functions
> in VB
>
> VB.net open up a lot of features for the basic programers
>
> If I can access ami function.
> I can write a AFL builder.
> that will cross check multiple combination
> and create the approprate buy + sell signal.
>
> One of the criteria would be find
> a signal that happen xxx amount of time
> that gives 3% gain from open or close in the next 3 days
> with a min drawndown not to exceed maximum drawdown.
>
> I have all that written already.
> The problem is ami scan is too slow.
> I created a binary truth table of 200 or more chars
> and ami buy==bit1 etc..
> Just cant check that fast.
>
> Any programmers can contact me
> and if you want to convert it to c
> most of the work and logic is done.
>
> nick
>
>
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
>
> Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|