PureBytes Links
Trading Reference Links
|
Here is a start for you
a green arrow: on the candle that is preceded by a candle with a
lower high and a lower low and followed by a candle with a lower
high and a lower low
greenCond = ref(h,-1)<ref(h,-2) and ref(l,-1)<ref(l,-2) and
h<ref(h,-1) and l<ref(l,-1);
plotshapes( shapeuparrow*greenCond, colorgreen, 0, L, -10 );
On Sun, 05 Dec 2004 21:16:28 -0000, renilange <reni.lange@xxxxxxxx> wrote:
>
>
> I think what I´m looking for, is also called SWING HIGHS and SWING
> LOWS.
> Has anybody an idea how to plot arrows on those candles??
>
> Thxs a lot. Reni
>
>
>
>
>
> Check AmiBroker web page at:
> http://www.amibroker.com/
>
> Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> Yahoo! Groups Links
>
>
>
>
>
--
Cheers
Graham
http://e-wire.net.au/~eb_kavan/
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.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/
|