Amibroker

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

Bollinger Band Based Trailing Stop Loss – Amibroker

BBand TSL or Bollinger Band based Trailing stop loss trading is once again a mechanical trend trading system for lower timeframes...
Rajandran R
5 min read

“Amibroker AFL coding” – 26th ATMA Bengaluru Meet

This is my first event with ATMA. Will be speaking about <a href="https://www.marketcalls.in/category/amibroker">Amibroker</a> AFL coding concepts. Probably the first ever group...
Rajandran R
1 min read

How to Send a Tweet Alert From Amibroker

Almost every Amibroker users know that it supports custom rule based alerts like Email Alert, Sound Alert, Even a push notification...
Rajandran R
1 min read

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...
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...
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...
Rajandran R
53 sec 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....
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...
Rajandran R
36 sec read

Code Snippets – Plot Buy and Sell Arrows in Amibroker

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

Linear Regression based Mean Reversion Strategy

Linear Regression based Mean Reversion strategy is quite similar to <a href="https://www.marketcalls.in/amibroker/volatility-band-long-reversal-trading-system.html">Volatility Band - Mean Reversion Strategy</a>. Here the Volatility band...
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....
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...
Rajandran R
37 sec read