EA问题请教 新评论 ZGLPQR 2021.09.17 02:34 input int Signal_ThresholdOpen =10; // Signal threshold value to open [0...100] input int Signal_ThresholdClose=10; // Signal threshold value to close [0...100] input double Signal_PriceLevel =0.0; // Price level to execute a deal input double Signal_StopLevel =100.0; // Stop Loss level (in points) input double Signal_TakeLevel =300.0; // Take Profit level (in points) input int Signal_Expiration =4; // Expiration of pending orders (in bars) input int Signal_AMA_PeriodMA =10; // Adaptive Moving Average(10,...) Period of averaging input int Signal_AMA_PeriodFast=2; // Adaptive Moving Average(10,...) Period of fast EMA input int Signal_AMA_PeriodSlow=30; // Adaptive Moving Average(10,...) Period of slow EMA input int Signal_AMA_Shift =0; // Adaptive Moving Average(10,...) Time shift input ENUM_APPLIED_PRICE Signal_AMA_Applied =PRICE_CLOSE; // Adaptive Moving Average(10,...) Prices series input double Signal_AMA_Weight =1.0; // Adaptive Moving Average(10,...) Weight [0...1.0] //--- inputs for money input double Money_FixLot_Percent =10.0; // Percent input double Money_FixLot_Lots =0.1; // Fixed volume 以上是自己初学用mt5的ea向导做的ea部分代码。可是自己英语不好,代码又不太懂。哪位大神能帮忙解读一下么?谢谢。 KARAUL!!! HELP. 4 hours and 45 minutes to go!!! tester stopped because OnInit failed EA wont attach to live account 新评论 您错过了交易机会: 免费交易应用程序 8,000+信号可供复制 探索金融市场的经济新闻 注册 登录 拉丁字符(不带空格) 密码将被发送至该邮箱 发生错误 使用 Google 登录 您同意网站政策和使用条款 如果您没有帐号,请注册 可以使用cookies登录MQL5.com网站。 请在您的浏览器中启用必要的设置,否则您将无法登录。 忘记您的登录名/密码? 使用 Google 登录
input double Money_FixLot_Lots =0.1; // Fixed volume
以上是自己初学用mt5的ea向导做的ea部分代码。可是自己英语不好,代码又不太懂。哪位大神能帮忙解读一下么?谢谢。