[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[amibroker] Re: Plot shape in every peak



PureBytes Links

Trading Reference Links

Yes, you can do it without loops
perc=10;
PeakCondition= PeakBars(H,perc)==0;
Plot(C,"Close",colorBlack,64);
PlotShapes(PeakCondition*shapeDownArrow,colorRed);
As for the peak condition, it may be expressed in many ways, see Peak
() and related built-in functions.
Dimitris Tsokakis
> -----Original Message-----
> From: intro [mailto:newsletters@x...]
> Sent: Monday, November 24, 2003 5:19 AM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Plot shape in every peak
> 
> 
> 
> How can I plot a shape in every peak?
> 
> It's only possible with looping?
> 
> Thanks.
> intro
> 
> 
> 
>       Yahoo! Groups Sponsor
> 
> 
> 
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> 
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.


------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->

Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/