An expert advisor based on moving average and some recovery strategy

工作已完成

执行时间35 天
员工反馈
Great to work with him, professional and helpful.
客户反馈
This guy is an excellent programmer. very patient and understanding. Even though it takes time to deliver but it does with perfection. i recommend him to anyone who wants neat work.

指定

Here’s a concise programmer-friendly summary of the strategy logic:


📘 EMA100 > SMA200 Martingale Strategy Summary

🔁 Trend Filter

  • Only trade if: EMA(100) > SMA(200)

  • Pause trading if: EMA(100) < SMA(200)

    • Let existing trades close via TP, TSL, or retracement.

    • Wait until EMA(100) crosses back above SMA(200) before resuming.


Entry Condition

  • On crossover ( EMA100 crosses above SMA200 ), wait for confirmation distance D .

  • Then open a Sell trade using InitialLotSize .


🔻 Sell Trade Logic

  • If TP is hit:
    → Open a new Sell with InitialLotSize .

  • If profit retraces by M pips:
    → Close Sell, open Buy with same lot size.

  • If TSL is hit:
    → Close Sell, open Buy with:
    LotSize = LastLot × MartingaleMultiplier (1.7 for trades 1–8, 1.5 for trades 9–12)

  • At trade #12 + TSL hit:
    Reset to Level 1 using InitialLotSize .


🔺 Buy Trade Logic

  • Only allowed when EMA100 > SMA200 .

  • If TP is hit:
    → Re-enter Sell with InitialLotSize .

  • If profit retraces by M pips:
    → Close Buy, open Sell with same lot size.

  • If TSL is hit:
    → Close Buy, open Sell with:
    LotSize = LastLot × MartingaleMultiplier


🔁 Post-Reentry After EMA > SMA Again

  • Wait for confirmation distance D after EMA crosses back above SMA.

  • Depending on how the last trade closed:

    • TP: Sell with InitialLotSize

    • Retracement: Buy with same lot size

    • TSL: Buy with LastLot × MartingaleMultiplier


⚙️ Input Parameters

InitialLotSize ConfirmationDistance TakeProfit BuySL, SellSL PnLRetracement (M) MartingaleMultiplier1 (1.7) MartingaleMultiplier2 (1.5) TrailingStopSell, TrailingStepSell TrailingStopBuy, TrailingStepBuy


📌 Notes

  • Only 1 open trade at a time

  • TP/TSL settings differ for Buy/Sell

  • Strategy resets after 12 losing trades

  • Trade direction after loss depends on exit type

  • anytime trade hit sl or TSL, we increase lotsize by multiplier




反馈

1
开发者 1
等级
(51)
项目
69
35%
仲裁
4
25% / 75%
逾期
0
空闲
2
开发者 2
等级
(627)
项目
987
47%
仲裁
33
36% / 36%
逾期
98
10%
已载入
发布者: 6 代码
3
开发者 3
等级
(378)
项目
485
24%
仲裁
59
54% / 25%
逾期
55
11%
已载入
4
开发者 4
等级
(15)
项目
19
16%
仲裁
5
40% / 40%
逾期
0
空闲
5
开发者 5
等级
(60)
项目
87
29%
仲裁
24
13% / 58%
逾期
7
8%
工作中
6
开发者 6
等级
(273)
项目
401
27%
仲裁
40
40% / 50%
逾期
1
0%
空闲
7
开发者 7
等级
(161)
项目
286
35%
仲裁
18
22% / 61%
逾期
42
15%
工作中
8
开发者 8
等级
(33)
项目
35
20%
仲裁
5
40% / 40%
逾期
0
空闲
发布者: 1 代码
9
开发者 9
等级
项目
0
0%
仲裁
1
0% / 0%
逾期
0
工作中
10
开发者 10
等级
(271)
项目
553
50%
仲裁
57
40% / 37%
逾期
227
41%
工作中
11
开发者 11
等级
(7)
项目
6
33%
仲裁
7
0% / 71%
逾期
0
空闲
12
开发者 12
等级
(4)
项目
6
33%
仲裁
7
14% / 57%
逾期
1
17%
空闲
13
开发者 13
等级
项目
1
0%
仲裁
0
逾期
1
100%
空闲
14
开发者 14
等级
(1)
项目
1
0%
仲裁
0
逾期
0
空闲
15
开发者 15
等级
(11)
项目
18
28%
仲裁
4
50% / 50%
逾期
1
6%
空闲
16
开发者 16
等级
(12)
项目
12
17%
仲裁
2
0% / 50%
逾期
1
8%
空闲
相似订单
I am looking for an experienced MQL5 developer to improve an existing forex EA, not build a completely new robot from zero. Important note: I use GPT to help me write because my English is limited. The wording may be assisted by GPT, but the trading issues, testing observations, and improvement goals are real from my side. I need a developer who is patient, understands strategy logic well, and can explain the
Fair Value Gap Expert , Optimize the core logic for live chart . [Filters are working] Lets ace the trailing stop . Change points to pip . Project will start from next week
==== GENERAL SETTINGS ==== Buy trades = true Sell trades = true Upper Band period = 20 Lower Band period = 10 Timeframe = 1 Hour Next signal bars= 5 Order Comment = Donchian Channel EA Magic number = 123 Maximum allowed spread = 20 Maximum allowed slippage = 20 ====TRADE SETTINGS ==== Trade volume = VOLUME_FIXED / VOLUME_PERCENT Fixed Lots = 0.01 Risk percent of Balance = 5 TP Points (0 to No TP) = 100 SL Points (0
I hope to acquire a profitable and existing expert advisor (EA) from the gold market, with complete source code, to add to our client portfolio. you can WECHAT: Faca7898 Please note EA when adding friends. It should be clarified that this does not require you to formulate or design new strategies. If you already have a verified, consistent, and production-ready EA, I am willing to purchase it immediately and engage
I’m looking for an experienced developer to help build a trading bot for Polymarket , focused on short-term crypto prediction markets (e.g. 5–15 minute intervals). The strategy is fully rule-based and operates on binary outcome markets (YES/NO shares). The bot should be able to: monitor live market prices and probabilities, execute trades based on predefined conditions, manage positions dynamically before market
Eu preciso disso. A linha central do TMA (17,5,1.5) será a principal referência. Outra linha de média móvel (AVG) de 3 períodos decrescentes 2. As ordens serão as seguintes: abaixo, somente compra de TMA; acima, somente venda de TMA. O sinal de entrada será o seguinte: se o preço estiver acima da Média Móvel Tarifária (TMA), será apenas para venda; quando o preço se mantiver abaixo da Média Móvel Tarifária (AVG)
Hola, estoy buscando un desarrollador MQL5 con experiencia real en trading algorítmico. Necesito un EA para XAUUSD con: Control de Drawdown filtro de mercado (tendencia vs rango) gestión de riesgo dinámica optimización para sesiones específicas Antes de avanzar quisiera saber: ¿Qué experiencia tienes con EAs en MT5? ¿Has trabajado con estrategias de oro (XAUUSD)? ¿Cómo gestionas el drawdown en un bot? ¿Puedes mostrar
Double ma 30+ USD
Create an EA on moving averages. The EA will open a trade when the price is above the averages. It will open another when it is below the averages. Ability to work on any timeframe. Ability to use a news filter and a martingale...or to work on a grid
There is a programming god without EA here. I want to find someone to make an EA to operate gold and silver. There is a model, but it can't run. So I want to find someone to make professional improvements to make my EA run. If you are interested, you can WECHAT: 15113958263. Please note EA when adding friends
Iam seeking for a good trade robot/indicator debugging developer to finalize and close profits for me,in both my exneas blocker and MT5,for expert advisor for trading both gold xausd and sliver xagusd,l really want a perfect robot that can herence and risk management principles,not to leave out am a beginner

项目信息

预算
35+ USD
截止日期
 1  4 天