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.
Похожие заказы
//+------------------------------------------------------------------+ //| LEVEL 100 SNIPER BOT (SMC + ATR + RSI + Trend Filter) | //+------------------------------------------------------------------+ #property strict #include <Trade/Trade.mqh> CTrade trade; //--- Inputs input double RiskPercent = 1.0; input int FastMA = 20; input int SlowMA = 50; input int RSI_Period = 14; input int ATR_Period = 14; input
Subject: Expert Advisor Refactoring & Optimization Request – ZigZagSignalTrader_SmallAcc Dear Developer, I am seeking a senior MQL5 developer to refactor and optimize an existing Expert Advisor titled "ZigZagSignalTrader_SmallAcc." The current version is a prototype designed for small accounts (0.01 lot) using a ZigZag and EMA trend-following strategy. While functional, the code requires professional hardening to
//+------------------------------------------------------------------+ //| Simple Moving Average Crossover EA | //+------------------------------------------------------------------+ #property strict input int ShortMA = 10; input int LongMA = 50; input double LotSize = 0.01; int shortMAHandle; int longMAHandle; //+------------------------------------------------------------------+ int OnInit() { shortMAHandle =
Job Description I'm seeking an expert Python developer to build a fully automated, institution‑grade options trading bot for my Charles Schwab brokerage account. The core strategy is a Monday‑morning 5‑DTE Iron Condor on SPX weekly options with ultra‑narrow 1‑point wings, a fixed 17‑strike OTM entry, and a layered defense system that actively re‑centers the position when the market moves—then escalates to hard stops
The file must be fast to move with the market. It must be transparent it must move accordingly with the market and increase the money and also with less risk
Description: I am looking for an experienced MT4/MT5 (MQL4/MQL5) developer for consultation and possible future development of an advanced Expert Advisor architecture. This is NOT a simple RSI, MACD, martingale, or indicator-only EA project. I already have an existing EA framework using: RSI timing logic EMA direction filters trend and volatility filters DCA / basket management protection and recovery logic Now I
I need an experienced MQL5 developer to build a custom MT5 Expert Advisor for XAUUSD. Strategy Overview: Trend-following using EMA 50/200 on H4 and H1 Pullback entries on M5 using RSI + candle confirmation No martingale, no averaging down Controlled scaling only when trades are already in profit Maximum 2–3 positions per direction Risk Management: Daily loss limit (%) Equity hard stop (%) Consecutive loss pause
I am looking for an experienced MT4 developer or strategy tester to run a comprehensive optimization of my existing Expert Advisor (EA). The EA is already developed and working as intended — your task will be to configure and execute the optimization process using the "Every tick based on real ticks" model. Scope of Work: Run EA optimization in MT4 Strategy Tester. Use "Every tick based on real ticks" as the
Create a fully working Expert Advisor (EA) for MetaTrader 5, designed exclusively for GOLD (XAUUSD only). This is a high‑probability trend‑following breakout strategy built specifically for passing 2‑step prop firm challenges — it delivers a ~60–65% win rate, uses a strict 1:3 risk/reward ratio, and is optimised to pass both phases in roughly 1–2 weeks total. --- ⚙️ USER INPUTS — FULLY FLEXIBLE RISK --- All main
This EA is for trading XAUUSD. There are 2 trade logics. One based on trend reversal (with 5 trade opening conditions). The second is based on trend continuation (with 1-2 conditions)