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

Re: [amibroker] PlotShape does not work in exploration



PureBytes Links

Trading Reference Links

Also, Plotshapes() needs a reason to plot a shape...
 
Your formula :
PlotShapes(shapeDownArrow, colorRed, 0, Low);
does not provide one.
 
Something like:
PlotShapes(Your_condition*shapeDownArrow, colorRed, 0, Low);
----- Original Message -----
From: Graham
Sent: Tuesday, January 18, 2005 8:27 PM
Subject: Re: [amibroker] PlotShape does not work in exploration

It will plot a shape in a chart, not exploration

Scans will plot arrows from AA on the chart


On Wed, 19 Jan 2005 00:16:40 -0000, voyager_3k <voyager3k@xxxxxxxxxxx> wrote:
>
>
> I've the following code that, i assumed, should have
> plotted an arrow on the chart in an exploration.  Anyone
> know if there is something wrong with the code?
>
> AddColumn(... );
> ...
> PlotShapes(shapeDownArrow, colorRed, 0, Low);
> GraphXSpace = 5;
> ...
>
>
> 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/


Check AmiBroker web page at:
http://www.amibroker.com/

Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html



No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.7.0 - Release Date: 1/17/2005


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

No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.7.0 - Release Date: 1/17/2005