How to use basing candle AFL in Amibroker?

How to use basing candle AFL in Amibroker?

How to use basing candle AFL in Amibroker?

 

Basing Candle indicator is one of the most important component of Price action Trading. You can learn more about it in our YouTube Video.

 

 

Script:

_SECTION_BEGIN(“Basing bar”);
dot = Null;
dot = IIf(((abs(Close-Open))/(abs(High-Low)))*100<50, True, False);
Buy = dot;
PlotShapes( IIF( buy, shapeSmallCircle, shapeNone ), colorRed,0, Graph0, -5, 0 );
_SECTION_END();

 

To download the data files & the Script used in the previous video, use the following link:

http://marketsecrets.in/blog/how-to-create-and-backtest-afl-scripts-in-amibroker

Link to download Basing Candle AFL for AmiBroker:

https://drive.google.com/file/d/14Cp5EtXUbHk4DBKdK-j5YKxhCMKAPRg0/view?usp=sharing

 

We have launched a new telegram channel for people who wants to Learn everything about AFL Programming from basics to advanced. In addition, we will share our own past data files and various other tools used for downloading data through our telegram channel.

To Join our telegram channel, use the following link: https://t.me/LearnAFL

To know more about us, visit our website:

http://marketsecrets.in

 

If you have any issues or queries, please post it in the comments section. We will definitely answer it.

 

Leave a Reply

Your email address will not be published. Required fields are marked *

error: Content is protected !!