Indicator for XAU-GC spread

작업 종료됨

실행 시간 2 일
고객의 피드백
He is a skilled coder. will work him anytime
피고용인의 피드백
very good customer, clear requirements.

명시

I am looking for someone who can code the following indicator:

input 1: xauusd symbol

input 2: GC (gold futures) symbol

input 3: M minutes where we will use the ma of the last M minutes GC-XAU spread

input 4: T threshold in dollar terms. this T will be used to signal where the GC-XAU spread is T over/below the M Minutes ma of GC-XAU spread

input 5: T-Step is the threshold step. after a signal is produced, another signal should be produced after T-Step dollar amount on the same direction again and again. 

input 6: alert on/off

* the GC-XAU spread will be constructed by the mids of GC and XAU prices

* the ma, the current spread, and the difference between those should be shown on the indicator window

* if a signal is produced, and alert is on, there should be an alert (also with sound) and next signal should be waited after T-Step amount on the same direction


Example

input 1: XAUUSD.ecn

input 2: GC.Z25

input 3: 30

input 4: 0.5

input 5: 0.25

input 6: true


create a GC.Z25 minus XAUUSD.ecn spread on the mid prices and keep the 30 minutes ma

if the current spread moves above the ma value by 0.5 dollar (50 cents) create an alert

if the current spread moves above the ma value by 0.75 (0.5+0.25) dollar create another alert (meaning at every 0.25 dollar increase create a new alert)

do not create another alert on the opposite direction until current spread moves below the ma value by 0.5 dollar

(and vice-versa for the other case as well)... you got the idea.

also show some info on the indicator window as below:

current spread: cs

M ma: mma

difference: cs-mma


and lastly: I need two quick trading buttons and an amount input

I prefer a lay-out like this

button#1       amount-input       button#2

when button#1 hit, whatever the amount is on the amount-input, sell that amount GC and buy that amount of XAU (considering the symbols on input 1 and 2)

when button#2 hit, whatever the amount is on the amount-input, buy that amount GC and sell that amount of XAU (considering the symbols on input 1 and 2)


The budget is 100 USD (no negotiotions)

The time-frame to fisinh the work is 3 days.

응답함

1
개발자 1
등급
(394)
프로젝트
555
41%
중재
30
57% / 3%
기한 초과
57
10%
작업중
게재됨: 11 코드
2
개발자 2
등급
(33)
프로젝트
36
33%
중재
5
0% / 80%
기한 초과
0
작업중
게재됨: 2 코드
3
개발자 3
등급
(390)
프로젝트
416
30%
중재
74
19% / 72%
기한 초과
52
13%
작업중
4
개발자 4
등급
(13)
프로젝트
18
11%
중재
6
33% / 67%
기한 초과
1
6%
무료
게재됨: 1 코드
5
개발자 5
등급
(434)
프로젝트
640
53%
중재
34
62% / 21%
기한 초과
6
1%
작업중
6
개발자 6
등급
(21)
프로젝트
27
7%
중재
9
33% / 33%
기한 초과
1
4%
작업중
7
개발자 7
등급
(1)
프로젝트
2
0%
중재
1
100% / 0%
기한 초과
0
무료
비슷한 주문
Hello, I want this project to be a complete redesign, not just an update. My goal is to build an institutional-grade TradingView indicator that is extremely accurate, stable, fast, and completely non-repainting. You are free to modify, delete, replace, or completely rewrite any part of the code if it improves the final result. I don't care about preserving the current code or appearance—I only care about building the
{ "strategy_name": "M5 EMA Scalper", "timeframe": "M5", "indicators": { "ema_fast": 20, "ema_slow": 50, "rsi": 14, "atr": 14 }, "entry_rules": { "buy": [ "EMA20 > EMA50", "Price closes above EMA20", "RSI > 55" ], "sell": [ "EMA20 < EMA50", "Price closes below EMA20", "RSI < 45" ] }, "risk_management": { "risk_per_trade": 1.0, "stop_loss_atr": 1.5, "take_profit_rr": 2.0
Hola, traders e inversores: Desarrollamos soluciones de trading algorítmico para MetaTrader 4 y MetaTrader 5. Creamos bots, indicadores y herramientas a medida que convierten estrategias manuales en sistemas automáticos, configurables y orientados a una gestión de riesgo sólida. Hemos trabajado en automatizaciones que integran entradas y salidas por reglas, cálculo de lotaje, control de drawdown, filtros de horario y
Hello, I need a custom Expert Advisor for MetaTrader 5. I am trading from mobile only. **Account & Style:** - Capital: $5,000 - $10,000 - Risk: Moderate/Balanced - Trading Style: Scalping **Pairs & Timeframe:** - Symbols: EURUSD and XAUUSD - Timeframe: M5 **Strategy:** - BUY: RSI(14) < 30 AND Price > 20 EMA - SELL: RSI(14) > 70 AND Price < 20 EMA - Only 1 trade per symbol at a time - No Martingale / No Grid **Risk
> "I am looking for a reliable and profitable Expert Advisor (EA) or trading robot for MetaTrader. The EA should have a proven track record, good risk management, and stable performance in live market conditions. Please share the name of the EA, a brief explanation of how its strategy works, and any relevant performance statistics or backtest reports to help me evaluate it."
We are seeking an experienced MQL4/MQL5 programmer to develop a high-performance, fully automated Expert Advisor (EA). The bot must execute a sophisticated multi-currency hedging strategy across correlated forex pairs. Key Responsibilities Develop Multi-Currency Logic : Build an EA capable of scanning and trading multiple currency pairs simultaneously from a single chart or setup. Implement Hedging Strategy : Code
I am looking for an experienced MetaTrader 5 expert. I already have 3 MT5 trading accounts. I need someone to: 1. Help me choose a reliable Windows VPS. 2. Connect to my VPS remotely (AnyDesk or TeamViewer). 3. Install 3 MetaTrader 5 terminals. 4. Configure: - 1 Master Account - 2 Slave Accounts 5. Install and configure a professional Trade Copier. 6. Copy all trades from the Master account to both Slave
I have an MT4 custom indicator (.ex4) that I use regularly, and I would like an identical MT5 version. Important: I do not have the source code (.mq4). I only have the compiled MT4 indicator. I am looking for an experienced MQL developer who can recreate the indicator's functionality and appearance for MT5 by analyzing its behavior. The MT5 version should match the MT4 version as closely as possible, including
Mac200 50+ USD
I need a Trend following Bot. Here we took entries by looking at two indicator which are 200 period ema and 12 26 9 MacD. Rules for entry exit are: Buy trade: When market is above 200 ema and MacD Line cross over the signal line and this cross over happened below the zero line of MacD indicator. We simply put Buy trade. Sell trade: When market is below 200 ema and MacD line crosses below the signal line and this
I I would like to create a trading robot based on 2 ema crossing. The robot is pretty simple, it should open buy position when fast ema cross slow ema and vise versa. Also it should use martingale after the loss position. It should has expiration period inside the code and alerts l

프로젝트 정보

예산
100+ USD
기한
 3 일