[amibroker] 5.0 RC blows up the woodies_cci_panel indicator

2007-09-04 Thread lifes_student_1
variable ticmult has not been initialized. This worked with my prior release official release. RangeTitle1 = EncodeColor(colorBlack) + "Day Range" + EncodeColor (colorBlack) + StrToNum(NumToStr(round((HiDay - LoDay)*TicMult), 4.4)); it doesn't like any of this variable reference now.

[amibroker] Re: break out of loop?

2007-08-27 Thread lifes_student_1
(that _TRACE statement should all be on a single line) > > then run DebugView and run the script. See if any lines in the debug > output show bbarsback greater than triggerbar. > > Regards, > GP > > > --- In amibroker@yahoogroups.com, "lifes_student_1&qu

[amibroker] Re: break out of loop?

2007-08-27 Thread lifes_student_1
arsback is BarsSince(bcondition), then this > > should not give a true result if bcondition has not occurred in the > > last 5 bars. > > > > GP > > > > > > --- In amibroker@yahoogroups.com, "lifes_student_1" wrote: > > > > > >

[amibroker] Re: break out of loop?

2007-08-26 Thread lifes_student_1
aflwriting.com > > > On 27/08/07, Fred Tonetti <[EMAIL PROTECTED]> wrote: > > > > I believe in IF statements that you need > > > > > > > > && for AND … and > > > > || for OR … > > > > > > > > > > --

[amibroker] Re: break out of loop?

2007-08-26 Thread lifes_student_1
t; > Requires 4.91 or above. > > > > See the current ReadMe > > > > _ > > From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf > Of lifes_student_1 > Sent: Sunday, August 26, 2007 4:31 PM > To: amibroker@yahoogroups.com > Subject: [amibroker

[amibroker] break out of loop?

2007-08-26 Thread lifes_student_1
say I have a loop setting a variable and break if set: for(i=0;i

[amibroker] Re: getting an error in my if statement

2007-08-25 Thread lifes_student_1
our brain up in knots getting the logic correct when a simple method > is easier and faster. > > > -- > Cheers > Graham Kav > AFL Writing Service > http://www.aflwriting.com > On 26/08/07, lifes_student_1 <[EMAIL PROTECTED]> wrote: > > It's a bit more c

[amibroker] Re: getting an error in my if statement

2007-08-25 Thread lifes_student_1
roker@yahoogroups.com, Graham <[EMAIL PROTECTED]> wrote: > > Not knowing what you are trying to do why not try the simpler and > faster IIF function > > -- > Cheers > Graham Kav > AFL Writing Service > http://www.aflwriting.com > > > > On 26/08/07, lif

[amibroker] Re: getting an error in my if statement

2007-08-25 Thread lifes_student_1
t;Thomas Z." <[EMAIL PROTECTED]> wrote: > > You need a loop and then you could write if(barsback[i] < 6) > > The other way would be to use IIF() > > Regards > Thomas > www.patternexplorer.com > > > > From: amibroker@yahoogroups.com [mailto:[EMA

[amibroker] getting an error in my if statement

2007-08-25 Thread lifes_student_1
condition1 = cross(close, ma(close,20)); barsback = BarsSince(condition1 == true); if(barsback < 6) {... I'm getting error 6 on barsback in if statement. condition1 is set and works as I've tested it elsewhere. What am I doing wrong? (Condition in IF, WHILE, FOR statements has to be Numeric or B

[amibroker] Re: how to plot a shape just below the candle price bar?

2007-08-25 Thread lifes_student_1
t make it uniform either. e.g. PlotShapes(shape, color, 0, Close-7, 0); --- In amibroker@yahoogroups.com, "Bryan" <[EMAIL PROTECTED]> wrote: > > for an example of the plot code > > http://www.amibroker.org/userkb/2007/08/19/kiss-001-gap-trading/ > > --- In amibrok

[amibroker] how to plot a shape just below the candle price bar?

2007-08-24 Thread lifes_student_1
I want to plot a shape just below the candle that triggered a signal. How do I plot it directly (say within 5 pixels) below that candle?

[amibroker] Re: Help, no backtest signals on intraday data

2007-08-19 Thread lifes_student_1
Probably there is not enough liquidity. > Go to AA, SETTINGS, "Portfolio" and check > "Limit trade size as % of entry bar volume". > > Best regards, > Tomasz Janeczko > amibroker.com > - Original Message - > From: "lifes_student_1" <[E

[amibroker] Is it possible to run intraday (IB) and EOD (amiqote) with two instances?

2007-08-07 Thread lifes_student_1
I tried to open two instances, run intraday IB through one and EOD local database amiquote through the other but the EOD doesn't save or something. Is this possible? Can I keep one from overwriting the other? Tomascz?

[amibroker] Tom, getting error popup every time I start AB

2007-06-29 Thread lifes_student_1
"Data Components Registry Key Missing!" I have the EOD version. How can I get rid of this?

[amibroker] how to test for positive result going back?

2007-06-27 Thread lifes_student_1
I'm combining a couple of systems, when one system tests true and the other not true I want to step backwards n days to see if it has tested true recently. How to do this?

[amibroker] anyone using OpenTick plugin for EOD?

2007-06-20 Thread lifes_student_1
I've noticed that I cannot get current EOD data from OpenTick plugin. For instance, if I do a historical update today the 20th, I only get data up to the 17th. It seems it's always a couple days lagging. Anyone else using this?

[amibroker] backtest the optimized variables?

2007-06-10 Thread lifes_student_1
How can I backtest the optimized variables without going into script and hardcoding the optimized variables into the buy/sell?

[amibroker] Report tab future bar

2007-05-29 Thread lifes_student_1
I read the help file on this but I'm still unclear what exactly this is supposed to do?

[amibroker] which brokers have trading plugins for AB?

2007-05-29 Thread lifes_student_1
Which brokers have trading plugins?

[amibroker] Can I see this in reports?

2007-05-27 Thread lifes_student_1
I want to view the best performing system for a given symbol. I would also like to see the best performing system across all symbols. Can I do this in the report?