Mql5官网 Survive 外汇EA

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

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

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

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

有需要,请联系站长!

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

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

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

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


Survive expert advisor.
Trading algorithm developed based on the combination of MACD and RSI indicators. Only one buy/sell order is executed. No martingales or other recovery techniques. In case of loss the system automatically closes the order if no stop loss is set based on the parameters entered. The system is suitable for all currencies. basic settings for usd/jpy currencies H1 Timeframe.
//————————declaration of variables———————— ——
MagicNumber ; // Magic Number id StopLoss ; // stop loss in pips TakeProfit; //take profit in pips PeriodSMA; // period of SMA TimeFrameSMA; // timeframe Distance_SMA; // distance of main moving average ShiftSMA; // shift of bars Period_MA_1; // Period of MA 1 TimeFrameEMA1; // Timeframe of Exponential Moving average ShiftEMA1; // shift of bars Period_MA_2; // Period of MA 2 TimeFrameEMA2; //Timeframe of Exponential Moving average ShiftEMA2; // shift of bars Distance_MA_1_2; // Distance between MAs             —- Money Management —-
Lots; // Strictly set amount of lots TrailingStop; //trilling stop start TrailingStep; // trailing stop startt   Autolot ; // enable autolot system AutolotRisk; // Percent of free margin (%) RsiTimeFrame ; // Timeframe of RSI RSIPreviousShift; // previous shift bar RsiValueMax; // max value for exit trade RsiValueMin;//min value for exit late MACDOpenLevel; // MACD open trade level MACDCloseLevel; // MACD close trade level; MACDTimeFrame ; // Time Frame for MACD indicator

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