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:
If you have any issues or queries, please post it in the comments section. We will definitely answer it.
Related
AFL Coding AFL Programming Basics Amibroker Amibroker AFL Programming amibroker tutorial videos buy sell signal software Free Afl for Amibroker free amibroker afl how to backtest amibroker afl? how to get free afl for amibroker how to install afl codes how to install amibroker how to start with algo-trading? how to use amibroker how to write amibroker afl scripts learn amibroker afl language