I want to make a Simple Martingale EA

工作已完成

执行时间12 天
员工反馈
Good communication, detail description. Thank you for the job!
客户反馈
He is very Patient, Skilled & Disciplined.. I will recommend him anytime & I will hire him again ea very soon.. Thank you very much for understanding my situations donald, and being patient with me..

指定

Specification


Hello,

I want to make a Simple Martingale EA:

1) Start initial trade instantly as soon as the EA is attached.

2) Direction: SELL / BUY / RANDOM / HEDGE.
NOTE: When Hedge is selected, The EA should take both BUY and SELL orders at the same time, and keep on adding levels of trades with multiplier, in whichever direction it goes negative.

3) Initial Lots: Example: 0.01

4) Distance: ATR with Multiplier / Manual

5) ATR Multiplier: Example: 2.0

6) Trade Multiplier: Example: 1.5

7) New Level: After Candle close / As soon as the price reaches the specified distance.

8) Max Levels: Example: 10

9) Each Level: Multiple 0.01 / Single Trade
NOTE: The EA should add multiples of 0.01 at each level.
For this Example, the Trade Multiplier is 2, and initial lot is 0.01.
1st Trade: it should add 1 trade of 0.01.
2nd Trade: it should not directly place 0.02, rather it should add 2 trades of 0.01 each.
3rd Trade: it should not directly place 0.04, rather it should add 4 trades of 0.01 each.
4th Trade: it should not directly place 0.08, rather it should add 8 trades of 0.01 each.
And so on..

Also, I don't want any stop loss or take profit criteria, I'm going to manage the exits externally.

***MOST IMPORTANT FACTOR:***
Sometimes, I might close some positive or negative trades individually, even so I want the EA to look for the lot size of the nearest open trade and add the new trade with the multiplier.
For Example:
I might have 5 levels of trades added:
1st Trade: 0.01 x 1 Trade
2nd Trade: 0.01 x 2 Trades
3rd Trade: 0.01 x 4 Trades
4th Trade: 0.01 x 8 Trades
5th Trade: 0.01 x 16 Trades
Now, If I manually close 4th and 5th level Trades (Partially or Fully), then it should add trades starting from 4 Trade level now, as level 3 is the nearest open trade.

I want this job to be completed by this weekend itself.
I want 1 week of testing time, before releasing the payment, as there could be reworks.

Finally, I understand that it is a small job, but I would appreciate it, if we can get on call to discuss this properly.

Regards,
JOHN.

反馈

1
开发者 1
等级
(636)
项目
1006
47%
仲裁
33
36% / 36%
逾期
99
10%
工作中
发布者: 6 代码
2
开发者 2
等级
(169)
项目
204
30%
仲裁
25
40% / 44%
逾期
12
6%
空闲
3
开发者 3
等级
(130)
项目
184
32%
仲裁
18
28% / 67%
逾期
27
15%
空闲
发布者: 1 代码
4
开发者 4
等级
(772)
项目
1039
44%
仲裁
50
8% / 50%
逾期
116
11%
空闲
5
开发者 5
等级
(221)
项目
369
66%
仲裁
10
50% / 0%
逾期
46
12%
空闲
6
开发者 6
等级
(412)
项目
543
75%
仲裁
9
44% / 0%
逾期
24
4%
空闲
7
开发者 7
等级
(217)
项目
369
33%
仲裁
34
41% / 29%
逾期
108
29%
空闲
发布者: 1 代码
8
开发者 8
等级
(19)
项目
35
26%
仲裁
10
30% / 70%
逾期
5
14%
空闲
9
开发者 9
等级
(271)
项目
553
50%
仲裁
57
40% / 37%
逾期
227
41%
工作中
10
开发者 10
等级
(1931)
项目
3552
88%
仲裁
73
40% / 15%
逾期
268
8%
空闲
11
开发者 11
等级
(26)
项目
34
26%
仲裁
7
14% / 43%
逾期
7
21%
空闲
12
开发者 12
等级
(69)
项目
146
34%
仲裁
13
8% / 62%
逾期
26
18%
空闲
发布者: 6 代码
13
开发者 13
等级
(1)
项目
1
0%
仲裁
0
逾期
0
空闲
14
开发者 14
等级
(3)
项目
2
0%
仲裁
7
0% / 86%
逾期
0
空闲
相似订单
i need someone that can make me an EA really easy with the martingala system?, I am looking for something that doesn't exceed 5 trades for the martingale, I think I did it, but it only works for propfirms, So i need to develop it on ninja trader I have identified a very very simple strategy but it only works on propfirms, with only two propfirm accounts, i absolutely need account A and account, And they have to open
Hello, I want a simple bot for NinjaTrader8. I need a bot that operates automatically on Nasdaq (NQ/MNQ). Requirements: open buys and sells following a simple trend strategy, configurable stop loss and take profit, risk per trade of 1 to 2% of capital, if it loses 3% in a day, stop trading until the next day. Compatible with backtesting, delivery of the source code and the working bot in NinjaTrader 8. My initial
{ "strategy_name": "M5 EMA Scalper", "timeframe": "M5", "indicators": { "ema_fast": 20, "ema_slow": 50, "rsi": 14, "atr": 14 }, "entry_rules": { "buy": [ "EMA20 > EMA50", "Price closes above EMA20", "RSI > 55" ], "sell": [ "EMA20 < EMA50", "Price closes below EMA20", "RSI < 45" ] }, "risk_management": { "risk_per_trade": 1.0, "stop_loss_atr": 1.5, "take_profit_rr": 2.0
I have a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5 designed primarily for US30 (Dow Jones Index) . The EA performs consistently and profitably on demo accounts, but when I run it on an IC Markets Raw or Standard live account, it starts generating losses under what appear to be the same trading conditions. At this time, I cannot provide the source code (.mq4/.mq5). I can only provide the
I am looking for an experienced MQL5 developer to build a high-frequency (HFT) latency arbitrage Expert Advisor for Pepperstone MT5 , using LMAX as the leading price feed. The initial focus will be on US30 (Dow Jones) , and if the strategy proves successful, I want the EA to be easily expandable to additional symbols such as NAS100, GER40, XAUUSD, major forex pairs, and other supported instruments. The EA should
I am looking for an experienced MQL5 or MQL4 developer with a strong understanding of high-frequency trading (HFT) concepts who can explain how certain HFT-style strategies have historically been able to pass proprietary firm evaluations while also being profitable on demo accounts and capable of transitioning successfully to live trading. I am interested in understanding the legitimate trading logic, execution
Pine Script Integration Request (Experienced Coders Only) I am looking for a highly experienced Pine Script developer to integrate a Demand & Supply Zone module into my existing indicator. Requirements Keep my current indicator (Rudy) exactly as it is. Do NOT modify, remove, or alter any existing logic, calculations, signals, alerts, or visual elements. Add only the Demand & Supply Zone boxes from a second Pine

项目信息

预算
30 - 50 USD
截止日期
 3 天