작업 종료됨

실행 시간 2 일
고객의 피드백
Very good and patient developer, helped me through teamviewer.

명시

Need 3 EAs. It is one strategy but with small variations that is why it is 3, nothing complicated. 5 MA is simple moving average, 144 MA is weighted moving average. I need the EAs to have two options. EA should work on all currency, indices i.e SPX500 etc and commodities i.e. XAUSD etc. I have attached pngs, please take a look.

EA (A):

  1. First option: BUY when 5 MA crosses above 144 MA, SELL when 5 MA crosses below 144 MA (do not wait for close of candle) and close the trade when 5 MA crosses in opposite direction (no TP or SL)
  2. Second option: Have TP and SL parameter for close of trade

EA (B):

  1. First option: BUY when candle price crosses above 144 MA, SELL when candle price crosses below 144 MA (do not wait for close of candle) and close the trade when candle price crosses in opposite direction (no TP or SL)
  2. Second option: Have TP and SL parameter for close of trade

EA (C):

  1. First option: BUY when candle price closes above 144 MA, SELL when candle price closes below 144 MA (wait for close of candle) and close the trade when candle price closes in opposite direction (no TP or SL)
  2. Second option: Have TP and SL parameter for close of trade

IMPORTANT: This strategy is based on very fast execution so please, I only want developer that can code the EA with no lag.

Also SL and TP entry should not interrupt order execution because some brokers will have a too many requests error. Also please use the 5-digit system forex, do not use any other fancy digit system for determining the price!




파일:

PNG
Slide1.PNG
10.1 Kb
PNG
Slide2.PNG
330.3 Kb
PNG
Slide1.PNG
10.7 Kb
PNG
Slide2.PNG
306.4 Kb
PNG
Slide1.PNG
11.9 Kb
PNG
Slide2.PNG
330.7 Kb

응답함

1
개발자 1
등급
(636)
프로젝트
1007
47%
중재
33
36% / 36%
기한 초과
99
10%
작업중
게재됨: 6 코드
2
개발자 2
등급
(31)
프로젝트
42
26%
중재
10
20% / 50%
기한 초과
8
19%
무료
3
개발자 3
등급
(574)
프로젝트
945
47%
중재
309
58% / 27%
기한 초과
125
13%
무료
4
개발자 4
등급
(365)
프로젝트
412
36%
중재
35
26% / 57%
기한 초과
63
15%
무료
5
개발자 5
등급
(2675)
프로젝트
3414
68%
중재
77
48% / 14%
기한 초과
342
10%
무료
게재됨: 1 코드
6
개발자 6
등급
(252)
프로젝트
462
26%
중재
139
20% / 60%
기한 초과
100
22%
무료
7
개발자 7
등급
(2346)
프로젝트
2951
63%
중재
125
44% / 26%
기한 초과
429
15%
무료
8
개발자 8
등급
(5)
프로젝트
5
0%
중재
5
0% / 60%
기한 초과
2
40%
무료
9
개발자 9
등급
(6)
프로젝트
8
50%
중재
5
20% / 80%
기한 초과
2
25%
무료
10
개발자 10
등급
(145)
프로젝트
169
50%
중재
22
14% / 55%
기한 초과
22
13%
무료
11
개발자 11
등급
(33)
프로젝트
35
40%
중재
11
9% / 91%
기한 초과
4
11%
무료
게재됨: 4 코드
12
개발자 12
등급
(144)
프로젝트
285
42%
중재
19
63% / 5%
기한 초과
29
10%
무료
게재됨: 2 코드
13
개발자 13
등급
(589)
프로젝트
1070
50%
중재
39
28% / 41%
기한 초과
49
5%
무료
게재됨: 1 기고글, 8 코드
비슷한 주문
EA FOREX 30 - 500 USD
Je cherche un développeur pour créer un robot de trading multi pair Forex, par multi pair j’entends un graphique pour plusieurs pair de façon autonome sans grid ou très légères pour un bon rendement mensuel safe et rentable n’hésitez pas à revenir vers moi
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
1. Title Development of a Custom MQL5 Expert Advisor for XAUUSD (MetaTrader 5) 2. Requirements Specification Overview: I am looking for an experienced MQL5 developer to build a robust, fully custom Expert Advisor (EA) for MetaTrader 5 tailored for trading Gold (XAUUSD). Core Specifications & Features: Asset & Timeframe: Designed specifically for XAUUSD. Timeframe should be selectable directly from the EA inputs
Cerco uno sviluppatore MQL5 esperto per sviluppare da zero un Expert Advisor completamente nuovo per XAUUSD su MT5. Non desidero un semplice Expert Advisor basato su indicatori fissi. Desidero un sistema di trading dinamico e adattivo, in grado di adattare il proprio comportamento alle mutevoli condizioni di mercato di XAUUSD. Lo sviluppatore dovrebbe essere libero di combinare qualsiasi tecnica ritenuta opportuna
I am looking for a Senior MQL5 Developer to create a new MetaTrader 5 Expert Advisor from scratch. I will provide a complete Requirements Specification containing objective entry, exit and risk-management rules. This is not a request to copy or decompile an existing product. Project requirements: Clean and modular MQL5 source code. Exact implementation of the supplied strategy. One signal evaluation per configured
I need a robust optimization of my MT5 EA, mainly for XAUUSD (Gold). Please optimize the existing adjustable parameters such as entry/exit settings, SL/TP, trailing/break-even settings, and any other strategy parameters that are appropriate. I want the optimization focused on stable profitability, low/moderate drawdown, and robustness rather than simply the highest possible profit. Please use out-of-sample testing
Composite robot 30 - 200 USD
Title: Multi-Timeframe Pure Price Action & Elliott Wave Execution Bot for XAUUSD 1. Project Overview I need a robust, automated trading bot (Expert Advisor) for MetaTrader 5 (MT5) to trade XAUUSD (Gold) exclusively. The strategy is built entirely on Top-Down Multi-Timeframe (MTF) market structure, pure price action, and Elliott Wave principles. It does not use traditional lagging technical indicators (like RSI or
NinjaTrader 8 / NinjaScript Phase 1 build: convert an existing Auction Market Theory (AMT) strategy into objective, alert-only decision-support logic. Not a bot, no auto-execution — trades stay manual. Covers NQ/MNQ, ES, CL, MGC using 30-min TPO/Volume Profile context with 5-min confirmation: one 5-min close outside VAH/VAL = acceptance, close back inside = rejection. Dashboard shows bias, auction state, location
Hi i need help to connect my chat gtp with ninja trader I have all tools. Just need supervision and seeking a professional who can do that for me. This the bridge extension https://crosstrade.io/blog/chatgpt-to-ninjatrader-mcp-walkthrough
MT5 EA DEVELOPMENT SPECIFICATION CHANNEL + RSI REVERSAL STRATEGY I need a professional MetaTrader 5 Expert Advisor based on the following exact strategy. 1. Core Strategy The EA must automatically identify a valid price channel using confirmed swing highs and swing lows. The strategy trades reversals from the channel extremes: SELL: Upper channel + RSI above 70 + bearish rejection. BUY: Lower channel + RSI below 40 +

프로젝트 정보

예산
60+ USD
기한
 10 일