Работа завершена
Время выполнения 6 часов
Техническое задание
The EA name will be "Everlong EA"
The EA should work from an indicator. The indicator consists of 3 indicators. Arrow, bar and trend line.
It must enter into operation when all 3 indicators send the order at the same time. The output of the operation is customizable.
EA cannot interfere with manual orders and other EAs.
The first time the EA is inserted in the chart, it can only make the first entry into the operation after the time corresponding to the timeframe has passed. For example, if you put in TF H1, it only gives the first entry after 1 hour. And so for each timeframe.
Have field for Magic number and comments.
Lot management, choose from a list:
- Fix lot (put a field for the fixed lot value).
- Lot according to the established value (for example, if you put 1500, every 1500 in the account increases 0.01 lot. If the account has 3000, it will operate with 0.02, if it has 4000 lot, it will still be 0.02, until arrive at 4500, where it becomes 0.03).
- Based on the risk (%) of the money in the account.
Trade entry criteria:
- Only enter if the 3 indicators (arrow, bar, trend line) indicate to buy or sell.
Output criteria:
- Take profit fixed.
- Defaultis 0. So the output will be by changing the indicator. If you put a value here, the trade will end when it reaches that value, but close before the indicator changes the sign).
- Take profit if any of the indicators change the signal in relation to the entry, leave the following options:
- Arrow- active or inactive - if active, the first opposite sign of the input value already causes the trade to close.
- Bar- active or inactive - if active, the first opposite sign of the input value already causes the trade to close.
- Trendline- active or inactive - if active, the first opposite sign of the input value already causes the trade to close.
- If more than one option is actived, the indicator that changes the signal first will exit the operation.
Trailing Stop
- Active and inactive option.
- Place a field in pips for the moment you start the TS.
- If the value is 0, it will start at the moment of the Take profit signal.
- If you put a negative value here, -20, for example, it will set TS out 20 pips before Take profit. This in order to avoid starting the TS and leaving the operation quickly.
- Place a field for the TS step.
Stop Loss
- Active and inactive option.
- Placea field in pips.
Option to enter multiple timeframe:
- M1 active / not active
- M5 active / not active
- M15 active / not active
- M30active / not active
- H1active / not active
- H4active / not active
- D1active / not active
In the trade comment, put the timeframe of the operation. For example, "EA name_M5" in the comment.
EA opening hours:
- Define the start and end times of the EA operation.
Откликнулись
1
Оценка
Проекты
698
34%
Арбитраж
33
70%
/
9%
Просрочено
22
3%
Свободен
2
Оценка
Проекты
2906
63%
Арбитраж
122
44%
/
25%
Просрочено
429
15%
Свободен
3
Оценка
Проекты
474
39%
Арбитраж
103
41%
/
23%
Просрочено
79
17%
Занят
Опубликовал: 2 примера
Похожие заказы
1️ ⃣ Informações Gerais Plataforma: MetaTrader 5 Tipo: Expert Advisor (EA) Operação: Hedge + Grid Dinâmico Indicador base: Average True Range (ATR período 20) 2️ ⃣ LÓGICA OPERACIONAL 🔹 2.1 Abertura Inicial O robô trabalha sempre com ordem de compra e venda ao mesmo tempo (HEDGE) e o fechamento é sempre usando GRID que tem multiplicador de lote e o tamanho (espaçamento) dinâmico com base em um fator de
Robo de elite
40 - 100 USD
seu Robô de Elite: Precisão: Filtros RSI e Price Action. Rentabilidade: Lote dinâmico baseado no capital (Compound Interest). Automação 24h: Filtro de horário para evitar spreads altos. Satisfação: Dashboard interativo com "Botão de Pânico"
EA baseado em um Canal de preço
30 - 50 USD
Já tenho um código MQL5 com uma base do funcionamento. Basicamente o EA traça um canal na virada do dia (penso que utilizar horário seria melhor em razão da diferença entre corretoras), com base em um número x de candles, calcula e posiciona ordens stop com base em % do capital. Caso uma ordem aberta venha a stopar, o EA deve realizar uma virada de mão com base no mesmo canal, contudo recalculando o lote para que
//+------------------------------------------------------------------+ //| EA Cruzamento de Médias MT5 | //+------------------------------------------------------------------+ #property strict #include <Trade/Trade.mqh> CTrade trade; //---- Inputs input int FastMAPeriod = 20; input int SlowMAPeriod = 50; input double LotSize = 0.01; input int StopLoss = 300; input int TakeProfit = 600; //----
TradingView to MT5 Webhook Bridge - Futures to Spot Execution Project Goal I need a developer to build a bridge between my TradingView indicator in the futures market and my existing MetaTrader 5 EA in the spot market. When my TradingView indicator generates a BUY or SELL signal on a futures symbol, for example 6A1!, it must automatically trigger my MT5 EA to open a trade on the corresponding spot symbol, for example
Tenho um indicador e quero fazer um expert dele para rodar automático porem só tenho o arquivo .ex4 e não .mq4 Indicador mostra setas no grafico no momento ideal para comprar e vender
Информация о проекте
Бюджет
50+ USD
Сроки выполнения
от 1 до 10 дн.