PureBytes Links
Trading Reference Links
|
Hello,
I try to seup amibroker for automated trading and have no clue to do
it..
Up to now, I am able to place orders manually from a chart to IB via
the IB-Plugin. Actually, I found very good AFL-Stuff from Barry to
automate trading which should be attached to a chart.
If you attach an indicator to a chart you are dealing with only one
symbol, but I want to handle a lot of symbols.
Thus, I want to:
- run a script attached to a market (for an example, S&P 500) once a
day which delivers a couple of possible trades (for an example, 10
symbols). This can be done manually.
- with these couple of symbols, LIMIT orders should be created. This
can be done semiautomated.
- During the trading hours the portfolio and the orders should be
monitored. For an example, after a completion of a limit buy order a
limit sell order depending on the real transaction price should be
placed. This should be controlled by an automated script.
A possible way for this should be an AFL script running every 5
minutes, reading the open orders, reading the completed orders and
placing new orders.
I do not found a starting point for coding, a fragment of code would be
very helpful.
Thanks in Advance, Guido
------------------------------------
**** IMPORTANT ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
*********************
TO GET TECHNICAL SUPPORT from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
*********************
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
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/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|