Rajandran R Creator of OpenAlgo - OpenSource Algo Trading framework for Indian Traders. Telecom Engineer turned Full-time Derivative Trader. Mostly Trading Nifty, Banknifty, High Liquid Stock Derivatives. Trading the Markets Since 2006 onwards. Using Market Profile and Orderflow for more than a decade. Designed and published 100+ open source trading systems on various trading tools. Strongly believe that market understanding and robust trading frameworks are the key to the trading success. Building Algo Platforms, Writing about Markets, Trading System Design, Market Sentiment, Trading Softwares & Trading Nuances since 2007 onwards. Author of Marketcalls.in

Range Identifier – Amibroker AFL Code

21 sec read

Here is a simple range identifier Amibroker AFL code which helps you to spot and visualize out higher return event days and high volatile intraday range days to study how a specific stock/index reacted to the particular event/news outcome.

This Amibroker AFL code comes along with Amibroker Explorer as well. Code has a default range of 500 points it can be customized according to your requirement by right clicking over the charts and select Parameters to change the range values.

Range Identifier – Amibroker AFL Code

https://gist.github.com/4ec7806b537befdb8acd4d86a1dbada1

Rajandran R Creator of OpenAlgo - OpenSource Algo Trading framework for Indian Traders. Telecom Engineer turned Full-time Derivative Trader. Mostly Trading Nifty, Banknifty, High Liquid Stock Derivatives. Trading the Markets Since 2006 onwards. Using Market Profile and Orderflow for more than a decade. Designed and published 100+ open source trading systems on various trading tools. Strongly believe that market understanding and robust trading frameworks are the key to the trading success. Building Algo Platforms, Writing about Markets, Trading System Design, Market Sentiment, Trading Softwares & Trading Nuances since 2007 onwards. Author of Marketcalls.in

Interactive Brokers – Smart Order Chart Trading Module using…

The IB Controller is an interface designed to facilitate automatic trading with AmiBroker and Interactive Brokers (IB) TWS (Trader Workstation). It serves as a...
Rajandran R
8 min read

Introducing OpenAlgo V1.0: The Ultimate Open-Source Algorithmic Trading Framework…

OpenAlgo V1.0 is an open-source algorithmic trading platform to automate your trading strategies using Amibroker, Tradingview, Metatrader, Python etc. Designed with the modern trader...
Rajandran R
2 min read

[Live Coding Webinar] Build Your First Trading Bridge for…

In this course, you will be learning to build your own trading bridge using Python. This 60-minute session is perfect for traders, Python enthusiasts,...
Rajandran R
1 min read

3 Replies to “Range Identifier – Amibroker AFL Code”

  1. How can U get Ambibrokers software. I am using Angel Speed Pro
    Please inform me in details

  2. Dear Sir,
    instead of range if we use ATR than it gives more clarity and can be used on any time frame.

    color = IIf( diff1>=1.25*ATR(14) OR diff2 >= 1.25*ATR(14),colorYellow,colorDefault);

    please let me know your feedback.

Leave a Reply

Get Notifications, Alerts on Market Updates, Trading Tools, Automation & More