Simple Moving Average with Hedging

工作已完成

执行时间3 天
员工反馈
Good and patient client.
客户反馈
Totally happy with the service.

指定


  • Buy trade based on close price candle over 50 period SMA, with TP 80 pips and SL 40 pips, and lot size 0.1.
  • Sell trade based on close price candle below 50 period SMA, with TP 80 pips and SL 40 pips, and lot size 0.1. 
  • Hedge begin, if the current Buy trade fall below or equal to 30 pips (the market is change in direction to downtrend), then enter a Sell trade with TP 80 pips and SL 40 pips, with double the lot size to 0.2. The same thing would happen if the current trade is the Sell trade (the market going up to 30 pips, enter a buy trade with same TP and SL).
  • The hedge would flip back and forth continuously between buy and sell trade and with each iteration increase the lot size by multiple of 2. For example, first trade was a buy trade with lot size of 0.1, second trade would be sell trade with lot size of 0.2, third trade would be buy trade with lot size of 0.4, and there so on until the last trade for this hedge, for example the fifth trade (lot size of 0.16).  The hedge stop only when the take profit hit or the last trade on the hedge, for this example would be the fifth trade hit. Once the hedge trade stop, the program would once again look for another potential trade with lot size start over again.
  • Please include the date and time filter too. For example, I would only like to open trade for EUR/USD from Monday to Friday and from 8AM - 1PM. The tweak to this time filter is that if once the hedge trade begin, and by around 1PM reached, the hedge would still continue until the hedge stop (so this kind of ignore the time filter for this case), which is only stop if the Take Profit trade is hit or last trade on the hedge is reach. 
  • I need a stable run code because I would run test on multiple pairs and timeframes.


反馈

1
开发者 1
等级
(3)
项目
4
0%
仲裁
2
0% / 100%
逾期
1
25%
空闲
2
开发者 2
等级
(64)
项目
83
28%
仲裁
9
33% / 56%
逾期
9
11%
空闲
发布者: 1 代码
3
开发者 3
等级
(75)
项目
80
6%
仲裁
46
11% / 54%
逾期
7
9%
工作中
4
开发者 4
等级
(636)
项目
1007
47%
仲裁
33
36% / 36%
逾期
99
10%
工作中
发布者: 6 代码
5
开发者 5
等级
(3)
项目
3
0%
仲裁
1
0% / 100%
逾期
1
33%
空闲
6
开发者 6
等级
(51)
项目
71
37%
仲裁
4
25% / 75%
逾期
1
1%
空闲
发布者: 1 代码
7
开发者 7
等级
(5)
项目
6
33%
仲裁
0
逾期
0
空闲
8
开发者 8
等级
(8)
项目
11
18%
仲裁
8
38% / 38%
逾期
1
9%
空闲
9
开发者 9
等级
(37)
项目
59
27%
仲裁
26
19% / 54%
逾期
10
17%
工作中
发布者: 1 代码
10
开发者 10
等级
(2346)
项目
2951
63%
仲裁
125
44% / 26%
逾期
429
15%
空闲
11
开发者 11
等级
(47)
项目
67
37%
仲裁
5
40% / 40%
逾期
1
1%
空闲
相似订单
Looking for an experienced Sierra Chart ACSIL/C++ developer to customize footprint chart. I need 3 things: 7-Day ATR – calculate and display a configurable 7-day ATR. Custom Footprint – footprint chart to match my preferred layout/data display. Automatic LVN – detect and plot Low Volume Nodes automatically based on volume distribution. I need to build one from scratch . Experience with Sierra Chart, ACSIL
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 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
Mashiri 50 - 10000 USD
I need a custom MetaTrader 5 indicator designed specifically for XAUUSD gold trading. The indicator should identify potential buy and sell opportunities, display clear entry and exit signals on the chart, provide alerts, and help identify market trends and possible reversals
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
Торговый робот XAUUSD AI/ML — MT5 + Python + MQL5 Ищу опытного разработчика с глубокими знаниями в следующих областях: MQL5 / MetaTrader 5 Python Машинное обучение / Искусственный интеллект Алгоритмическая торговля Проект Я хочу разработать торговую систему на основе ИИ/машинного обучения, предназначенную исключительно для XAUUSD (золото) . Архитектура: Данные рынка XAUUSD → Модель Python/ML → ПОКУПКА / ПРОДАЖА /
//———————————————————————————————————————————————————————————————————— 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
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
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

项目信息

预算
100 - 150 USD
截止日期
 1  10 天