Re: [amibroker] nested IIF statement, can this be refined?

2010-02-06 Thread ricko
Have you checked out the Select statement Best Regards Rick Osborn --- On Sat, 2/6/10, Thomas Z. wrote: From: Thomas Z. Subject: Re: [amibroker] nested IIF statement, can this be refined? To: amibroker@yahoogroups.com Date: Saturday, February 6, 2010, 7:40 PM  

Re: [amibroker] nested IIF statement, can this be refined?

2010-02-07 Thread ricko
oops yes Best Regards Rick Osborn --- On Sun, 2/7/10, Keith McCombs wrote: From: Keith McCombs Subject: Re: [amibroker] nested IIF statement, can this be refined? To: amibroker@yahoogroups.com Cc: ri...@rogers.com Date: Sunday, February 7, 2010, 4:20 AM  

Re: [amibroker] Re: FUTURES symbol format

2010-03-30 Thread ricko
The ESH0 contract has expired. The March contract is ESM0-GLOBEX-FUT That is a zero and no spaces Best Regards Rick Osborn --- On Wed, 3/31/10, murthysuresh wrote: From: murthysuresh Subject: [amibroker] Re: FUTURES symbol format To: amibroker@yahoogroups.com Date: Wednesday, March 31, 2010,

Re: [amibroker] Indicators contained in IFTA Jolurnal #10

2010-04-21 Thread ricko
why don't you post the Metastock code and perhaps someone will look at it? Best Regards Rick Osborn --- On Tue, 4/20/10, Gordon wrote: From: Gordon Subject: [amibroker] Indicators contained in IFTA Jolurnal #10 To: amibroker@yahoogroups.com Date: Tuesday, April 20, 2010, 6:56 AM  

Re: [amibroker] Re: linear regression function

2010-04-27 Thread ricko
What does the LookBack feature do? Best Regards Rick Osborn --- On Tue, 4/27/10, brucet30 wrote: From: brucet30 Subject: [amibroker] Re: linear regression function To: amibroker@yahoogroups.com Date: Tuesday, April 27, 2010, 1:27 PM   Thanks, this is wh

Re: [amibroker] Coding Question

2008-11-13 Thread ricko
I think the HighestSinceBars function is looking for something specific to be true, such as Crossover = Cross(C,something); x = HighestSinceBars(Crossover,y,2);  Best Regards Rick Osborn From: sidhartha70 <[EMAIL PROTECTED]> To: amibroker@yahoogroups.com Sent

Re: [amibroker] Controlling Hight of Volume Bars (corrected)

2008-11-14 Thread ricko
Joseph What a clever bit of code. Thanks for sharing  Best Regards Rick From: J. Biran <[EMAIL PROTECTED]> To: amibroker@yahoogroups.com Sent: Thursday, November 13, 2008 8:40:04 PM Subject: RE: [amibroker] Controlling Hight of Volume Bars (corrected) Plot co

Re: [amibroker] Re: Interactive Brokers plugin 1.8.2 - a problem back filling

2008-11-25 Thread ricko
I checked with IB.  They now charge for it Here is their answer Dear Trader, There was a change in the SMART system in the last days. ARCA Stocks need the ArcaBook for Equities Non-Professional for USD 10.0 per month to see the charts over SMART. There are 2 ways to have this problem fixed:

Re: [amibroker] Re: mirror image of charts

2007-11-16 Thread ricko
it makes you losses look better!! Rick Osborn - Original Message From: treatmentinprogress <[EMAIL PROTECTED]> To: amibroker@yahoogroups.com Sent: Friday, November 16, 2007 9:29:10 AM Subject: [amibroker] Re: mirror image of charts In the interest of learning all that I can, why wo

Re: [amibroker] Re: Struggling to Learn

2007-11-19 Thread ricko
Thanks for the input. At last I finally have some direction as to where to go next. Will plug away Rick Rick Osborn - Original Message From: gp_sydney <[EMAIL PROTECTED]> To: amibroker@yahoogroups.com Sent: Tuesday, November 20, 2007 12:44:13 AM Subject: [amibroker] Re: Struggling

Re: [amibroker] Re: Struggling to Learn

2007-11-20 Thread ricko
Yes, except that at point 3 the close would cross below the line (trend) and a sell signal would occur. I also want to plot the line (trend). GP - you mentioned that "values Uptrend, Downtrend, Crossup, Crossdown, HV, and LV are all generated using only the initial values of Trend and Period.".

Re: [amibroker] Re: Struggling to Learn

2007-11-20 Thread ricko
Brian Thanks for you interest in this. Your indicator is not quite what I had in mind. Rather than bands, I was looking for one trend line that plotted below the bars while in an uptrend, (x% below the Highest close of the lookback period - the period increases each bar until the cross) and when

Re: [amibroker] Re: Struggling to Learn

2007-11-21 Thread ricko
GP Thank you for your patience and I really appreciate the explanation. One more mystery (for me) solved. This should be in the KB I think. One problem I continually face is the dreaded "Error 8. Type mismatch. the value assigned to the array element has to be.." - BUT, I'm getting there.

Re: [amibroker] Re: Struggling to Learn

2007-11-21 Thread ricko
nesday, November 21, 2007 6:08:10 AM Subject: [amibroker] Re: Struggling to Learn --- In [EMAIL PROTECTED] ps.com, "brian_z111" wrote: > > --- In [EMAIL PROTECTED] ps.com, ricko@ wrote: > > > > Brian > > Thanks for you interest in this. > > Your indicator i

Re: [amibroker] Re: Struggling to Learn

2007-11-21 Thread ricko
Well, you must find it difficult to soar like an eagle When you have to work with so many turkeys! Rick Osborn - Original Message From: brian_z111 <[EMAIL PROTECTED]> To: amibroker@yahoogroups.com Sent: Wednesday, November 21, 2007 7:54:17 PM Subject: [amibroker] Re: Struggling to Le

Re: [amibroker] Re: Struggling to Learn

2007-11-21 Thread ricko
I will post it. > > Thanks again. > > > Rick Osborn > > > > - Original Message > From: brian_z111 > To: [EMAIL PROTECTED] ps.com > Sent: Wednesday, November 21, 2007 6:08:10 AM > Subject: [amibroker] Re: Struggling to Learn > > -

Re: [amibroker] AmiBroker 5.02.1 BETA released

2007-11-23 Thread ricko
TJ It seems all my charts with /* comments*/ within the code produce an error under 502.1 beta Rick Osborn - Original Message From: Tomasz Janeczko <[EMAIL PROTECTED]> To: amibroker@yahoogroups.com Sent: Friday, November 23, 2007 9:37:41 AM Subject: [amibroker] AmiBroker 5.02.1 BET

Re: [amibroker] Re: How can I draw upper and lower boundary lines for stochastic in the indicato

2007-11-27 Thread ricko
Also check out PlotGrid Rick Osborn - Original Message From: Arnie <[EMAIL PROTECTED]> To: amibroker@yahoogroups.com Sent: Tuesday, November 27, 2007 11:24:05 PM Subject: [amibroker] Re: How can I draw upper and lower boundary lines for stochastic in the indicato Try Plot( 80 , "