[amibroker] automated trading with amibroker on a portfolio basin

2009-02-02 Thread guhu0434
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 indica

[amibroker] Re: How to send a Trailing stop order to IB with amibroker

2009-02-01 Thread guhu0434
r use brackets have a go. > > Have fun, > Barry > > --- In amibroker@yahoogroups.com, "guhu0434" wrote: > > > > Hello Guys, > > > > I have too a question concerning the IB plugin. > > > > I want to send a trailing stop order with for

[amibroker] How to send a Trailing stop order to IB with amibroker

2009-02-01 Thread guhu0434
Hello Guys, I have too a question concerning the IB plugin. I want to send a trailing stop order with for an example of 15%. I read the documentation at http://www.amibroker.com/at/. There I saw the possibility to creat a order of type "TRAIL", but I do not see the chance to pass the "15%" as

[amibroker] Re: Question about Portfolio Backtester

2008-08-25 Thread guhu0434
Mike, thanks a lot. I will try it this way. GuHu

[amibroker] Re: Question about Portfolio Backtester

2008-08-25 Thread guhu0434
--- In amibroker@yahoogroups.com, "_sdavis" <[EMAIL PROTECTED]> wrote: > > Try this: > > SetOption("MaxOpenPositions", 5 ); > PositionSize = -100/5; > Hy Sdavis, thank you for the hint. To my knowledge, with this option I can define the total quantity of open position. I am looking for the tota

[amibroker] Question about Portfolio Backtester

2008-08-25 Thread guhu0434
Hello, I'm working with Amibroker since some months and I'm getting more and more familiar with it. I have a question regarding the backtester and hopefully somebody can help me and enlight me ... As I know, the backtester scans for all buy and sell signals. Wether a specific stock will be tra

[amibroker] Re: Best way to handle real life??

2008-08-18 Thread guhu0434
.. thanks a lot for your answers, both are valuable for me. Guido --- In amibroker@yahoogroups.com, "guhu0434" <[EMAIL PROTECTED]> wrote: > > Hello, > > since I trade a trade system in real life since a couple of weeks, I > have the problem to 'sy

[amibroker] Best way to handle real life??

2008-08-18 Thread guhu0434
Hello, since I trade a trade system in real life since a couple of weeks, I have the problem to 'sync' the reality with the backtest of amibroker. I look at the suggestions of my trading system explored by amibroker and type the generated orders manually at the website of the broker of my choi

[amibroker] Re: Placing trades automatically with trendlines

2008-08-10 Thread guhu0434
Hello, I have also seen the video, very impressive. Unfortunatly, the blog tipster.ca isn't reachable. With regards, Guido --- In amibroker@yahoogroups.com, "murthysuresh" <[EMAIL PROTECTED]> wrote: > > wow. that is cool. do u plan to share ur code or sell ur code in some > shape or form. i

[amibroker] Re: MarginLoan control

2008-08-05 Thread guhu0434
ld take on margin loan. > > > > > > > > --- In amibroker@yahoogroups.com, "Mike" wrote: > > > > > > > > > > Hi, > > > > > > > > > > The feature dictates what percentage of the purchase price is > > to

[amibroker] Re: MarginLoan control

2008-08-05 Thread guhu0434
ld take on margin loan. > > > > > > > > --- In amibroker@yahoogroups.com, "Mike" wrote: > > > > > > > > > > Hi, > > > > > > > > > > The feature dictates what percentage of the purchase price is > > to

[amibroker] Re: MarginLoan control

2008-08-04 Thread guhu0434
P.S. Where did you read that Foreign("~~~Equity", "L") was equal to > cash? Or are you making an assumption? > > --- In amibroker@yahoogroups.com, "guhu0434" wrote: > > > > Hello, > > > > I hope somebody can help me with this que

[amibroker] MarginLoan control

2008-08-03 Thread guhu0434
Hello, I hope somebody can help me with this question. How can I control the MarginLoan during backtest? As I see, Equity and Cash can be controlled via the ~~~EQUITY eq = Foreign("~~~EQUITY", "C"); cash = Foreign("~~~EQUITY", "L"); I tested the other values "H","O","V" as well, but can't find