PureBytes Links
Trading Reference Links
|
I'm trying to get plotshapes to work but cannot.
Any help from the experts here is appreciated.
I'm using the example code in the help file:
Graph0=MACD();
Graph1=Signal();
Buy=Cross(Graph0, Graph1);
Sell=Cross(Graph1, Graph0);
PlotShapes( ( Buy OR Sell ) * ( 1 + Cum( Buy OR Sell ) % 52 ), IIf(
Buy, colorGreen, colorRed ), 5 );
GraphXSpace = 5;
I use the analysis->automaticAnalysis->scan sequence on just 1
security. I can see the scan results with buy/sell signals but no
arrows on the chart pane.
I have a pane with keltner channels overlayed on price using the Plot
statement.
What's the correct way of doing this?
thanks,
ken
------------------------ Yahoo! Groups Sponsor --------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/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/
|