AS Q Indicator Manager

AS Q Indicator Manager
DOWNLOAD all MT5 librarys (393)
YouTube Video Thumbnail

Similar MetaTrader Tools

AS Q Indicator Manager

Info

The AS Q Indicator Manager is a Library for MetaTrader 5 that stop managing 11 separate ima/iatr/irsi handles with 50+ lines of boilerplate. ASQ Indicator Manager wraps 11 built-in indicators into one class with automatic handle creation, bar-based caching, trend voting, market regime classification, and clean getter methods.

Usage

This tool is typically used for enhancing chart analysis and decision making.

Platform

This Library works exclusively on MetaTrader 5 (both build 600+ and newer versions).

Setup

Place the downloaded file in MQL5/Libraries folder via File ? Open Data Folder in MetaTrader 5.


How to Install and Use AS Q Indicator Manager

1. Storage: Place library files in the MQL/Libraries directory to ensure they are accessible to your projects.

2. Implementation: Include the library in your code using the #import directive, ensuring you match the exact function names and parameters.

3. Compilation: Ensure the library is present in the directory before you compile your main EA or script, as the compiler links them during this phase.

4. Management: Keep libraries organized in sub-folders if you manage many custom functions to maintain a clean project structure.

Frequently Asked Questions

Q: What is a library file used for? A: Libraries store reusable code modules, allowing you to centralize common logic used by multiple EAs or indicators.

Q: Is a library executable? A: No, libraries are non-executable files containing functions; they must be imported into an EA, indicator, or script to function.

Q: Can I update a library while the platform is running? A: You should compile your EA or script after updating a library to ensure the latest code changes are integrated.

What this tool does

Stop managing 11 separate iMA/iATR/iRSI handles with 50+ lines of boilerplate.

Typical Use Case

This Library excels in automated trading and technical analysis on MetaTrader 5.

Compatible Platform & Setup

This Library works on MetaTrader 5. Place the file in the MQL5/Libraries folder and restart the terminal.

Description & Settings

Related: AS Q Session Manager - another powerful library for MetaTrader 5 traders.


Stop managing 11 separate iMA/iATR/iRSI handles with 50+ lines of boilerplate. ASQ Indicator Manager wraps 11 built-in indicators into one class with automatic handle creation, bar-based caching, trend voting, market regime classification, and clean getter methods. Three lines replace your entire indicator setup.

Also recommended: AT R Based Stop Loss Manager - similar library with strong performance on MetaTrader 5.

FEATURES: - 11 managed indicators — 3 Moving Averages (EMA fast/med, SMA slow), 3 ATRs (fast 7, standard 14, slow 50), RSI, Stochastic K/D, CCI, MACD (main/signal/histogram), ADX (+DI/-DI) - Bar-based caching — Update() only copies buffers when a new bar forms. Cached values returned instantly between bars. ForceUpdate() for tick-level precision - Automatic handle creation and release — CreateHandles() on init, ReleaseHandles() on deinit, no leaks - Configurable periods for all indicators — SetMAPeriods(), SetRSIPeriod(), SetATRPeriod(), SetADXPeriod(), SetStochSettings(), SetCCIPeriod() - Trend direction voting — MA alignment + DI crossover + MACD histogram. 2+ votes = confirmed direction (+1/-1/0) - Market regime classification — 5 regimes: Trending Up, Trending Down, Ranging, Volatile (ATR ratio > 1.5x), Quiet (< 0.5x) - Overbought/oversold detection — RSI > 70 or StochK > 80 = overbought, RSI < 30 or StochK < 20 = oversold - Volatility ratio — ATR fast / ATR slow for regime detection - Trend strength — ADX value, IsTrending() (ADX > 25), IsRanging() (ADX < 20) - Shift support — all getters accept shift parameter for historical lookback DEMO INDICATOR INCLUDED: Drop on any chart to see a live dashboard showing all 11 indicator values organized by category (MAs, Oscillators, ADX/ATR), plus trend direction, market regime, OB/OS status, volatility ratio, and trending/ranging mode. USAGE: #include "ASQ_IndicatorManager.mqh" CASQIndicatorManager ind; ind.SetMAPeriods(8, 21, 50); ind.Initialize(_Symbol, PERIOD_M5); ind.Update(); // Call on every tick double rsi = ind.GetRSI(); int trend = ind.GetTrendDirection(); // +1, -1, or 0 Place both files in the same folder — compiles instantly, no subfolder setup needed. This is the open-source indicator engine behind Quant Cristina on the MQL5 Market. Same logic, same accuracy. FILES: - ASQ_IndicatorManager.mqh — Library (325 lines) - ASQ_IndicatorManager_Demo.mq5 — Demo indicator (238 lines) MetaTrader 5, all brokers, all instruments, all timeframes. Free and open-source. 563 lines of production MQL5. AlgoSphere Quant — Precision before profit.

You may also like: Module of Trade Signals, based on Brain Trend1 indicator - excellent alternative for library users on MetaTrader 5.

Limitations & Risk Warning

  • This tool is provided for educational and testing purposes only.
  • Past performance does not guarantee future results.
  • Trading involves substantial risk of loss. Use on a demo account first.
  • Results may vary depending on market conditions, broker, and settings.
  • We recommend thorough backtesting and forward testing before using with real funds.
RobotFX does not own any of the code provided on this platform. All tools are freely available on the internet; we simply index and re-offer them for download. We are not responsible for any financial losses that may occur. Trading responsibilities rely solely on the traders downloading and using the displayed Expert Advisors, indicators, and scripts. These tools are provided for educational purposes only and may require modification or optimization to align with a trader's specific strategy or needs.
© ROBOTFX - Best MetaTrader Expert Advisors & Indicators