📝 产品详情
Survive
| 作者 | Fabrizio Pierantoni |
| 版本 | v17 |
| 激活数 | 5 |
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
安全须知
本产品仅通过 MQL5.com 官方渠道获取。其他渠道版本可能缺少完整功能和技术支持。
EA 配置
| 交易品种 | XAUUSD |
| 时间框架 | H1 (推荐) |
| 推荐经纪商 | IC Markets, IC Trading |
| 最低存款 | $300 / 0.01手 |
📸 截图预览