Author: Antonuk Oleg
If you're looking to step up your trading game, the SignalTable_SAR_MFI_TEMA indicator for MetaTrader 5 could be your new best friend. This powerful tool displays Buy and Sell signals generated by three different indicators: the iSAR, iMFI, and iTEMA. It provides insights across nine timeframes, making it a versatile addition to any trading strategy.
Key Features of the Indicator
- Integrated signals from iSAR, iMFI, and iTEMA
- Available across nine different timeframes
- Fully customizable settings for tailored trading strategies
Indicator Input Parameters
//+----------------------------------------------+//| Indicator input parameters |//+----------------------------------------------+inputstring Symbol_=""; // Financial assetinputENUM_TIMEFRAMES TimeFrame1=PERIOD_M1; // Chart 1 periodinputENUM_TIMEFRAMES TimeFrame2=PERIOD_M5; // Chart 2 periodinputENUM_TIMEFRAMES TimeFrame3=PERIOD_M15; // Chart 3 periodinputENUM_TIMEFRAMES TimeFrame4=PERIOD_M30; // Chart 4 periodinputENUM_TIMEFRAMES TimeFrame5=PERIOD_H1; // Chart 5 periodinputENUM_TIMEFRAMES TimeFrame6=PERIOD_H4; // Chart 6 periodinputENUM_TIMEFRAMES TimeFrame7=PERIOD_D1; // Chart 7 periodinputENUM_TIMEFRAMES TimeFrame8=PERIOD_W1; // Chart 8 periodinputENUM_TIMEFRAMES TimeFrame9=PERIOD_MN1; // Chart 9 period
Understanding the Components
This indicator is equipped with various parameters that allow you to adjust it according to your trading style:
- iSAR Parameters: Customize the step and maximum values for the SAR to fine-tune your signals.
- Moving Average Parameters: Set fast and slow TEMA periods to identify trends more accurately.
- MFI Parameters: Adjust the MFI period and volume type to cater to your trading preferences.
Visual Display Settings
The visual aspect of the indicator is just as important. You can customize the text and trend colors, font size, and positioning on your chart to ensure clarity and ease of use.
For a deeper dive into how to set this up, refer to the GetFontName.mqh library, which needs to be added to your terminal data folder in the MQL5 Include directory.

Fig.1 The SignalTable_SAR_MFI_TEMA indicator

Comments 0