[amibroker] Re: marking fractals on candlestick chart

 

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: brandon.richard03@yahoo.com
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (2)

Check out the automatic photo album with 1 photo(s) from this topic.
fractal point.JPG

Upgrade your account with the latest Yahoo Mail app
Get organized with the fast and easy-to-use Yahoo Mail app. Upgrade today!

**** IMPORTANT PLEASE READ ****
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