EMA Cross Strategy Automation

工作已完成

执行时间1 一天
客户反馈
Super solid guy. Definitely doing another job with him.
员工反馈
Very charming customer, look forward to do another project with him.

指定

Requirements:

An EA that automates trading based on the following:

a) Open long position when the fast EMA (6) crosses above the slow EMA (12)

b) Close open position (sell) when the 30 Hull MA is on the downtrend (changes color). <---This is optional and can be disabled from the settings.

c) Close open position (sell) when the fast EMA (6) crosses below slow EMA (12) IF (b) is disabled.

d) Open short position when the fast EMA (6) crosses below the slow EMA (12). Note that this is a new position after the previous long position has been closed.

e) Close short position (buy) when the 30 Hull MA is on the uptrend (changes color).  <---This is optional and can be disabled from the settings.

f) Close short position (buy) when the fast EMA (6) crosses above the slow EMA (12) IF (e) is disabled.

g) Trail stop is optional and can be disabled from the settings

h) Stop loss is optional and can be disabled from the settings

i)Take profit is optional and can be disabled from the settings. 

j) Displacement is optional and can be set in the settings

k) Positions are opened/closed at the CLOSE of the PREVIOUS candle just before the crossover.

l) EMA lengths adjustable from the settings

I am attaching results from a similar strategy (without HULL) for reference. Finished results must achieve similar levels of performance for the same date and currency attached. 

Also attaching a thinkorswim screenshot of the strategy...indicator showing the buy position and the hull changing color at the right for a sell off/close of open position. 

Let me know if you have any questions.

反馈

1
开发者 1
等级
(68)
项目
72
21%
仲裁
6
50% / 33%
逾期
1
1%
空闲
2
开发者 2
等级
(135)
项目
163
40%
仲裁
11
27% / 73%
逾期
24
15%
空闲
3
开发者 3
等级
(65)
项目
71
30%
仲裁
8
0% / 88%
逾期
5
7%
空闲
4
开发者 4
等级
(214)
项目
316
34%
仲裁
63
37% / 40%
逾期
102
32%
工作中
5
开发者 5
等级
(20)
项目
29
55%
仲裁
0
逾期
0
空闲
6
开发者 6
等级
(12)
项目
12
25%
仲裁
0
逾期
1
8%
空闲
7
开发者 7
等级
(19)
项目
27
19%
仲裁
6
33% / 33%
逾期
2
7%
空闲
8
开发者 8
等级
(2675)
项目
3414
68%
仲裁
77
48% / 14%
逾期
342
10%
空闲
发布者: 1 代码
9
开发者 9
等级
(361)
项目
644
26%
仲裁
92
72% / 14%
逾期
12
2%
工作中
发布者: 1 代码
10
开发者 10
等级
(45)
项目
91
13%
仲裁
34
26% / 59%
逾期
37
41%
空闲
11
开发者 11
等级
项目
0
0%
仲裁
1
0% / 100%
逾期
0
空闲
12
开发者 12
等级
(19)
项目
27
11%
仲裁
11
9% / 55%
逾期
12
44%
空闲
13
开发者 13
等级
(69)
项目
146
34%
仲裁
13
8% / 62%
逾期
26
18%
空闲
发布者: 6 代码
相似订单
please share: Strategy description — entry/exit rules, indicators used, timeframe(s), and instrument(s) (a written explanation, screenshots, or an existing indicator/EA to reference all work) Risk management rules — position sizing method (fixed lot / % risk), stop loss / take profit logic, max drawdown or daily loss limits, and whether martingale/grid/hedging is involved Broker & account details — broker name
I need a unique grid trading system for XAUUSD that combines entry, controlled two-sided grid expansion, DCA (Dollar Cost Averaging) basket profit control, hedging. Unlike traditional grid EAs that only trade against price, this unique grid system should dynamically build positions in both directions based on market movement, allowing flexible adaptation to changing conditions ie the grid needs to dynamically move
I need an experienced MQL5 developer to create a fully automated MT5 Expert Advisor called Ayoub Gold EA , focused exclusively on XAUUSD (Gold) . Main requirements: Platform: MT5 / MQL5. Fully automated BUY and SELL trading on XAUUSD. Must support broker suffixes such as XAUUSD, XAUUSD.f and XAUUSDm. Trading strategy based mainly on Range Breakout with trend confirmation. EMA, ADX and ATR filters. London/New York
Looking for an experienced Sierra Chart ACSIL/C++ developer to customize an existing footprint chart. I need 3 things: 7-Day ATR – calculate and display a configurable 7-day ATR. Custom Footprint – modify my existing footprint chart to match my preferred layout/data display. Automatic LVN – detect and plot Low Volume Nodes automatically based on volume distribution. I already have a working footprint chart, so no
//———————————————————————————————————————————————————————————————————— 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
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

项目信息

预算
50 - 130 USD
截止日期
 2 天