ONE ORDER MARTINGAL

MQL4 专家

工作已完成

执行时间1 一小时
客户反馈
SUPER FAST AND EASY COMMUNICATION! AWESOME CODING-SKILLS! WILL COME BACK...
员工反馈
Very excellent customer!!!

指定

hello! :)

here my new ea...






one order martingal:

1) open one order with tp and sl at opening price of a new candle (0.01 lot)

2) wait; if tp open next order (0.01 lot)

3) if sl increase lot for next orders till profit





important:

- add "object delete all" for faster backtesting
- add 3 modes "type-order"; use buy and sell alternating; use only buy-order; use only sell-order
- add trailing-stop





parameters:

start_lot = 0.01; (this is the first lot)
inc_lot = 0.01; (martingal lot; add 0.01 + 0.01...)
max_lot = 1.00; (limit lots for account-protection)

tp = 500;
sl = 500;

trailing = true; (on/off)
trailing-start = 50;
trailing-stop = 50;
trailing-step = 50;

mn = 123;





ps:

add a little display that shows account balance; equity and maximum lot-size ever used



questions?





kindly
niklas

反馈

1
开发者 1
等级
(2644)
项目
3360
68%
仲裁
77
48% / 14%
逾期
342
10%
空闲
发布者: 1 代码
2
开发者 2
等级
(414)
项目
478
40%
仲裁
7
43% / 29%
逾期
16
3%
空闲
3
开发者 3
等级
(229)
项目
339
49%
仲裁
21
5% / 33%
逾期
24
7%
空闲

项目信息

预算
30 - 40 USD
截止日期
 1  2 天