PureBytes Links
Trading Reference Links
|
Thank you kindly sjaak - code you gave me runs fine but no arrows.
As I use custom candles as my main price chart it could be that there
needs to be a way to instruct code to place arrows in this chart.
Kind Regards,
Dean H.
--- In amibroker@xxxxxxxxxxxxxxx, sjaak haasnoot <sjaakhaasnoot@xxxx>
wrote:
> Buy= "your criteria"
>
> Sell = "your criteria"
>
> Filter=Buy OR Sell;
>
> Buy=ExRem(Buy,Sell);
>
> Sell=ExRem(Sell,Buy);
>
> PlotShapes( shapeUpArrow * Buy, colorGreen );
>
> PlotShapes( shapeDownArrow* Sell, colorRed );
>
> ----- Original Message -----
> From: Dean Hodgins
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Tuesday, October 26, 2004 10:04 PM
> Subject: [amibroker] Add Arrows to Exploration
>
>
>
> Just curious if there's a way to add arrows to the results of
> an exploration in order to view the exact bar on the chart where
> all the criteria were met.
>
>
> Thanks & Regards,
>
>
> Dean H.
>
>
>
>
>
>
>
> Check AmiBroker web page at:
> http://www.amibroker.com/
>
> Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
>
> Yahoo! Groups Sponsor
> ADVERTISEMENT
>
>
>
>
>
> --------------------------------------------------------------------
----------
> Yahoo! Groups Links
>
> a.. To visit your group on the web, go to:
> http://groups.yahoo.com/group/amibroker/
>
> b.. To unsubscribe from this group, send an email to:
> amibroker-unsubscribe@xxxxxxxxxxxxxxx
>
> c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
>
>
>
> [Non-text portions of this message have been removed]
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/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/
|