Thanks a bunch, will look at the snippets and attempt it :)
Sent from Yahoo Mail for iPhone
On Thursday, April 28, 2016, 12:05 PM, brandon.richard03@yahoo.com [amibroker] <amibroker@yahoogroups.com> wrote:
https://www.amibroker.com/guide/afl/plotshapes.html
Another example
Code Snippets - Plot Buy and Sell Arrows in Amibroker
To see a list of shapes, in AFL editor, type"PlotShapes(shape" once shape is typed a list of shapes should appear in a dropdown menu. Your picture used shapesmallcircle.
A common use is to plot buy and sell arrows of a system on a chart.
"Your System Here"
PlotShapes(shapeUpArrow*Buy,colorGreen);
PlotShapes(shapeDownArrow*Sell,colorRed);
Buy = ExRem(Buy,Sell);
Sell = ExRem(Sell,Buy);
ExRem removes excess signals. This would only plot a Sell signal after a Buy and only plot a Buy after a Sell signal.
Theirs many options for plotshapes for positioning, read the manual section on PlotShapes.
Posted by: Nurudin Kaba <nurudin_kaba@yahoo.ca>
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (3) |
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
EmoticonEmoticon