PureBytes Links
Trading Reference Links
|
amartinod,
I thought this code only does MACD, RSI or Stochastic ? Perhaps that is
your problem - no CCI is allowed.
Martin
amartinod wrote:
> Hello,
> I get a syntax error when I call the diverge function (Col 15) :
> Issue = CCI(14);
> Middle = 0;
> DivergeControl(Issue,Middle);
> I added these 3 lines in the Osc-Price.afl module code, don’t know if
> I was right to do that….
> Regards,
>
>
>
>
>
> AL,
>
>
>
>
>
> -----Message d'origine----- *De :* amibroker@xxxxxxxxxxxxxxx
> [mailto:amibroker@xxxxxxxxxxxxxxx] *De la part de* Ara Kaloustian
> *Envoyé :* jeudi 1 décembre 2005 04:53 *À :*
> amibroker@xxxxxxxxxxxxxxx *Objet :* Re: [amibroker] New File Uploaded
> - Divergence
>
>
>
> Martin
>
> This code will plot divergence lines on the oscillator (MACD, RSI or
> Stochastic).
>
> You need to set the parameters so you get desired performance.
>
> Plotting the lines on price is certainly possible, but not part of
> this code.
>
> Read the PDF file for parameter settings and description of various
> patterns. Description is pretty complete.
>
>
> ----- Original Message ----- From: "Martin Cooney"
> <martin@xxxxxxxxxxxxx> To: <amibroker@xxxxxxxxxxxxxxx> Sent:
> Wednesday, November 30, 2005 7:01 PM Subject: Re: [amibroker] New
> File Uploaded - Divergence
>
>
>> Hi All,
>>
>> This looks like a really interesting piece of code though currently
>> a bit over my head.
>>
>> I was wondering whether anyone would mind giving me some assistance
>> in utilising this to plot divergence lines on both price chart
>> and/or MACD indicator i.e. as price moves up, MACD shows divergence
>> down, draw line on chart (and maybe issue an alert). Obviously visa
>> versa applies, price down, MACD up.
>>
>> Is this what is possible using this fine piece of code ?
>>
>> Any help would be great Cheers Martin
>>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/GHeqlB/TM
--------------------------------------------------------------------~->
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|