TG Multi Timeframe Moving Average MT4 外汇EA

TG Multi Timeframe Moving Average MT4 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站
TG Multi Timeframe Moving Average MT4 外汇EA
此内容为免费资源,请登录后查看
0积分
免费资源

如果免费资源下载的文件为TXT文档

请联系站长更新!站长微信:Lv596999  Telegram:@eapoj

“Mql5官网”板块的EA基本都有,大部分是无限制NODLL版,NODLL版本MT1420升级,大多数不可用!这些EA来源为国外花钱买过来的

有需要,请联系站长!

“EA测评”板块资源全部现有,看见不错的,可以联系站长看EA在确定是否收费

“无限制EA”板块,大部分免费,下载文件全部存在,都可以免费下载

站长硬盘EA太多,因大部分时间做交易,做风控,没太多时间更新下载地址,请谅解!

需要更新下载文件,请联系站长微信!国外朋友请联系Telegram。


TG MTF MA MT5  is designed to display a multi-timeframe moving average (MA) on any chart timeframe while allowing users to specify and view the MA values from a particular timeframe across all timeframes. This functionality enables users to focus on the moving average of a specific timeframe without switching charts. By isolating the moving average values of a specific timeframe across all timeframes, users can gain insights into the trend dynamics and potential trading opportunities without switching between charts frequently.

Metatrader5 Version | How-to Install Product | How-to Update Product | All Products | Contact

Features:

  • The indicator calculates and displays a moving average based on user-defined parameters across multiple timeframes simultaneously.
  • Multiple display modes INTERPOLATION or STEP

Parameters

  1. TimeFrame: An enumeration of timeframes that allows users to specify the timeframe for the moving average calculation. Traders can choose from different timeframes such as M1, M5, M15, H1, H4, D1, W1, and MN1.
  2. Period: An integer value representing the period for the moving average calculation. This parameter determines the number of bars used to calculate the moving average.
  3. Method: An enumeration of moving average methods that specifies the algorithm used to calculate the moving average. Traders can choose from methods such as Simple Moving Average (MODE_SMA), Exponential Moving Average (MODE_EMA), Smoothed Moving Average (MODE_SMMA), and Linear Weighted Moving Average (MODE_LWMA).
  4. AppliedPrice: An enumeration of applied prices that defines which price data is used in the moving average calculation. Traders can choose from applied prices such as Close price, Open price, High price, Low price, Median price, Typical price, and Weighted close price.
  5. DrawMode: An enumeration of drawing styles that determines how the indicator is visually represented on the chart. Traders can choose from different drawing modes such as steps  or linear interpolation/slope

Developer Features

Developers can utilize the described indicator in the following manner:
By accessing the buffer with index 0, developers gain access to the main buffer values of the indicator. They can implement the indicator using the iCustom function in MQL4, as shown below:

double mtfMaValue = iCustom(
                     NULL,//Symbol
                     0,//Timeframe
                     "TG_MTF_MA",//FolderPath(Filename)
                     //Indicator input parameters
                     PERIOD_H4,//Timeframe
                     14,//Ma Period
                     MODE_SMA,//Ma Method
                     PRICE_CLOSE,//Ma Applied Price
                     //
                     0, //Index Buffer
                     100 //Shift
                  );

#tags: ma mtf mtfma mtf_ma multi timeframe multitimeframe ma moving average 图片[1]-TG Multi Timeframe Moving Average MT4 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站
图片[2]-TG Multi Timeframe Moving Average MT4 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站
图片[3]-TG Multi Timeframe Moving Average MT4 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站
图片[4]-TG Multi Timeframe Moving Average MT4 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站

© 版权声明
THE END
喜欢就支持一下吧
点赞44 分享
相关推荐