PureBytes Links
Trading Reference Links
|
Ahh OK, it's been a while since I have actively played with AmiBroker so
please forgive me.
I added in :-
Issue = MACD(4,13);
Middle = 0;
DivergeControl(Issue,Middle);
and all looks OK. Great piece of code so congrats to Ara. Well done.
Can anyone confirm that you have to add a new indicator, click OK to the
first params dialog box and then select Parameters again to get access
to the new indicator parameters? This seems to be the norm but appears
to be a little odd.
Also, is it an easy job to split the indicator Title display to 2 lines
instead of the default one ?
Cheers and thanks for your patience
Martin
Martin Cooney wrote:
> Ummm thanks Ara. I'll try and bumble my way through. Can you give me
> a hint on what I put for Issue if I want to use a MACD 4,13,3 as the
> oscillator to find divergence on ??
>
> Thanks for your help Martin
>
>
> Ara Kaloustian wrote:
>> 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.
>>>
>
>
> 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
>
>
>
>
>
> SPONSORED LINKS Investment management software
> <http://groups.yahoo.com/gads?t=ms&k=Investment+management+software&w1=Investment+management+software&w2=Real+estate+investment+software&w3=Investment+property+software&w4=Software+support&w5=Real+estate+investment+analysis+software&w6=Investment+software&c=6&s=200&.sig=_XXUzbE9l5lGlZNcMu4KNQ>
> Real estate investment software
> <http://groups.yahoo.com/gads?t=ms&k=Real+estate+investment+software&w1=Investment+management+software&w2=Real+estate+investment+software&w3=Investment+property+software&w4=Software+support&w5=Real+estate+investment+analysis+software&w6=Investment+software&c=6&s=200&.sig=5_sgDczz3ArKGMtJ9tFSJA>
> Investment property software
> <http://groups.yahoo.com/gads?t=ms&k=Investment+property+software&w1=Investment+management+software&w2=Real+estate+investment+software&w3=Investment+property+software&w4=Software+support&w5=Real+estate+investment+analysis+software&w6=Investment+software&c=6&s=200&.sig=_N6zcwefgp4eg5n6oX5WZw>
>
>
> Software support
> <http://groups.yahoo.com/gads?t=ms&k=Software+support&w1=Investment+management+software&w2=Real+estate+investment+software&w3=Investment+property+software&w4=Software+support&w5=Real+estate+investment+analysis+software&w6=Investment+software&c=6&s=200&.sig=MJ2jP31F3n64RDZkDadU8w>
> Real estate investment analysis software
> <http://groups.yahoo.com/gads?t=ms&k=Real+estate+investment+analysis+software&w1=Investment+management+software&w2=Real+estate+investment+software&w3=Investment+property+software&w4=Software+support&w5=Real+estate+investment+analysis+software&w6=Investment+software&c=6&s=200&.sig=GmF8PlAJASx0wrSaX5-Zlw>
> Investment software
> <http://groups.yahoo.com/gads?t=ms&k=Investment+software&w1=Investment+management+software&w2=Real+estate+investment+software&w3=Investment+property+software&w4=Software+support&w5=Real+estate+investment+analysis+software&w6=Investment+software&c=6&s=200&.sig=aMgGsKT4w29dMAYUzQUKzg>
>
>
>
>
> ------------------------------------------------------------------------
> YAHOO! GROUPS LINKS
>
> * Visit your group "amibroker
> <http://groups.yahoo.com/group/amibroker>" on the web.
>
> * To unsubscribe from this group, send an email to:
> amibroker-unsubscribe@xxxxxxxxxxxxxxx
> <mailto:amibroker-unsubscribe@xxxxxxxxxxxxxxx?subject=Unsubscribe>
>
> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service <http://docs.yahoo.com/info/terms/>.
>
>
> ------------------------------------------------------------------------
>
>
------------------------ 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/
|