); double pos_open = mc_position.PriceOpen(); double pos_stop = mc_position.StopLoss(); double pos_profit = mc_position.Profit(); double pos_swap = mc_position.Swap(); double pos_comm = mc_position.Commission(); double netp=pos_profit+pos_swap+pos_co...
double pos_open = mc_position.PriceOpen(); double pos_stop = mc_position.StopLoss(); double pos_profit = mc_position.Profit(); double pos_swap = mc_position.Swap(); double pos_comm = mc_position.Commission(); double netp=pos_profit+pos_swap+pos_comm; double modstart=mc_symbol.Norm...
Profit(void); bool ManualCloseAllProfit(void); //-- int PairsIdxArray(const string symbol); int ValidatePairs(const string symbol); int TFIndexArray(ENUM_TIMEFRAMES TF); int GetOpenPosition(const string symbol); int GetCloseInWeakSignal(const string symbol,int exis); //-- string getUninit...
DoublepropertiesofanopenpositionBuy#2807075208: Volume:1.00 Priceopen:1.10516 StopLoss:0.00000 TakeProfit:0.00000 Pricecurrent:1.10518 Swap:0.00 Profit:2.00USD */ } //+---+ //| 在日志中显示选定仓位的实数属性 | //+---+ voidPositionPropertiesDoublePrint(constuintheader...
MQL5 中文手册 老易 yiwence@ 2010/12/11 目录 1 语言基础14 1.1 语法14 1.1.1 注释15 1.1.2 标识符15 1.1.3 关键词15 1.2 数据类型16 1.2.1 整型数据17 1.2.2 字符型,短整型,整型和长整型18 1.2.3 字符常量20 1.2.4 日期时间型23 1.2.5 颜色型24 1.2.6 布尔类型25 1.2.7 枚举类型25 1.2....
MQL5关键知识点总结(七)薛辉原创(仅在豆丁网发布,严禁转载)知识点颜色说明:01、不同字体表示一般级别的知识点。02、加黑字条表示中等级别的知识点。03、红色字体表..
SetDouble设置双精度型指标行属性值自定义指标PlotIndexSetInteger设置整型指标行属性值自定义指标PlotIndexSetString设置字符串指标行属性值自定义指标Point返回报价货币当前交易品种的点大小检测PositionGetDouble返回持仓要求属性(双精度)交易函数PositionGetInteger返回持仓要求属性(日期时间或者整型)交易函数PositionGetString返回...
MQL5跨平台专家交易系统订单管理器(电子书版)
MQL5跨平台专家交易系统订单管理器(电子书版)
参考 OrderSend 函数 (mql4, mql5), 如在两个平台的文档中所示: (MQL4) int OrderSend ( string symbol, // 品种 int cmd, // 操作 double volume, // 交易量 double price, // 价位 int slippage, // 滑点 double stoploss, // 止损 double takeprofit, // 止盈 string comment NULL, // 注释...