Mql5官网 Envelopes System 外汇EA

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

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

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

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

有需要,请联系站长!

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

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

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

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



The Simple Envelopes forex trading strategy combines the popular envelopes indicator and two others(ATR, Trend indicator) to look for trade entry  in the direction of the major trend.

What are Moving Average Envelopes?

A moving average envelope consists of a  moving average and two other lines.

One line is above the moving average and the other line is below the moving average.

Together, these two lines form an upper and lower envelope.

Entry example: 

Upper Envelope: 14-day SMA + (14-day SMA 0 0.01)+ pips_set = open short position (TF=H1)

Lower Envelope: 14-day SMA – (14-day SMA 0.01) – pips_set = open long position (TF=H1)

Input Parameters:

input string          comment="Envelopes System";//Comment   
extern int            spread=5;//Max Spread 
input int             slippage=1;//Slippage
input int             MagicNumber=1;//Magic Number                                               
input ENUM_START      Start=3;
input string          a2a=" ";//--------> STRATEGIES <---------------------------------------
input ENUM_TIMEFRAMES TimeFrames=PERIOD_H1;//Time Frames
input int             period_env=14;//Period
input ENUM_MA_METHOD  method=MODE_SMA;//MA method
input double          deviation=0.1;//Deviation
input double          pips_set=2;//PipsSet
input string          a3=" ";//--------> FILTER <--------------------------------------- 
input ushort          atr1=200;//Max ATR (Open position if iATR(1440) < Max ATR)
input ushort          atr_n_open=8;//Min ATR (H1)
input string          a4=" ";//--------> TREND <--------------------------------------- 
extern ushort         period_trend=230;//Trend in pips. 0=Off 
input string          a5=" ";//--------> MAIN <--------------------------------------- 
input ushort          SL=400;//Stop Loss
input ushort          min_tp=15;//Min Take Profit (first position)
input ushort          max_tp=30;//Max Take Profit (first position)
extern ushort         max_grid_tp=150;//Max Grid Profit (0=off) 
extern double         tp_chart=7;//Take Profit 
input ushort          max_next_tp=40;//Max Take Profit (next positions)
input bool            swap_true=true;//TP+Swap+
input string          a6=" ";//--------> MM <---------------------------------------
extern double         Lots=0.01;//Lots
extern double         MaxLots=2;//Max Lots
input double          power=13.0;//Power
input string          a7=" ";//--------> GRID MANAGMENT <--------------------------------------- 
extern ushort         PipsStep=26;//Min PipsStep for grid
extern int            MaxTrades=12;//MaxTrades

图片[1]-Mql5官网 Envelopes System 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站
图片[2]-Mql5官网 Envelopes System 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站
图片[3]-Mql5官网 Envelopes System 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站
图片[4]-Mql5官网 Envelopes System 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站
图片[5]-Mql5官网 Envelopes System 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站
图片[6]-Mql5官网 Envelopes System 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站

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