PureBytes Links
Trading Reference Links
|
Thank you Anthony.
> Just don't use it to trade today :-)
> Terry
Terry I know it, I don't need it to trade :-)
---
Giuseppe
--- In amibroker@xxxxxxxxxxxxxxx, "Anthony Faragasso" <ajf1111@xxxx>
wrote:
> Cond=C > Ref(C,-1);
>
> Plot(C,"close",colorBlack,styleCandle);
>
> PlotShapes(Ref(Cond,1)*shapeDigit1,colorGreen);
>
> ----- Original Message -----
> From: ami_trader
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Thursday, March 17, 2005 8:30 PM
> Subject: [amibroker] Re: PlotShapes()
>
>
>
> terry,
> your code place a shape today, I need: If today is true place
shape
> yesterday
>
> ---
> Giuseppe
>
>
> --- In amibroker@xxxxxxxxxxxxxxx, Terry <MagicTH@xxxx> wrote:
> > Yes, but minor change needed:
> >
> > cond= C>Ref(C,-1);
> > PlotShapes( IIf( cond, shapeDigit1,
shapeNone ),colorBlue,0,H,24 );
> >
> >
> > Terry
> >
> > ami_trader wrote:
> >
> > >Is it possible?
> > >
> > >cond= C>Ref(C,-1);
> > >
> > >PlotShapes( IIf( cond, *plot shapeDigit1 1 bar ago*,
shapeNone ),
> > >colorBlue,0,H,24 );
> > >
> > >Thanks
> > >
> > >---
> > >Giuseppe
> > >
> > >
> > >
> > >
> > >
> > >
> > >Please note that this group is for discussion between users
only.
> > >
> > >To get support from AmiBroker please send an e-mail directly
to
> > >SUPPORT {at} amibroker.com
> > >
> > >For other support material please check also:
> > >http://www.amibroker.com/support.html
> > >
> > >
> > >Yahoo! Groups Links
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
>
>
>
>
>
> Please note that this group is for discussion between users only.
>
> To get support from AmiBroker please send an e-mail directly to
> SUPPORT {at} amibroker.com
>
> For other support material please check also:
> http://www.amibroker.com/support.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.
>
>
>
>
> -------------------------------------------------------------------
-----------
>
>
> No virus found in this incoming message.
> Checked by AVG Anti-Virus.
> Version: 7.0.308 / Virus Database: 266.7.2 - Release Date:
3/11/2005
>
> No virus found in this outgoing message.
> Checked by AVG Anti-Virus.
> Version: 7.0.308 / Virus Database: 266.7.2 - Release Date:
3/11/2005
------------------------ Yahoo! Groups Sponsor --------------------~-->
What would our lives be like without music, dance, and theater?
Donate or volunteer in the arts today at Network for Good!
http://us.click.yahoo.com/Tcy2bD/SOnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.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/
|