
// ══════════════════════════════════════ ══════════════════════════════════════
// 📊 INDICATOR EMA ON TF (MULTI-TIMEFRAME)
// Version: 1.0.0 - Professional indicator for multi-timeframe analysis
// Author: Fury Team - Armando Brecciaroli
// Date: June 5, 2025
// ══════════════════════════════════════════════════════════════════════════
//
// DESCRIPTION:
// ===========
// EMA on TF is an advanced indicator that displays the exponential moving average
// (EMA) calculated on a specific timeframe and projected onto the current
// timeframe of the chart. This tool allows you to use moving averages of higher timeframes
// (e.g. H4, D1) even on charts with lower timeframes (M15, H1),
// allowing a complete and immediate multi-timeframe analysis.
//
// KEY FEATURES:
// ==========================
// - Display of EMA of any timeframe on the current chart
// - Full support for all timeframes available in cTrader
// - Full customization of EMA period and price source
// - Management of information label with flexible positioning
// - Secure licensing system and automatic update check
// - Fully optimized for high performance even on large datasets
// - Full customization of visual appearance (colors, line style)
//
// PRACTICAL USES:
// ================
// - Identify long-term trend on lower timeframe chart
// - Display significant averages of higher timeframes
// - Create multi-timeframe strategies based on moving averages
// - Identify dynamic supports and resistances more reliable
//
// CHANGELOG:
// =========
// v1.0.0 (05/06/2025)
// - Initial release with full support for all timeframes
// - Implementation of advanced license management system
// - Customizable user interface with informative HUD
// - Added informative label on the chart
// - Integrated automatic update system
// - Performance optimization for extended time series
// - Support for all price sources (Close, Open, High, Low, etc.)
// - Automatic management of system message display
// ═══════════════════════════════════════════════════════════════════════════════
To enable the license follow the info on screen or in the logs.