仕事が完了した

実行時間2 日
依頼者からのフィードバック
The job was completed fast and worked the way i asked for it to pulse a very nice person to work with so please choose him for the work you need.
開発者からのフィードバック
Very Good Customer, Nice to talk with him, Highly Recommended Cause he know what developer want... thanks again, A+++ Grade

指定

Hello, I would like to have an indicator made into an EA for MT4. The trades will be triggered when a green signal appears below the moving average for a sell and a buy when the red signals are above the moving average. see pic.

応答済み

1
開発者 1
評価
(167)
プロジェクト
192
11%
仲裁
37
38% / 35%
期限切れ
5
3%
仕事中
2
開発者 2
評価
(12)
プロジェクト
14
14%
仲裁
1
0% / 100%
期限切れ
3
21%
3
開発者 3
評価
(332)
プロジェクト
452
52%
仲裁
22
50% / 27%
期限切れ
5
1%
仕事中
4
開発者 4
評価
(293)
プロジェクト
368
21%
仲裁
43
58% / 23%
期限切れ
43
12%
仕事中
5
開発者 5
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
仕事中
6
開発者 6
評価
(152)
プロジェクト
212
22%
仲裁
14
57% / 21%
期限切れ
1
0%
多忙
7
開発者 7
評価
(23)
プロジェクト
29
14%
仲裁
3
0% / 67%
期限切れ
3
10%
仕事中
8
開発者 8
評価
(24)
プロジェクト
29
38%
仲裁
2
0% / 0%
期限切れ
2
7%
9
開発者 9
評価
(105)
プロジェクト
158
61%
仲裁
7
29% / 43%
期限切れ
21
13%
仕事中
10
開発者 10
評価
(546)
プロジェクト
1327
59%
仲裁
28
82% / 0%
期限切れ
10
1%
11
開発者 11
評価
(56)
プロジェクト
168
70%
仲裁
4
100% / 0%
期限切れ
1
1%
仕事中
12
開発者 12
評価
(121)
プロジェクト
159
49%
仲裁
15
53% / 27%
期限切れ
4
3%
13
開発者 13
評価
プロジェクト
2
0%
仲裁
0
期限切れ
0
14
開発者 14
評価
(4)
プロジェクト
6
0%
仲裁
5
0% / 80%
期限切れ
2
33%
15
開発者 15
評価
(285)
プロジェクト
426
63%
仲裁
5
40% / 0%
期限切れ
4
1%
仕事中
16
開発者 16
評価
(1)
プロジェクト
1
100%
仲裁
0
期限切れ
0
17
開発者 17
評価
(62)
プロジェクト
84
26%
仲裁
22
23% / 50%
期限切れ
23
27%
仕事中
18
開発者 18
評価
(264)
プロジェクト
538
50%
仲裁
55
40% / 36%
期限切れ
224
42%
仕事中
19
開発者 19
評価
(48)
プロジェクト
91
31%
仲裁
28
29% / 43%
期限切れ
42
46%
20
開発者 20
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
類似した注文
I have two not very sophisticated bots that need to be converted from python to MQL5. The bots are very similar, they use 99% of the same methodology, the only difference being that one is a trend-following bot, and the other is a mean reversion bot. I need the parameters to be at the top of the script so that they can be easily changed and optimised. The entire codebase is already done in python (sl,tp, trailing
Job Description: We are seeking an experienced EA programmer to create an EA that utilizes SnR + Trendlines + Multi timeframe confluence Project Requirements: - Support and Resistance, Open Close levels/kissing candles/Rejection block, Support broken becomes Resistance(SbR), Resistance broken becomes Support(RbS), Quasimodo Levels, Asian Range, London Killzone, London Open, New York Killzone, New York Open
Dears, i am looking for developer to make expert advisor in forex to me and i have a strategy , i need the ea to be customize and has some options to be changeable
Hello, I need a professional programmer to help me design an EA that can be able to take trades towards a market direction with accurate prediction. This EA should be able to identify the market trend direction and take multiple trades towards the direction and also able to close the trades together when market wants to reverse at the best profit level. The input at the beginning will be for the EA to be input with a
Hello, I have EA's which were previously developed that are not running correctly and giving errors. Need an experienced MQL developer to fix all issues as well as add some new settings. Thanks
MT5 hft bot 100 - 250 USD
HELLO I AM IN NEED OF HFT TRADING BOT FOR MT5 AND BEFORE WE PROCEEDS YOU MUST SHOW ME HOW YOUR BOT WORK OR SEND ME DEMO VERSION FIRST TO CHECK OUT YOUR BOT WORKING SYSTEM
I already have a Fibonacci based indicator which give precise entry as well as take profit and stop loss levels without repainting. I want to convert this to an EA so as to enable it pick trades automatically. Pay attention to the attached Images for entry and exit description. The EA will be protected with password or any other security protocols. THE EA OUTPUT will be in MQ4 & MQ5
// Define the properties input int ShortPeriod = 12; input int LongPeriod = 26; input double LotSize = 0.1; // OnTick function is called every time there is a price update void OnTick() { double shortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double longMA = iMA(NULL, 0, LongPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double prevShortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 1);
Necesito un bot decente para prueba de fondeo y también cuenta personal, scalp, no grid, no martingale, no practicas prohibidas, algo objetivo, confiable y rentable... 5 Min mínimos de duración por operación, algo ya hecho y bactesteado en cuenta real y de fondeo. Necesito algo agresivo, constante pero que no exponga el capital... prefiero una estrategia de smc
Profit EA 50+ USD
//+------------------------------------------------------------------+ //| SimpleEA.mq4 | //| Generated by MetaEditor | //| https://www.mql5.com/en/docs&nbsp ; | //+------------------------------------------------------------------+ #property strict // Input parameters input double LotSize = 0.1; // Lot size input int MovingAveragePeriod = 50; // MA

プロジェクト情報

予算
30+ USD
開発者用
27 USD
締め切り
最低 1 最高 2 日