工作已完成
执行时间71 天
指定
Simple trading robot based on MACD Cross over and a special 200-period moving average.
Intro:
Ive had developed a special 200EMA, thats able to detect range markets. It does it when the price crosses it multiple times in a certain time period. When it detects the sideways market, it does not show up on the chart, and the EA should not operate, neither buying or selling in this circunstance. The indicator will be available for the programmer.
The EA should operate when the special 200EMA is dotted (The indicator line is calculated on dots).
The EA should be multichart.
1- Entry:
1.1- When we are below EMA200, the robot will only search for sales and when above, for purchases.
1.2- The input trigger will be materialized when, respecting parameter 1, there is a cross over in the MACD indicator, and if it is above the zero line of the indicator, we will have a sale setup and bellow the zero line a buy setup.
1.2.1- Entry should be made when immediately when Crossover occurs on the MACD, and not at the close of the candlestick in which the crossover occurs.
1.3- Important filter: only trades where the stop loss level is close to 200EMA should be performed. This proximity to the moving average should be set in a changeable way in points.
2- Take profit:
2.1- TP1: Simple risk reward ratio take profit (Ex:. 1.5x)
2.1.1 - sometimes the risk will be very small and therefore the EA should have another risk multiplier reward for very small risks. set in points. Ex: risks below x points: different risk reward ratio.
2.2- TP2: Fixed take profit, based on points.
2.3- Both ways of SL should have an true/false option where, as soon as another contrary crossover occurs in the MACD (ex.: entry on buy signal, bellow line 0 - exit on crossover above line zero), indicating a tendency force contrary to that generated in the entry trigger, the position is immediately closed, regardless of the take profit levels have been beaten. The closing of the position should happen at the same moment of the cross in the MACD and not in the closing of the candle that generates the crossover.
3- Stop Loss:
3.1- SL1: Based on Fractal.
3.2- SL2: Based on the value of EMA200: The robot must set the stop loss at the 200 moving average
3.3- Both ways of stop loss must have item 1.3 in the job description:
3.3.1- In SL1 this value refers to the distance of the Fractal to EMA200
3.3.2- In SL2 it is the distance of the input itself to EMA200.
If the distance of the x value assigned to this filter is exceeded, the trade should not be carried out.
There are plenty clear information. To complete, I will also provide images that demonstrate exactly my requests in practice.
Lets program a profitable Expert Advisor!
反馈
1
等级
项目
17
59%
仲裁
2
0%
/
100%
逾期
2
12%
空闲
2
等级
项目
133
35%
仲裁
13
38%
/
31%
逾期
32
24%
空闲
3
等级
项目
643
26%
仲裁
92
72%
/
14%
逾期
12
2%
工作中
发布者: 1 代码
4
等级
项目
945
47%
仲裁
309
58%
/
27%
逾期
125
13%
空闲
5
等级
项目
3
67%
仲裁
0
逾期
0
空闲
6
等级
项目
474
39%
仲裁
103
41%
/
23%
逾期
79
17%
繁忙
发布者: 2 代码
7
等级
项目
1
0%
仲裁
0
逾期
0
空闲
8
等级
项目
2
0%
仲裁
0
逾期
0
空闲
9
等级
项目
4
0%
仲裁
0
逾期
0
空闲
相似订单
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
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
✅ Estrutura original preservada ✅ Painel original ✅ Lógica original ✅ Arquitetura original ✅ Sem parâmetros alterados ✅ TF dinâmico ✅ 3 timeframes : H1 / H4 / D1 Time frame Dinamicos podendo mudar para M1/M30/H1 ou D1/W1/MN Quero que fique como está a imagem abaixo e adicionar extra time frame nas entradas
//+------------------------------------------------------------------+ //| 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
项目信息
预算
40+ USD