MetaTrader5
Mastering the Inter Indicator for MetaTrader 5: A Trader's Guide
The Inter Indicator was designed to make it easier for traders to get synchronized and normalized data, which is essential for feeding into neural networks.
This tool syncs data based on the symbol where it’s installed, making it a handy addition to your trading toolkit.
Who knows? You might even discover additional ways to leverage this indicator in your trading strategies!
The Inter Indicator can display up to 10 lines (buffers) from various symbols, timeframes, and signals, giving you a comprehensive view of the market.
Input Parameters:
Instrument: The name of the instrument (symbol) chosen from the list.
Variant: The variant for indicator calculation, selected from a list.
Timeframe: The specific timeframe for the indicator calculation.
Parameter: The key parameter for calculation (period).
Available Calculation Variants:
NONE: No calculation performed.
HLP: Calculated as the ratio of maximums and minimums over the previous “Parameter” bars.
Op0_OpN: Calculated as Open[0] - Open[Parameter].
RSI: Standard RSI calculated using the “Parameter” period.
Stoch: Regular Stochastic using parameters “Parameter, 3, 3”.
Op0_Ma: Open[0] - iMa[0] with the “Parameter” smoothing period.
Ma0_Ma1: Ma[0] - Ma[1] with the “Parameter” smoothing period.
Time: The “Parameter” represents the time of day (can be 0 or >=1).
Each of the ten buffers utilizes similar parameters, giving you flexibility in your analysis.
When calculating Op0_OpN, Op0_Ma, and Ma0_Ma1, the indicator normalizes values to a range of -1 to +1 as new data comes in.
To ensure accurate calculations, it’s advisable to set the Maximum Bars Calculate parameter to at least double the amount of data you need.
2012.09.18