Amibroker
Recent Updates about Amibroker Software, AFL codes and how to do concepts
BBand TSL or Bollinger Band based Trailing stop loss trading is once again a mechanical trend trading system for lower timeframes...
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...
Almost every Amibroker users know that it supports custom rule based alerts like Email Alert, Sound Alert, Even a push notification...
In Amibroker the general way of computing the Equity curve is to backtest the given trading system and the report computes...
Double Donchian Trading system is a Breakout trading system inspired by Richard J.Dennis. Donchian channels were developed by Richard Donchian, a...
Here the Goal is to use Amibroker AFL to find the Percentage Number of bars which have closed higher then the...
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....
Didi Index is a positional long only trading system constructed based on three exponential moving averages inspired from mql4 code Didi...
An Amibroker AFL (AmiBroker Formula Language) script-based trading system typically includes four key trading conditions: Buy (to initiate a long position),...
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...
Heikin Ashi Supertrend is a Volatility based trend following indicator which uses Heinkin Ashi + Supertrend method to plot the indicator....
Here is a simple mean reversion system adapted from IBS reversion edge with QuantShare. And our IBS mean reversion strategy...