首页
短网址 ea.dog
数据
集锦
交易员热榜
VIP
加密
休闲
✓
使用“Bing”搜索
✓
使用“Google”搜索
✓
使用“百度”搜索(推荐)
✓
使用“搜狗”搜索
✓
站内搜索
注册登陆
财经日历
市场快讯
实时波动
投机情绪
大盘云图
今日热点
世界时间
俄罗斯方块
五子棋
坦克大战
星际战争
更多
每日壁纸
运动下吧
坦克
外汇ea之家
»
节点
›
外汇指标区
›
mql4编程中文手册
›
加码手数写法
赞
评论
收藏
分享
加码手数写法
xuezhe
|
1022 人阅读
|
0 人评论
|
2018-07-08
double 报仇手数() {
double profit;
int count_24;
double PFmin;
int 低谷;
double PFmax;
int 巅峰;
double PFmaxPre;
int 前高;
double ld_8 = 1;
if (马丁 > 0.0 && AutoMM > 0.0) {
profit = 0;
count_24 = 0;
PFmin = 0;
低谷 = 0;
PFmax = 0;
巅峰 = 0;
for (int pos_64 = OrdersHistoryTotal() - 1; pos_64 >= 0; pos_64--) {
if (OrderSelect(pos_64, SELECT_BY_POS, MODE_HISTORY)) {
if (OrderSymbol() == Symbol() && OrderMagicNumber() == Magic) {
count_24++;
profit += OrderProfit();
if (profit > PFmax) {
PFmax = profit;
巅峰 = count_24;
}
if (profit < PFmin) {
PFmin = profit;
低谷 = count_24;
}
if (count_24 >= 恢复检查柱数) break;//100
}
}
}
if (巅峰 <= 低谷) ld_8 = MathPow(马丁, 低谷);//........低谷........巅峰.........
else //.......巅峰.........低谷.........
{
profit = PFmax;
count_24 = 巅峰;
PFmaxPre = PFmax;
前高 = 巅峰;
//....前高......巅峰.........低谷.........
for (pos_64 = OrdersHistoryTotal() - 巅峰 - 1; pos_64 >= 0; pos_64--)
{
if (OrderSelect(pos_64, SELECT_BY_POS, MODE_HISTORY)) {
if (OrderSymbol() == Symbol() && OrderMagicNumber() == Magic) {
if (count_24 >= 恢复检查柱数) break;
count_24++;
profit += OrderProfit();
if (profit < PFmaxPre) {
PFmaxPre = profit;
前高 = count_24;
}
}
}
}
if (前高 == 巅峰 || PFmaxPre == PFmax) ld_8 = MathPow(马丁, 低谷);
else
{ //10
if (MathAbs(PFmin - PFmax) / MathAbs(PFmaxPre - PFmax) >= (gd_324 + 100.0) / 100.0) ld_8 = MathPow(马丁, 低谷);
else ld_8 = MathPow(马丁, 前高);
}
}
}
for (double ld_ret_0 = MathMax(g_minlot_384, MathMin(g_maxlot_392, MathCeil(MathMin(AutoMM_Max, ld_8 * AutoMM) / 100.0 * AccountFreeMargin() / g_lotstep_400 / (g_lotsize_408 / 100)) * g_lotstep_400)); ld_ret_0 >= 2.0 * g_minlot_384 &&
1.05 * (ld_ret_0 * g_marginrequired_412) >= AccountFreeMargin(); ld_ret_0 -= g_minlot_384) {
}
return (ld_ret_0);
}
复制代码
""
打赏
还没有人打赏,支持一下
提升卡
置顶卡
沉默卡
喧嚣卡
变色卡
千斤顶
显身卡
高级模式
您需要登录后才可以回帖
登录
|
注册
QQ登录
微信登录
发表评论
EA之家评论守则
🔥外汇EA交易专用VPS!稳定护航
广告
VIP专享
更多
NO
1
XauHedge Algo Funding 黄金对冲ea
NO
2
Array4ex 不重绘交易系统
NO
3
会平仓的才是师傅,这个指标帮你抓住平仓时
NO
4
Magnus PRO 基于成交量,给出趋势交易信号
NO
5
7年心血亲情奉献!
NO
6
胜率80%的箭头指标
NO
7
Bonnitta EA非常先进的秘密交易算法
NO
8
红色蝴蝶
xuezhe
发表主题