Re: [amibroker] Help with code afl- color macd

2010-08-20 Thread reinsley
ps.com> Sent: Thursday, August 19, 2010 12:08 AM Subject: Re: [amibroker] Help with code afl- color macd Here is a MACD zero lag you could adapt to ADX. Best regards /*Zero Lag MACD(p,q,r)*/ //based on ZeroLag EMA - see Technical Analysis of Stocks and Commodities,April 2000 xspace = Param( "

Re: [amibroker] Help with code afl- color macd

2010-08-20 Thread David Fitch
From: reinsley To: amibroker@yahoogroups.com Sent: Thursday, August 19, 2010 12:08 AM Subject: Re: [amibroker] Help with code afl- color macd Here is a MACD zero lag you could adapt to ADX. Best regards /*Zero Lag MACD(p,q,r)*/ //based on ZeroLag EMA - see Technical Analysis of Stocks and Commodi

Re: [amibroker] Help with code afl- color macd

2010-08-19 Thread ram vel
Dear afzal   This solved the problem. many thanks. gratefully rv --- On Thu, 8/19/10, afzal hossain wrote: From: afzal hossain Subject: Re: [amibroker] Help with code afl- color macd To: amibroker@yahoogroups.com Date: Thursday, August 19, 2010, 12:10 AM   the scale is just a matter

Re: [amibroker] Help with code afl- color macd

2010-08-19 Thread ram vel
value scale to be changed. how it is to be done-was his problem. Anyways,your afl looks good.     We were looking for zerolag ADX. if any ideas please help keep your good work going on.   regards rv --- On Wed, 8/18/10, afzal hossain wrote: From: afzal hossain Subject: Re: [amibroker] Hel

Re: [amibroker] Help with code afl- color macd

2010-08-19 Thread reinsley
oking for zerolag ADX. if any ideas please help keep your good work going on. regards rv --- On *Wed, 8/18/10, afzal hossain //* wrote: From: afzal hossain Subject: Re: [amibroker] Help with code afl- color macd To: amibroker@yahoogroups.com Date: Wednesday, August 18, 2010, 12:5

Re: [amibroker] Help with code afl- color macd

2010-08-18 Thread afzal hossain
for "a" and "b" regards --- On Wed, 8/18/10, ram vel wrote: From: ram vel Subject: Re: [amibroker] Help with code afl- color macd To: amibroker@yahoogroups.com Date: Wednesday, August 18, 2010, 9:06 PM   Dear afzal   than

Re: [amibroker] Help with code afl- color macd

2010-08-18 Thread ram vel
zerolag ADX. if any ideas please help keep your good work going on.   regards rv --- On Wed, 8/18/10, afzal hossain wrote: From: afzal hossain Subject: Re: [amibroker] Help with code afl- color macd To: amibroker@yahoogroups.com Date: Wednesday, August 18, 2010, 12:51 PM   Try this one also

Re: [amibroker] Help with code afl- color macd

2010-08-18 Thread afzal hossain
t;b,colorGreen,colorRed),styleLine|styleThick);Plot(b,"SIGNAL",colorAqua,styleDashed);Plot(a-b,"Histgram",IIf(a-b>0,colorBrightGreen,colorBrown),styleHistogram|styleThick); _SECTION_END(); regardsafzal --- On Wed, 8/18/10, afzal hossain wrote: From: afzal hossain Subject:

Re: [amibroker] Help with code afl- color macd

2010-08-18 Thread afzal hossain
ine|styleThick);Plot(b,"SIGNAL",colorAqua,styleDashed);Plot( a-b, "MACD Histogram", ParamColor("Histogram color", colorAqua ), styleNoTitle | ParamStyle("Histogram style", styleHistogram | styleNoLabel, maskHistogram ) );_SECTION_END(); regardsafzal --- On We

[amibroker] Help with code afl- color macd

2010-08-18 Thread ford7k
Seniors and afl experts Hope you might have seen www.xforecaster.com There a chart is used witnh maxium scale of chart is +450 and -450 looks like http://www.xforecaster.com/ I checked up forextsd etc forums and found that these charts contain colormacd.here there is no histogram. just macd li