PureBytes Links
Trading Reference Links
|
Here's some sample code where Stops = your condition:
//When condition is true set to desired shape else no shape
shape2 = IIf(Stops,shapeStar,shapeNone);
//Colorize the shape depending on the value of condition
shapec = IIf(Stops == 2, colorRed,
IIf(stops == 4, colorRed,
IIf(stops == 3,colorGreen,
IIf(stops == 5,colorGreen,colorGold))));
PlotShapes( shape2, shapeC, 0, NDXc, 0);
--
Terry
| -----Original Message-----
| From: amibroker@xxxxxxxxxxxxxxx
| [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf Of Khamsina11
| Sent: Wednesday, June 15, 2005 6:33 AM
| To: amibroker@xxxxxxxxxxxxxxx
| Subject: [amibroker] Help ! Questions from a newbie
|
|
|
| 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
|
| 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)
|
| 4) Is there an AFL equivalent for the FML - FMLVAR Metastock
| functions ?
|
|
| 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
|
|
|
|
|
|
------------------------ Yahoo! Groups Sponsor --------------------~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/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/
|