๐Ÿ‡ฎ๐Ÿ‡ณ Designed for NSE & MCX Markets

Free Professional AmiBroker AFL Trading Systems

Download battle-tested AFL strategies for intraday, swing, and trend trading โ€” completely free. No registration. No hidden fees. Ready for NSE & MCX.

8
// free AFLs
0โ‚น
// cost
NSE+MCX
// markets
โˆž
// downloads
// included strategies
๐ŸŽฏ
SuperTrend V5 ATR-based trend with GFX dashboard & alerts
โšก
Open Range Breakout Full ORB system with auto SL, targets & square-off
๐Ÿ“Š
Half-Trend Strategy ATR channel deviation, low noise, strong hold
๐ŸŒŠ
Swing Trading AFL HHV/LLV TSL + MACD + RSI confluence signals
๐Ÿ‘‘
Trader Pro + 3 more AMA2 S/R ยท Buy Sell System ยท ORB Explorer ยท Intraday

Power your AFLs with live NSE & MCX tick data & backfill

AmiFeeder โ†’ Amidata โ†’
Powered by real-time data from

All AFL Trading Systems

Professional-grade AmiBroker formulas covering every major trading style. Each AFL is plug-and-play with clear documentation.

๐ŸŽฏ
Trend Following FREE

SuperTrend V5

Advanced SuperTrend with ATR-based dynamic stops, popup alerts, sound notifications, and a live GFX dashboard overlay. Suitable for all timeframes.

โšก
ORB Strategy FREE

Open Range Breakout

Full intraday ORB system with configurable opening range window, entry buffer, auto stop-loss, target levels, and auto square-off at end of day.

๐Ÿ”
ORB Explorer FREE

ORB Explorer AFL

Scanner version of the ORB strategy. Run as an AmiBroker Explorer across your entire watchlist to find stocks breaking the opening range in real time.

๐Ÿ“Š
Trend + Swing FREE

Half-Trend Strategy

Smooth trend-following system with ATR channel deviation bands. Automatically flips direction on momentum reversal with minimal false signals.

โฑ๏ธ
Intraday FREE

Intraday AFL System

Multi-function intraday AFL combining HHV/LLV breakouts, MACD/PDI/MDI directional filters, and a smart state machine for clean buy/sell signals.

๐ŸŸข
MACD + Zig-Zag FREE

Buy Sell Signal System

Classic MACD crossover enhanced with Zig-Zag trend confirmation and dynamic support/resistance levels. Arrow signals on candle chart.

๐ŸŒŠ
Swing Trading FREE

Swing Trading AFL

Position & swing trading system using HHV/LLV trailing stop levels, StochD, MACD histogram, and RSI confluence for high-probability reversals.

๐Ÿ‘‘
All-in-One FREE

Trader Pro

Complete professional system with AMA2-based dynamic support/resistance, Explorer-ready columns (Buy/Sell/Wait), and precise price target labels on chart.

Built for Indian Traders

Every AFL here is selected, tested, and documented for NSE and MCX trading conditions.

๐Ÿ‡ฎ๐Ÿ‡ณ

NSE & MCX Ready

All AFLs are calibrated for Indian market timings โ€” 9:15 AM open, 3:30 PM close, with MCX session support. No international market bias.

๐Ÿ”Œ

Real-Time Data Compatible

Works seamlessly with AmiFeeder and Amidata โ€” sister products offering identical intraday ticks, historical backfill, and live streaming for all NSE & MCX segments.

๐Ÿ“–

Fully Documented

Each AFL comes with parameter explanations, usage guidelines, recommended timeframes, and installation instructions โ€” no guesswork.

๐ŸŽฏ

Multiple Strategies

From scalping ORB breakouts to multi-day swing setups โ€” cover every market condition with the right AFL for the job.

โšก

Backtesting Ready

All AFLs include proper Buy/Sell signals, filter conditions, and AddColumn support for AmiBroker's built-in Automatic Analysis & Explorer.

๐Ÿ†“

100% Free Forever

No paywalls, no trial versions, no email sign-up. Download and use directly. Our data feed products fund this library.

Get Trading in 3 Steps

Install any AFL in under 2 minutes. Detailed instructions are on the Installation Guide page.

Download the AFL File

Click any "โฌ‡ Download" button above. The .afl file will save to your computer. No account needed.

Copy to AmiBroker Formulas Folder

Place the .afl file in your AmiBroker Formulas directory โ€” usually C:\Program Files\AmiBroker\Formulas\

Apply to Chart

In AmiBroker, right-click your chart โ†’ Insert Indicator โ†’ find the AFL by name โ†’ click OK. Adjust parameters from the Param dialog.

Full Installation Guide โ†’
SuperTrend-V5.afl โ€” snippet
// SuperTrend Ver 5.0 // ATR-based dynamic trend filter Multiplier = 3; Period = 7; atr = ATR(Period); upperBand = MA(H, Period) + Multiplier * atr; lowerBand = MA(L, Period) - Multiplier * atr; // Buy when price closes above upper band Buy = Cross(C, upperBand); Sell = Cross(lowerBand, C); // Alert on signal PlaySound("ding.wav");
๐Ÿ’ก
For live tick data, pair any AFL with AmiFeeder or Amidata โ€” identical NSE/MCX intraday feeds with backfill.

Need Real-Time NSE & MCX Data?

These AFLs generate the best signals when powered by live, tick-by-tick market data. Both AmiFeeder and Amidata deliver identical professional-grade feeds โ€” intraday ticks, historical backfill, and live streaming โ€” directly into AmiBroker.

AmiFeeder โ€” NSE/MCX Feed Amidata โ€” NSE/MCX Feed

Both products offer identical data โ€” intraday ticks, backfill, and live streaming. Choose the subscription that suits you.

Frequently Asked Questions

Yes, completely free. Download any AFL without registration or payment. We provide these as a value-add for traders who use our AmiFeeder and Amidata data feed products โ€” but the AFLs work with any AmiBroker data source.

AmiBroker 5.90 or higher is recommended. All AFLs use standard AmiBroker formula functions and are compatible with both 32-bit and 64-bit versions. Some AFLs use features available from version 6.0 onwards (e.g. GFX overlay functions in SuperTrend V5).

No โ€” you can use them with end-of-day (EOD) data for backtesting and swing trading. For intraday strategies (ORB, Intraday AFL, SuperTrend on 5-min charts) you will need a real-time data provider. We recommend AmiFeeder or Amidata โ€” both provide identical live NSE/MCX tick data with backfill.

Absolutely. All AFLs are provided as open source (.afl text files). You can modify parameters, add filters, or combine them with your own logic. We only ask that you don't redistribute modified versions commercially without credit.

All AFLs work with NSE equity (cash & F&O) and MCX commodities. The timing parameters in intraday AFLs default to NSE market hours (9:15 AM โ€“ 3:30 PM). MCX sessions can be accommodated by adjusting the time parameters in the AFL code.

These are technical analysis tools, not guaranteed profit systems. Past performance does not guarantee future results. Always backtest thoroughly on your target instruments, use proper risk management, and treat signals as one input in your overall trading decision. Trading involves significant financial risk.