Amibroker AFL Coding Tutorial

Click here to go back to the Amibroker Course – Guide to Quantitative Investing and Algorithmic Trading

Contents

Section 3.1 Programming for non-programmers

Resources:

Tutorial 1 – Basic Programming
Tutorial 2 – For Loop in Java
Tutorial 3 – For Loop in C

Section 3.2 Coding Your Own Indicators

Resources:

Create your own indicator

The two AFLs files discussed in the video are attached.

HHV-LLV indicator

MA AFL

Section 3.3 Coding Your Own Explorations

Resources

Create your own exploration
Exploration AFLs shown in the video are attached:

filter RSI

filter price and volume

Section 3.4 Coding Your Own Strategy

Resources:

Latest Amibroker AFL (backtest result on 15+ strategies)

System Development Tutorial (by Herman van den Bergen) : https://www.amibroker.net/3rdparty/ABSysDevTutorv2.pdf

Introduction to AddToComposite (by Herman van den Bergen): https://www.amibroker.net/3rdparty/IntroToAtc.pdf

Section 3.5 Scanning for Signals

Resources:

MA crossover scan

5-Minute Tutorial – Auto Trading From Amibroker Scanner

Open low high scanner full automatic trading

Section 3.6 Backtesting Your Strategy

Resources:

Amibroker Backtest Tutorial In 5-Minute

Basics In Strategy Backtesting

Latest Amibroker AFL (backtest result on 15+ strategies)

Backtesting in Excel

Backtesting in Python

Section 3.7 Optimizing Your Strategy

Resources:

Setting Up Profit Target Or Revenue Target

Assignment for Section 3

QIAT Section – 3 Assignment

Click here to go back to the Amibroker Course – Guide to Quantitative Investing and Algorithmic Trading