Техническое задание

Boleta para operação Long Short

- Compra (ativo A) e Venda (ativo B) simultânea;

- Entrada a ser pré-definida por Ratio (ativo A / Ativo B) ou a qualquer momento com um clique;

- Deve observar a profundidade do book de ofertas e definir quantos níveis de preço são aceitáveis na hora de agredir a mercado.  Só emitir as operações se os books dos ativos suportarem a compra e venda simultânea ou dividir a operação em mais entradas e saídas

- Calcular o lote de cada ativo com base num financeiro total a ser definido de modo que a operação long short seja "cash neutral", ou seja a diferença entre volume de cada ponta(compra e venda) deverá ser próxima de zero  ou um percentual máximo da diferença entre os volumes.  Considerar lote mínimo padrão bovespa de 100 ações. Nao considerar mercado fracionário.

- Deverá permitir outras operações de long short com ativos diferentes ao mesmo tempo.  Não abrir operação se algum ativo já estiver aberto em outra operação de Long & Short.

- Não abrir operação em leilão. (horários de operação a escolher)

- Não abrir nova operação se um financeiro máximo já foi atingido (financeiro máximo a escolher)

- A saida (Gain e Loss) será por financeiro, percentual do volume, tempo ou ratio determinado

- Considerar alerta de qualquer operação pelo smartphone.


########


Long Short operation

- Simultaneous purchase (asset A) and sale (asset B);

- Input to be pre-defined by Ratio (active A / Active B) or at any time with a click;

- You must observe the depth of the offer book and define how many price levels are acceptable when attacking the market. Only issue transactions if asset books support simultaneous purchase and sale or divide the transaction into more inflows and outflows

- Calculate the lot of each asset based on a total financial to be defined so that the long short operation is "cash neutral", that is, the difference between the volume of each leg (buy and sell) should be close to zero or a percentage maximum difference between volumes. Consider the Bovespa standard minimum lot of 100 shares. Do not consider fractional market.

- It should allow other long short operations with different assets at the same time. Do not open a transaction if an asset is already open in another Long & Short transaction.

- Do not open an auction operation. (hours of operation to choose)

- Do not open a new operation if a maximum financial has already been reached (maximum financial to choose)

- The output (Gain and Loss) will be by financial, percentage of volume, time or determined ratio

- Consider alert of any operation by smartphone.

Откликнулись

1
Разработчик 1
Оценка
(71)
Проекты
103
20%
Арбитраж
6
0% / 83%
Просрочено
3
3%
Свободен
2
Разработчик 2
Оценка
(2)
Проекты
5
0%
Арбитраж
3
0% / 100%
Просрочено
3
60%
Свободен
Похожие заказы
Hello, I want a simple bot for NinjaTrader8. I need a bot that operates automatically on Nasdaq (NQ/MNQ). Requirements: open buys and sells following a simple trend strategy, configurable stop loss and take profit, risk per trade of 1 to 2% of capital, if it loses 3% in a day, stop trading until the next day. Compatible with backtesting, delivery of the source code and the working bot in NinjaTrader 8. My initial
a { text-decoration: none; color: #464feb; } tr th, tr td { border: 1px solid #e6e6e6; } tr th { background-color: #f5f5f5; } Project Overview I am looking for an experienced algorithmic trading developer to build a professional Expert Advisor (EA) for MetaTrader 5 and/or cTrader. The objective is to create a robust automated trading system focused exclusively on XAUUSD (Gold) . This project is intended for serious
Jona copilot v12 30 - 40 USD
Hi, I'm interested in ordering an MT4 trading bot. Before we begin, could you please send me the technical specifications and requirements you'll need? Specifically, I'd like to know: - The trading strategy the bot will use. - The currency pairs or instruments it will trade. - The timeframes it supports. - Risk management features (lot sizing, stop loss, take profit, trailing stop, maximum drawdown). - Whether it
MT4/MT5 HFT EA us30 30 - 3000 USD
Hello everybody, I'm looking for an experienced MQL4/MQL5 developer to optimize a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5. The EA performs consistently and profitably on demo accounts, but when it is run on Raw and Standard live accounts under what appear to be the same trading conditions, it begins generating losses. I do not have the original source code (.mq4/.mq5); I only have the
I have a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5 designed primarily for US30 (Dow Jones Index) . The EA performs consistently and profitably on demo accounts, but when I run it on an IC Markets Raw or Standard live account, it starts generating losses under what appear to be the same trading conditions. At this time, I cannot provide the source code (.mq4/.mq5). I can only provide the
TumiiFX 30 - 20000 USD
1. Use two EMAs: 20 and 50. If EMA 20 is above EMA 50 → uptrend (look for buys) If EMA 20 is below EMA 50 → downtrend (look for sells) 2. Wait for a pullback into the area between the two EMAs. - For buys: price must touch or move between EMA 20 and EMA 50 during the last few candles. - For stils: same idea, but in a downtrend. 3. Entry signal: Buy: a bullish engulfing candle in an uptrend after the pullback
Ниже представлено готовое, технически выверенное Техническое задание (ТЗ) . Вы можете полностью скопировать этот текст и разместить его на бирже фриланса (например, MQL5.com в разделе «Фриланс» или на Smart-Lab). Данное ТЗ написано на профессиональном языке, понятном разработчикам торговых систем для терминала QUIK (на языке Lua) . ТЕХНИЧЕСКОЕ ЗАДАНИЕ (ТЗ) Разработка мультивалютного торгового робота для терминала
Master mind 30+ USD
Start ↓ Detect Trend (H4) ↓ Confirm Structure (H1) ↓ Wait for Pullback ↓ Check Indicators ↓ Calculate Confidence Score ↓ Score ≥ 80? ├── No → Wait └── Yes ↓ Calculate Lot Size ↓ Place Order ↓ Set Stop Loss ↓ Set Take Profit ↓ Manage Trade ↓ Move to Break-even ↓ Trail Stop ↓ Close Trade. IF Price > EMA200 (H4) AND EMA50 > EMA200 (H4) AND ADX > 25 AND RSI between 55 and 70 AND MACD Main > Signal AND Bullish engulfing
A robot 50+ USD
HIGH-FREQUENCY M5/M15 CONCURRENT ENTRY SNIPER import time class HighFrequencySniper: def __init__(self): self.target_profit = 25.00 # Targeted Delta Move self.max_execution_time = 3600 # 1 Hour Sandbox (Seconds) self.lot_allocation = "CALIBRATED_TO_RISK" def execute_hft_scan(self, current_price, m5_rsi, m15_order_block): print(f"[SCANNING] Current Kernel Metric: ${current_price:.2f
EA Crafter 500+ USD
Act as a professional Quantitative Developer and Risk Manager. I want to build a systematic trading strategy rulebook that prioritizes capital preservation and statistical edge over raw performance. Please generate a structured trading strategy using the following framework: 1. ASSET CLASS & TIMEFRAME: - Asset: [e.g., Apple (AAPL), Bitcoin (BTC), or EUR/USD] - Timeframe: [e.g., 5-minute, 1-hour, Daily] 2. CORE

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

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