Recent Updates about Amibroker Software, AFL codes and how to do concepts

Amibroker

Code Snippets – Plot Buy and Sell Arrows in…

An Amibroker AFL (AmiBroker Formula Language) script-based trading system typically includes four key trading conditions: Buy (to initiate a long position), Sell (to exit...
Rajandran R
1 min read

Linear Regression based Mean Reversion Strategy

Linear Regression based Mean Reversion strategy is quite similar to Volatility Band - Mean Reversion Strategy. Here the Volatility band is replaced with...
Rajandran R
1 min read

Heikin-Ashi Supertrend – Amibroker AFL code

Heikin Ashi Supertrend is a Volatility based trend following indicator which uses Heinkin Ashi + Supertrend method to plot the indicator. Heikin means "average"...
Rajandran R
2 min read

Internal Bar Strength – Mean Reversion Trading AFL code

Here is a simple mean reversion system adapted from IBS reversion edge with QuantShare. And our IBS mean reversion strategy is a slight...
Rajandran R
39 sec read

Integrating Amibroker with Python COM Server

This tutorial aims to elucidate the process of integrating Amibroker with Python COM server to build intricate trading systems. Python, an open-source programming language...
Rajandran R
2 min read

Modified Triple Momentum Strategy – Amibroker AFL code

Triple Momentum Strategy is from Gerald Appel, introduced in his 2005 book, "Technical Analysis: Power Tools for Active Investors." It's included on pages 58-63...
Rajandran R
1 min read

How to delete Amibroker Data without Deleting Symbols

So this time you got messed up with the Amibroker database? and want to delete the data not the symbols? Then here is a...
Rajandran R
38 sec read

Profit Table AFL code with Yearly Max Drawdown

Here is a simple Amibroker AFL trick which will replace your default profit table in your Amibroker Backtest report with Colourful profit table along...
Rajandran R
22 sec read

Backtest your Pair Trading Strategies – Amibroker AFL code

Today, pairs trading is often conducted using algorithmic trading strategies(Rule based) on an Execution Management System. These strategies are typically built around mathematical models...
Rajandran R
3 min read

Amibroker Technical Analysis Workshop – Coimbatore

We are proud to host in-depth two day Amibroker workshop in Coimbatore on Technical Analysis . It is not the usual seminar to...
Rajandran R
52 sec read

Long Butterfly Spread – Amibroker AFL code

The Long butterfly spread is a neutral strategy that is a combination of a bull spread and a bear spread. It is a limited...
Rajandran R
46 sec read

Running Amibroker in Acer Iconia Windows 8 Tablet

Here is a picture from one of the Amibroker user running Amibroker in his Acer W4 windows 8 tablet and I personally tested in...
Rajandran R
41 sec read