Who can develop An expert advisor based on my ema trading system

指定

I want to a developer that can develop an ea for me based on my exponential moving average trading system.

The ea will enter a trade at the crossing of the ema lines and hold trade untill ema crosses again signifying change of trend,it will then close trade and immediately enter another trade the opposite direction.

it should work on all pairs and all timeframes.

It should be able to determine lot size (auto) by dividing balance by 10000 (on a standard account) and rounding up to the closest 2 decimal point and on cent accounts, it will determine lot size (auto) by dividing balance by 1000 and rounding up to the nearest 2 decimal point. eg, an account with $150 on a standard account, that will be 150/10,000 which gives us 0.015 and that is 0.02 lot size when rounded up to 2 decimal plACES. User should also be able to input lot size manually if he wants.

There is no provision for stop loss figures, it closses trade automatically even if its going against it once ema crosses .

eg. it enters eur usd sell (short) as exponential moving average 5 and 8 crosses 13 from up downwards at price 1.25555, it will hold trade until ema 5 and 8 cross 13 from down upwards at price 1.25445 for 10 pips or 100 points.

It immediately closes the short trade at 1.25445 and immediately puts a long (buy) at price 1.25445.

You will develop a copy that works only on demo, as well as a copy that works on live account but the live account will also have provision for user to input if the account is standard or a cent account.

I will test the demo account and be sure its in good working condition before payment



応答済み

1
開発者 1
評価
(414)
プロジェクト
670
33%
仲裁
60
17% / 32%
期限切れ
113
17%
仕事中
2
開発者 2
評価
(229)
プロジェクト
339
49%
仲裁
21
5% / 33%
期限切れ
24
7%
3
開発者 3
評価
(185)
プロジェクト
327
32%
仲裁
33
42% / 27%
期限切れ
98
30%
仕事中
4
開発者 4
評価
(365)
プロジェクト
412
36%
仲裁
35
26% / 57%
期限切れ
63
15%
5
開発者 5
評価
(2)
プロジェクト
2
0%
仲裁
2
0% / 100%
期限切れ
1
50%
6
開発者 6
評価
(221)
プロジェクト
369
66%
仲裁
10
50% / 0%
期限切れ
46
12%
7
開発者 7
評価
(647)
プロジェクト
1295
67%
仲裁
84
26% / 49%
期限切れ
338
26%
8
開発者 8
評価
(114)
プロジェクト
154
47%
仲裁
2
0% / 50%
期限切れ
4
3%
9
開発者 9
評価
(339)
プロジェクト
809
73%
仲裁
30
33% / 37%
期限切れ
194
24%
10
開発者 10
評価
(88)
プロジェクト
143
39%
仲裁
21
19% / 48%
期限切れ
30
21%
11
開発者 11
評価
(769)
プロジェクト
1033
44%
仲裁
50
8% / 50%
期限切れ
117
11%
12
開発者 12
評価
(2442)
プロジェクト
3079
66%
仲裁
77
48% / 14%
期限切れ
340
11%
13
開発者 13
評価
(277)
プロジェクト
334
55%
仲裁
14
36% / 29%
期限切れ
1
0%
14
開発者 14
評価
(356)
プロジェクト
632
26%
仲裁
89
73% / 13%
期限切れ
12
2%
15
開発者 15
評価
(142)
プロジェクト
280
42%
仲裁
18
61% / 6%
期限切れ
29
10%
16
開発者 16
評価
(2)
プロジェクト
3
0%
仲裁
0
期限切れ
0
17
開発者 17
評価
(558)
プロジェクト
1344
59%
仲裁
28
82% / 0%
期限切れ
10
1%
18
開発者 18
評価
(66)
プロジェクト
143
34%
仲裁
10
10% / 60%
期限切れ
26
18%
19
開発者 19
評価
(564)
プロジェクト
933
47%
仲裁
302
59% / 25%
期限切れ
125
13%
取り込み中
20
開発者 20
評価
(491)
プロジェクト
1017
58%
仲裁
29
28% / 24%
期限切れ
132
13%
21
開発者 21
評価
(586)
プロジェクト
1048
49%
仲裁
39
28% / 41%
期限切れ
49
5%
仕事中
類似した注文
I am looking for help to code an Expert Advisor (EA) for MetaTrader 4 (MT4). The EA should automate trading based on specific strategies and market conditions. I'm familiar with the basics of MQL4 but need assistance with more advanced features, like managing multiple indicators, optimizing risk management, and implementing trailing stops. I aim to create a reliable, efficient EA that can monitor the market and
I’m looking to turn into code. Trading Instrument - Crude Oil Futures (CL) Chart and Timeframe - 30-second chart Entry Setup 1. Time Focus on the first 30-second candle after 11:00:00 AM New York time. (11:00:00 candle) 2. Candle Size Limit : Skip the trade if the first candle is greater than 10 points. 3. Entry Orders - Place stop orders at the high and low of the first 30-second candle after 11:00:00. - Long Entry
EA gold HB king5 100+ USD
// เริ่มต้นโปรแกรม EA input double LotSize = 0.1; // ขนาดของล็อต input double TakeProfit = 50; // จุดกำไร input double StopLoss = 50; // จุดขาดทุน // ฟังก์ชันที่เรียกเมื่อมีการสั่งซื้อ void OnTick() { double MA = iMA(NULL, 0, 14, 0, MODE_SMA, PRICE_CLOSE, 0); // Simple Moving Average (SMA) 14 double Price = Bid; if(Price > MA) // เงื่อนไขสำหรับการซื้อ { if(OrderSelect(0, SELECT_BY_POS) == false) //
I’m looking to turn into code. Trading Instrument - Crude Oil Futures (CL) Chart and Timeframe - 30-second chart Entry Setup 1. Time Focus on the first 30-second candle after 11:00:00 AM New York time. (11:00:00 candle) 2. Candle Size Limit : Skip the trade if the first candle is greater than 10 points. 3. Entry Orders - Place stop orders at the high and low of the first 30-second candle after 11:00:00. - Long Entry
I want a bot that take trade from any arrow indicator with buffer value. Pls the bot even have 5 indicator filter to filter trade independent of the time frame of the bot
hello there I need a copy trade for mt4 can ANYONE help me with and let discuss on how to go about it kindly send me message to signify and let discuss mind you i need this urgently let connect to discuss and conclude
I would like the better volume indicator 1.6 in a scanner format. Scanning multiple timeframe and pairs of which can be picked. Would like it to provide all standard notifications and also if pressed to go to the a template timeframe and pair. *To be placed in a table format as the one added. To be able to add which time frame you want to see. *To advise me of the following Climax High - turn the text green High
i have a JavaScript of a code which is a indicator of trading view, i want to convert into python script and make a mql5 automated trading bot which can take automatic trade and also exit when the signals come by the indicator
I need to build EA MT4 that able to connect as copy trading between demo account to real account with partial of positions not all Example: If the demo account open position so the real account will be opened same position with ability to place different volume size based on real account equity and demo equity, and ability to choose which position should be copied, position one, two, three, four, five, six, seven
I would like an existing, older MT4 EA I had developed converted into an MT5 EA and debugged where necessary. The EA is attached and should be fairly self-explanatory. It is a breakout order entry EA with customisable parameters

プロジェクト情報

予算
30 - 50 USD
開発者用
27 - 45 USD
締め切り
最高 5 日