呐喊 发表于 2011-12-4 06:35:58

第九讲:MT4帐户操作函数

第九讲:MT4帐户操作函数
订单类型:OrderSend()
OP_BUY - buying position,
OP_SELL - selling position,
OP_BUYLIMIT - buy limit pending position,
OP_BUYSTOP - buy stop pending position,
OP_SELLLIMIT - sell limit pending position,
OP_SELLSTOP - sell stop pending position.
入场出场类:
OrderSend()
OrderClose()
OrderDelete()
OrderCloseBy()
单子属性类:
OrderTicket()
OrderSYmble()
OrderLoss()
单子修改函数:
OrderModify()
订单操作的基本流程:
int ReturnHoldingOrderCnt()//判断仓位
{int j=0;
<font color=\"#000000\"><font face=\"Times New Roman\">
for(int i=0;i

xmuwqh 发表于 2012-11-22 00:05:51

嘿嘿

where 发表于 2012-11-22 00:05:51

厉害!强~~~~没的说了!

信和赢汇1 发表于 2012-11-22 00:05:51

围观来了哦

l26709020 发表于 2012-11-22 00:05:51

貌似我真的很笨????哎

路盲 发表于 2012-11-22 00:05:51

今天再看下

hvbib 发表于 2012-11-22 00:05:51

先看看怎么样!

lramr 发表于 2012-11-22 00:05:51

我有个群,大家一起来讨论EA.

gtymczrj 发表于 2015-2-13 05:42:53

nice!!!!!!!!!!!!

过河车方式 发表于 2015-2-14 02:33:13

研究研究
页: [1] 2
查看完整版本: 第九讲:MT4帐户操作函数