PureBytes Links
Trading Reference Links
|
--- In amibroker@xxxxxxxxxxxxxxx, Khamsina11 <Khamsina11@xxxx> wrote:
>
> Hi,
>
> I am relatively new to Amibroker (I was a Metastock user ) and I
would
> have several questions :
>
> 1) How to paint a candlestick when a condition is met
trop facile...
> 2) How to plot a symbol onto a candlestick (ie : a diamond, an
> exclamation mark and so on) when a condition is met
>
> 3) How to have a ribbon below the quotations (or an indicator)
ca doit t'aider...
Plot(C,"",1,64);
Min1=0;
Max1=Param("Long Span Max",50,1,50,1);
Cond=MA(C,5)>MA(C,20);
Buy=Cross(C,MA(C,20));
PlotShapes( IIf( Buy, shapeSmallUpTriangle, shapeNone ),colorGreen,0,
L, -20);
Plot
(Cond,"Tradezone",colorRed,styleArea|styleOwnScale|styleNoLabel,Min1,M
ax1);
GraphXSpace=10;
> 4) Is there an AFL equivalent for the FML - FMLVAR Metastock
functions ?
>
#include
Stephane
> Thanks in advance for your help,
> Regards,
>
> Khamsina
>
>
>
>
>
>
______________________________________________________________________
_____
> Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo!
Messenger
> Téléchargez cette version sur http://fr.messenger.yahoo.com
------------------------ Yahoo! Groups Sponsor --------------------~-->
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/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/
|