Amibroker

Amibroker

How to Plot the Equity Curve without Backtesting?

In Amibroker the general way of computing the Equity curve is to backtest the given trading system and the report computes the equity curve,...
Rajandran R
1 min read

Double Donchian Trading System – Amibroker AFL code

Double Donchian Trading system is a Breakout trading system inspired by Richard J.Dennis. Donchian channels were developed by Richard Donchian, a pioneer of mechanical...
Rajandran R
2 min read

Positive Bars Percentage – Intraday Sentiment Indicator

Here the Goal is to use Amibroker AFL to find the Percentage Number of bars which have closed higher then the previous bar out...
Rajandran R
56 sec read

Coimbatore Amibroker Workshop – Photo Gallery

First of all I personally thank Mr Ravi Shengodan (Brokerage Free) AP of Zerodha for organising this workshop neatly and done lots of efforts...
Rajandran R
1 min read

Supertrend Intraday Trading Strategy for High Volatile Scrips

Supertrend Intraday Trading strategy will start trade the Supertrend only between 9:15a.m and 3:00:p.m and close any open position by 3:25p.m. The following code...
Rajandran R
2 min read

Didi Index Long only Trading System

Didi Index is a positional long only trading system constructed based on three exponential moving averages inspired from mql4 code Didi Index Indicator. Indicator...
Rajandran R
38 sec read

nimbledataProVM – Amibroker Datafeed for your Virtual Machine or…

It is known that Globaldatafeeds products(Nimbledatapro/Nimbledataproplus) doesn't work with Virtual Server/Terminal Server however if you are planning for algorithmic trading probably you need to...
Rajandran R
42 sec read

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