[amibroker] Entry code

2007-09-09 Thread t_ohrt
Hi, I want to limit entries to once a day within a daytrade system. A long position should be taken only at the first occurrence of "LongEntryCond". The code below results in no entries at all. What´s wrong with it? Buy= LongEntryCond AND ValueWhen(LongEntryCond, DateNum())

RE: [amibroker] AFL Code Wizard

2007-09-09 Thread Don Lindberg
While it is true that it comes with AmiBroker, that version is crippled in that it cannot save the AFL's you create. In order to save you must do a one time purchase of $49.00. Donald F Lindberg _ From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Prashanth Sent: S

[amibroker] Are multiple trades per signal possible via the CBT?

2007-09-09 Thread trustdnb
Is it possible to generate multiple trades per signal using the custom backtester? I am working on a long only system that is sensitive to the direction the broad market and want to see how the system performs while hedging market risk. Logically, what I want to happen is that when the system r

Re: [amibroker] AFL Code Wizard

2007-09-09 Thread Keith McCombs
I believe that Code Wizard is included with Free Amibroker Trial version. But maybe there is a trial version for Code Wizard for those of us who already use the paid version of AB? Or should be? -- Keith dingo wrote: Not true on number 1: http://www.amibroker.com/order.php

RE: [amibroker] Re: AFL Code Wizard

2007-09-09 Thread dingo
Hmmm... Well I stand corrected. Thanks! d > -Original Message- > From: amibroker@yahoogroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of jim_trades_stocks > Sent: Sunday, September 09, 2007 11:24 PM > To: amibroker@yahoogroups.com > Subject: [amibroker] Re: AFL Code Wizard > > AFL

[amibroker] Re: AFL Code Wizard

2007-09-09 Thread jim_trades_stocks
AFL Wizard is included in all versions of AB. If you want to "save" your Wizard AFL projects you will have to register for $49 bucks. You can save an AFL created by Wizard for free but cannot edit it using the Wizard unless you register. AFL wizard is very basic. Cheers! Jim --- In amibrok

RE: [amibroker] AFL Code Wizard

2007-09-09 Thread dingo
Not true on number 1: http://www.amibroker.com/order.php Its $49 when purchased alone. Or is included in the AmiBroker Ultimate Pack Pro. d _ From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Prashanth Sent: Sunday, September 09, 2007 10:13 PM To: amibroker@

[amibroker] How can I send a modify order to raise stop to breakeven after the first lot is closed?

2007-09-09 Thread Padhu
hi, Hoping somone on this list can shed some light on this. Forex trading using Amibroker using TWS API Buy=some_rule; //Not as good as Japanese Forex Trader Buy_level=valuewhen(buy,c,1); exit1=buylevel+exit1_offset; exit2=Trailingstop of 30 pips with initial stop at breakeven(Buy_level) (

Re: [amibroker] AFL Code Wizard

2007-09-09 Thread Prashanth
Hello, 1. It comes along with AmiBroker. No extra Charge. 2. As of now a lot of rules can be automatically defined using the pre-sets. Since this is a Ongoing project, I believe it will get enhanced in future. 3. Defnitely, since it teaches the way to write simple AFL's. Cheers Prashanth -

RE: [amibroker] Re: Question on Database development

2007-09-09 Thread dingo
I don't think your conclusion is correct. It's prolly that they don't care what its written in just that it IS written. I think it would be a great service to the community. I just haven't had any time to do it. Personally, as far as language is concerned I wouldn't mind see it written in VB6.

[amibroker] Re: Question on Database development

2007-09-09 Thread jrswindle2001
Well Dingo, guess no is interested anymore. Glad that neither one of us did much about starting the project... Jim --- In amibroker@yahoogroups.com, "dingo" <[EMAIL PROTECTED]> wrote: > > I had hopes of doing this but haven't been able. Its all yours as are as I'm > concerned. > > d > > > ---

[amibroker] AFL Code Wizard

2007-09-09 Thread Greg
Can any one tell me 1.How much to purchase 2.Does it do all AFL codes 3.Is it worth it for the beginner Cheers Greg

Re: [amibroker] Re: IB Backfill

2007-09-09 Thread Tomasz Janeczko
No. The original letter clearly says about "not backfilling automatically" in the first sentence. And it comes up often because people generally don't read instructions. So again here it comes how to backfill automatically: Backfill Current option allows to force backfill of currently selected

RE: [amibroker] Re: IB Backfill

2007-09-09 Thread J. Biran
I may have misunderstood the complaint below, but I believe that the last 2 messages actually referred to the fact that AB does not READ or save the RT data of symbols that are not being viewed (unless you run a scan on all the symbols.) IB (TWS) can not know which ticker I am looking at in AB.

[amibroker] Re: IB Backfill

2007-09-09 Thread murthysuresh
on your Realtime Quote Screen, do you see the symbols flashing in yellow. If so, it is getting realtime data from IB. Atleast i see it in mine. --- In amibroker@yahoogroups.com, "J. Biran" <[EMAIL PROTECTED]> wrote: > > I may have misunderstood the complaint below, but I believe that the last

[amibroker] Help Required concerning Ratios in Amibroker

2007-09-09 Thread clickoo_ka
Hello again, I posted this question sometime ago and I had some help regarding the creation of ratios in Amibroker. What I need to do is to create a simple ratio between two stocks and to be able to apply various indicators on this "new" security. For example, I need to create a ratio between

[amibroker] ParamOptimize

2007-09-09 Thread Tomasz Janeczko
Hello, Sometime ago the code for "paramoptimize" was posted, but it was for the old version that did not have 'default' as a keyword. Anyone upgrading to 5.0 and using ParamOptimize() should change its definition to: function ParamOptimize( pname, defaultval, minv, maxv, step ) { return Optimize

Re: [amibroker] Re: IB Backfill

2007-09-09 Thread Tomasz Janeczko
Hello, Did you read the manual? http://www.amibroker.com/guide/h_ib.html Due to the limitations of TWS (only ONE backfill at a time and throttling backfill request for 3 minutes every 40 requests) there is a special method of backfilling all symbols implemented that steps through all symbols in