EA根据斐波那契与RSI信号进行自动交易。黄金分割和RSI指标进行自动交易,带移动止盈止损,图表带阻力位线图。建议模拟盘测试一下
参数:
extern double StopLoss = 200;
extern double TakeProfit = 210;
extern double TrailingStop = 200;
extern double Lots = 0.10;
extern double ProfitShield = 7;
extern int TimeZone=0;
extern color clOpenBuy = Blue;
extern color clCloseBuy = Aqua;
extern color clOpenSell = Red;
extern color clCloseSell = Violet;
extern color clModiBuy = Blue;
extern color clModiSell = Red;
extern string Name_Expert = "FPR ea";
extern int Slippage = 4;
extern bool UseSound = False;
extern string NameFileSound = "alert.wav";
【下载必读】如何下载本站资源:
*本站资源全部免费下载,请加QQ群:1128719745,验证消息【EAMT】,通过后在【群文件】搜索名称下载!群内禁发广告,每个QQ仅1次申请资格,请珍惜!
*群内资源采用最新的压缩方式,双击直接解压,解压缩时请关闭杀毒软件或允许。无毒请放心使用!