Работа завершена

Время выполнения 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
Оценка
(395)
Проекты
556
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
Оценка
(435)
Проекты
642
53%
Арбитраж
35
63% / 20%
Просрочено
6
1%
Работает
6
Разработчик 6
Оценка
(22)
Проекты
28
7%
Арбитраж
9
33% / 33%
Просрочено
1
4%
Работает
7
Разработчик 7
Оценка
(1)
Проекты
2
0%
Арбитраж
1
100% / 0%
Просрочено
0
Свободен
Похожие заказы
Wanna Create A Trading Robot That Uses Liquidity Sweep And Smart Money Concept EA That Works On PC. I want A Developer Who Can Program Exactly My Strategy That Will Be Shared on A Video Upon The Selection. it Should Follow My Rules .It has To be able To Read Price Action, followed By Liquidity Sweep Areas And Combine with Smart Money Concept Knowledge. We Will Talk about Parameters later on . The robot should be able
1. Overview: I need an Expert Advisor (EA) for MT5 called "Gold Sniper" specifically optimized for XAUUSD (Gold). The EA should be a sniper scalper that takes high-probability trades on M5 and M15. It must work on any broker with low spread. 2. Strategy Logic: The EA should combine 3 confirmations: a) Trend Filter: EMA 50 & EMA 200. Only Buy if EMA 50 > EMA 200, only Sell if EMA 50 < EMA 200. Sniper Entry: Use RSI
I need an experienced trading-data specialist who can help me obtain 3–4 years of historical market data compatible with NinjaTrader 8 . The data will be used for trading strategy development, backtesting, and analysis
I am looking for an experienced MQL5 developer to develop a custom Expert Advisor (EA) for MetaTrader 5, primarily for XAUUSD (Gold) . The EA will be based on a proprietary price-action trading strategy that I have already defined. The objective is to translate this strategy into a fully automated, precise and reliable trading system without modifying its underlying logic. The strategy involves specific
Need aggressive M1 gold scalper rewrite of Dev3 + 8 strategies. INPUTS: RiskPercent=3, TP=400, SL=300, MaxTrades=6, Mode=BOTH, DailyProfit 15%, DailyLoss -10% LOT = Balance * RiskPercent / 1000 - works for Cent R350 and $1000. 8 STRATEGIES any true = open instantly, check 1 sec: 1 EMA8/21 cross 2 RSI14 30/70 + engulf 3 Engulfing candle 4 BB 20,2 breakout 5 FVG grab M1 6 M5 trend + M1 entry 7 Wick rejection >2 8
I need an experienced MQL5 developer to build a prototype MT5 Expert Advisor called RiskLock. The software should enforce user-defined trading risk rules before trades are executed. It should support risk percentage or fixed monetary risk, calculate position size using account equity, entry price, stop loss, tick value and contract specifications, block or reduce oversized trades, and include daily loss limits
Project Overview I have an existing MT5 Expert Advisor (EA) written in MQL5. The source code ( .mq5 ) will be provided. The underlying strategy is a trend-following system that performs well during trending market conditions, but requires professional quantitative research to improve its ability to identify and avoid highly sideways/range-bound market conditions. The objective of this project is not to build a new EA
Most of the expert is already coded . Create a panel to show the Ratio for the Range . Trigger is based on ratio . Show Distribution / project starts after we clear Distribution
Expert Advisors 300+ USD
double CRiskManager::CalculateLotSize(double slPoints) { double balance = AccountInfoDouble(ACCOUNT_BALANCE); double riskMoney = balance * (m_riskPercent / 100.0); double tickValue = SymbolInfoDouble(_Symbol, SYMBOL_TRADE_TICK_VALUE); double tickSize = SymbolInfoDouble(_Symbol, SYMBOL_TRADE_TICK_SIZE); double pointValue = tickValue / tickSize; double lot = riskMoney / (slPoints * pointValue);
i share my strategy i need a bot trending bot fo mt5 . i attached the photo with this it help to make bot. it basicly 1 hours time frame base. i try but failed to make it

Информация о проекте

Бюджет
100+ USD
Сроки выполнения
до 3 дн.