帮忙翻译一下 这个EA怎么读
感谢 帮忙翻译一下这个EA参数的 标题input string T0 = "== Trade Setup =="; // == Trade Setup安排交易 ==
input ModeCalcLots modeCalcLots = FixLots; // Mode to Calc Lots:
input double userMoney = 10; // Setup Lots by "Money":
input double userBalancePer = 0.1; // Setup Lots by "Account Percent":按“帐户百分比”设置批量
input double userLots = 0.01; // Setup Lots by "User Lots":
input string T01 = "- Take Profit -"; // Setup Hard Take Profit以利润为例
input ModeLevels modeTP = FixPips; // Mode Take Profit:
input int userTPpips = 20; // Pips TP
input double userTPmoney = 15; // Money TP
input string T02 = "- Stop Loss -"; // Setup hard Stop Loss
input ModeLevels modeSL = FixPips; // Mode Stop Loss:
input int userSLpips = 20; // Pips SL
input double userSLmoney = 15; // Money SL
input string TtpOptions = "== Close All Options ==";// == Close All Options ==
input bool closeAllControlON = false; // Close All Control ON:
input CloseAllMode closeBy = CloseByMoney; // Close All Mode:
input double closeAllMoney = 100; // Close by Money $:
input double closeAllMoneyLoss = -100; // Close by Money Lossing $:
input double accountPerWin = 1; // Account Percent Win
input double accountPerLos = -1; // Account Percent Loss
input bool closeAllInOpositeSignal = false; // CLose All In Oposite Signal
input string tTailingStop = "== TailingStop Setup ==";// == TailingStop Setup ==
input bool TslON = false; // TSL ON:
TSLMode userTslMode = byPips; // TSL Mode:
input string tTslBypips = "-- TSL By Pips Setup --";// -- TSL By Pips Setup --
input int userTslInitialStep = 1; // TSL Initial Step:
input int userTslStep = 1; // TSL Step:
input int userTslDistance = 20; // TSL Distance:
input string tGrid = "== Grid Setup =="; // == Grid Setup ==
input bool GridON = false; // Use Grid:
input int GridUser_maxCount = 5; // Max attempts:
input double GridUser_maxLot = 10; // Max lot value:
input double GridUser_multiplier = 1.5; // Multiplier:
input int GridUser_gap = 30; // Gap betwen orders (pips):
input string fast_Iema = "== High MA Setup =="; // == High MA Setup ==
input int fast_maPeriod = 50; // Period
int fast_maShift = 0; // Ma Shift
input ENUM_MA_METHOD fast_maMethod = MODE_EMA; // Method
input ENUM_APPLIED_PRICE fast_maAppliedPrice = PRICE_HIGH; // Applied Price
input string slow_Iema = "== Low MA Setup =="; // == Low MA Setup ==
input int slow_maPeriod = 50; // Period
int slow_maShift = 0; // Ma Shift
input ENUM_MA_METHOD slow_maMethod = MODE_EMA; // Method
input ENUM_APPLIED_PRICE slow_maAppliedPrice = PRICE_LOW; // Applied Price
input string T1 = "== Timer =="; // Timer
input string timeStart = "00:00:00"; // Time Start GMT
input string timeEnd = "23:59:59"; // Time End GMT
input string TZ = "== Notifications ==";// Notifications
input bool notifications = false; // Notifications
input bool desktop_notifications = false; // Desktop MT4 Notifications
input bool email_notifications = false; // Email Notifications
input bool push_notifications = false; // Push Mobile Notifications
input int magico = 2; // Magic Number:
帮忙 中文注释一下 对于经常用ea的人来说,这些英文单词很常见了吧,你可以结合百度翻译或者Google翻译,一查就知道什么意思了 {:1_194:}
页:
[1]