PureBytes Links
Trading Reference Links
|
you could run the 4 AFL within a single AFL just use added condition
as to which watchlist each set of conditions belong to. Then a single
watchlist with all teh symbols in it
On 1/9/06, cstrader <cstrader232@xxxxxxxxxxxx> wrote:
> Interesting. I have 3 or 4 AFLs (strategies), each running 3 or 4 tickers
> at the same time. I figured I needed an open window for each combination
> (say 9-16 windows), but perhaps that is not so. the AA window can only run
> 1 AFL though, right? I also have a master window that displays, via static
> vars, the operations occurring in each of the windows.
>
> chuck
>
>
>
> ----- Original Message -----
> From: Ara Kaloustian
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Sunday, January 08, 2006 10:51 PM
> Subject: Re: [amibroker] Autotrade - IBController
>
> I think I saw a comment by TJ somewhere that the ibController was really
> designed to work from AA window. As far as connectivity to ibc, it's
> immaterial where the code resides ... as long as you make the call to ibc
> via AFL ... you get the connection.
>
> The advantage of using AA is that, for me anyway, you can let the AA scroll
> through a watchlist, without any special code for it.
>
> Ara
> ----- Original Message -----
> From: cstrader
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Sunday, January 08, 2006 5:55 PM
> Subject: Re: [amibroker] Autotrade - IBController
>
> Ara.
>
> How can you use the AA window to send the buy / sell signals to the IBc? I
> didn't know that was possible.
> ----- Original Message -----
> From: Ara Kaloustian
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Sunday, January 08, 2006 8:45 PM
> Subject: Re: [amibroker] Autotrade - IBController
>
> Chuck
>
> With method #1, I would work off a watchlist and do all the data precessing
> in the AA window (to create the buy / sell signals).
>
> Would have one window dedicated to monitoring portfolio parameters (open
> positions, account balance etc) which would get its information via static
> variable.
>
> A second window,totally independent) would monitor any issue of interest,
> but is not necessary for the operation. Of course you could have a window
> for each issue. Ideally computer would function with no "supervision", but
> for an initial period it would be necessary for the learning period.
>
> Ara
> ----- Original Message -----
> From: cstrader
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Sunday, January 08, 2006 5:04 PM
> Subject: Re: [amibroker] Autotrade - IBController
>
> Ara.
>
> I use your choice 1. I'm not sure exactly what 2. is or how it would work.
> You'd still have to have the same number of charts open, right?
>
> ----- Original Message -----
> From: Ara Kaloustian
> To: AB-Main
> Sent: Sunday, January 08, 2006 7:59 PM
> Subject: [amibroker] Autotrade - IBController
>
> I have been playing with ibcontroller paper trading ONE issue for about a
> week and got the flavor for it...
>
> Now starting to design a portfolio trading system... nor sure which way to
> go...
>
> 1. Run the trading code inn AA window and have an indicator window to
> monitor portfolio status (via static variables from trading code)
>
> 2. Run trading code from indicator window and have charts for individual
> issues create trading signals and pass them to the trading code window as
> static variable.
>
> 3. Any other suggestiion?
>
>
> Method #1 - I beleive Herman had found this too slow for the number of
> issues he wanted to trade.
>
> Method #2 - In order to assure data integrity, I beleive that each window
> will have to be hard coded (by use of foreign() ) in order to insure data
> does not change if window is selected for some reason. If I am right, this
> is very cumbersome.
>
>
> Appreciate any feedback
>
> Ara
>
>
>
>
> 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
>
> Visit your group "amibroker" on the web.
>
> To unsubscribe from this group, send an email to:
> amibroker-unsubscribe@xxxxxxxxxxxxxxx
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
> To unsubscribe from this group, send an email to:
> amibroker-unsubscribe@xxxxxxxxxxxxxxx
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
> ________________________________
>
--
Cheers
Graham
AB-Write >< Professional AFL Writing Service
Yes, I write AFL code to your requirements
http://e-wire.net.au/~eb_kavan/ab_write.htm
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/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/
|