Creat an EA with an indicator

Auftrag beendet

Ausführungszeit 6 Stunden

Spezifikation

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:
  1. Fix lot (put a field for the fixed lot value).
  2. 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).
  3. Based on the risk (%) of the money in the account.

Trade entry criteria:
  1. Only enter if the 3 indicators (arrow, bar, trend line) indicate to buy or sell.

Output criteria:
  1. Take profit fixed.
    1. 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).
  2. Take profit if any of the indicators change the signal in relation to the entry, leave the following options:
    1. Arrow- active or inactive - if active, the first opposite sign of the input value already causes the trade to close.
    2. Bar- active or inactive - if active, the first opposite sign of the input value already causes the trade to close.
    3. Trendline- active or inactive - if active, the first opposite sign of the input value already causes the trade to close.
    4. If more than one option is actived, the indicator that changes the signal first will exit the operation.

Trailing Stop
  1. Active and inactive option.
  2. Place a field in pips for the moment you start the TS.
    1. If the value is 0, it will start at the moment of the Take profit signal.
    2. 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.
    3. Place a field for the TS step.

Stop Loss
  1. Active and inactive option.
  2. Placea field in pips.

Option to enter multiple timeframe:
  1. M1 active / not active
  2. M5 active / not active
  3. M15 active / not active
  4. M30active / not active
  5. H1active / not active
  6. H4active / not active
  7. D1active / not active
In the trade comment, put the timeframe of the operation.  For example, "EA name_M5" in the comment.

EA opening hours:
  1. Define the start and end times of the EA operation.

Dateien:

Bewerbungen

1
Entwickler 1
Bewertung
(442)
Projekte
698
34%
Schlichtung
33
70% / 9%
Frist nicht eingehalten
22
3%
Frei
2
Entwickler 2
Bewertung
(2310)
Projekte
2906
63%
Schlichtung
122
44% / 25%
Frist nicht eingehalten
429
15%
Frei
3
Entwickler 3
Bewertung
(295)
Projekte
474
39%
Schlichtung
103
41% / 23%
Frist nicht eingehalten
79
17%
Überlastet
Veröffentlicht: 2 Beispiele
Ähnliche Aufträge
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"
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

Projektdetails

Budget
50+ USD
Ausführungsfristen
von 1 bis 10 Tag(e)