Expert Advisor based on EMA crosses and successful trading principles needed

Termos de Referência

Below is a list of all of the requirements for my specific trading strategy. Things can always be explained in further detail, but I was doing my best to make all of the requirements as objective as possible for a programmers benefit. Some of the requirements are subject to change, and there may be a few I want to add to further optimize the bot. My goal is to replicate my trading style the best possible way in an automated system. 


Entry Criteria:

  1. check EMA SPACING (x) amount of pips - 1H TF

  2. if spacing is sufficient, then look for a 50 ema CANDLE cross - risky trade here - 1H TF (candle close on other side of 50 EMA)

  3. once 14 ema has crossed 50, begin aggressive trades (waiting for price to get within (x) amount of pips within 14 ema) - 1H TF

  4. check wick lengths (correct side) of 1H candles - (x) amount of pips (down trend = top wicks, up trend = bottom wicks)

  5. check EMA spacing (look for certain value) 15M TF

  6. if spacing is sufficient, look for 50 EMA candle cross WITH 1H trend - 15M TF

  7. Once 14 has crossed 50 WITH 1H trend, begin aggressive trades - 15M TF

Risk Management Criteria:

  • 1H cross – set TP near 200 EMA, SL other side of 14/50 cross (if applicable)

  • OR (if not applicable) set TP @ 40-50 pips, SL other side of 14/50 cross

  • 15M cross (with 1H direction) – set TP @ 10-20 pips, SL other side of 14/50 cross

  • ALWAYS keep Risk: Reward ATLEAST 1:1

  • Position size = Account Size/10,000

  • Max risk of (x)%/day – if hit, quit trading until next day

  • Max gain of (x)%/day – if hit, quit trading until next day

  • Max risk of (x)% per trade

Time Criteria:

  • Bots active during 7-10am (NY session)

  • 6-8pm (Asian session)

  • 12-3am (London session)

  • *subject to daylight savings – figure out GMT times*

News

  • Use Forex Factory, stay out during high impact news - using Forexfactory.com

Respondido

2
Desenvolvedor 2
Classificação
(144)
Projetos
168
49%
Arbitragem
22
14% / 55%
Expirado
22
13%
Trabalhando
3
Desenvolvedor 3
Classificação
(1929)
Projetos
3550
88%
Arbitragem
73
40% / 15%
Expirado
268
8%
Livre
4
Desenvolvedor 4
Classificação
(365)
Projetos
412
36%
Arbitragem
35
26% / 57%
Expirado
63
15%
Livre
6
Desenvolvedor 6
Classificação
(41)
Projetos
72
8%
Arbitragem
18
11% / 56%
Expirado
18
25%
Livre
7
Desenvolvedor 7
Classificação
(94)
Projetos
148
59%
Arbitragem
16
38% / 13%
Expirado
25
17%
Livre
Publicou: 1 código
8
Desenvolvedor 8
Classificação
(258)
Projetos
396
28%
Arbitragem
69
19% / 49%
Expirado
121
31%
Livre
9
Desenvolvedor 9
Classificação
(5)
Projetos
5
0%
Arbitragem
5
0% / 60%
Expirado
2
40%
Livre
10
Desenvolvedor 10
Classificação
(10)
Projetos
13
46%
Arbitragem
0
Expirado
1
8%
Livre
11
Desenvolvedor 11
Classificação
(91)
Projetos
144
38%
Arbitragem
67
15% / 48%
Expirado
55
38%
Livre
12
Desenvolvedor 12
Classificação
(361)
Projetos
643
26%
Arbitragem
92
72% / 14%
Expirado
12
2%
Trabalhando
Publicou: 1 código
13
Desenvolvedor 13
Classificação
(90)
Projetos
118
17%
Arbitragem
44
23% / 39%
Expirado
20
17%
Livre
15
Desenvolvedor 15
Classificação
(49)
Projetos
134
27%
Arbitragem
62
13% / 53%
Expirado
58
43%
Livre
Publicou: 292 artigos, 1 código
16
Desenvolvedor 16
Classificação
(119)
Projetos
127
41%
Arbitragem
3
33% / 67%
Expirado
0
Livre
17
Desenvolvedor 17
Classificação
(66)
Projetos
95
28%
Arbitragem
20
25% / 55%
Expirado
24
25%
Livre
18
Desenvolvedor 18
Classificação
(16)
Projetos
21
19%
Arbitragem
7
0% / 71%
Expirado
14
67%
Livre
19
Desenvolvedor 19
Classificação
(69)
Projetos
146
34%
Arbitragem
13
8% / 62%
Expirado
26
18%
Livre
Publicou: 6 códigos
20
Desenvolvedor 20
Classificação
(1)
Projetos
1
0%
Arbitragem
1
0% / 100%
Expirado
0
Livre
21
Desenvolvedor 21
Classificação
(511)
Projetos
549
53%
Arbitragem
13
69% / 15%
Expirado
3
1%
Livre
Pedidos semelhantes
2 FX pairs M15 execution with higher timeframe bias Session-based trading (UK time) Fixed % risk per trade Controlled pyramiding (add to winners only) Strict daily loss limits (FTMO-style) Proper order handling (SL always set) Basic logging (CSV) Strategy logic will be provided in detail after NDA / agreement. Must deliver: Source code (.mq5) Compiled file (.ex5) Clean, well-commented code Short support window for
Hi, are you able to create a script/indicator on tradingview that displays a chart screener and it allows me to input multiple tickers on the rows. then the colums with be like "premarket high, premarket low, previous day high, previous day low" . When each or both of the levels break, there will pop up a circle on the chart screener, signaling to me what names are above both PM high and previous day high or maybe
I need an Expert Advisor for MetaTrader 5 (MQL5) to trade XAUUSD based on a simple price movement cycle. Strategy logic: • The EA opens a Buy and a Sell at the same time (one pair per cycle). • Only ONE Sell position must exist at any time. • Every Buy must be opened together with a Sell. Cycle rules: • Step movement = 10 USD in gold price. • CycleEntryPrice = the OPEN PRICE of the last cycle BUY order. • If price
I am looking for a professional MQL5 developer to build a MetaTrader 5 Expert Advisor from scratch. The EA will be called LadyKiller EA. It must trade only the following instruments: • XAUUSD (Gold) • US30 / Dow Jones Index Requirements: • Strong and reliable buy and sell entry logic • Stop Loss and Take Profit system • Risk management (lot size control) • Maximum trades protection • Drawdown protection • Trend
I need an mql5 EA which can be used with 100$ capital very low drawdown The EA should be high frequency trading special for XAUUSD and btcusd or binary options but also the EA should be testable via strategy tester and demo test for five days is needed NO SELECTION CAN BE DONE WITHOUT TESTING when applying make sure you send the backtester results with demo EA testable via strategy tester
Hello, I'm looking to find out the cost of creating a mobile trading robot. I've tried to describe it as thoroughly as possible in the following document. I look forward to your response. I'd like to know the costs, delivery time, and how you plan to implement it before making a decision
I have an existing MT5 Expert Advisor (“E-Core”). I need an experienced MQL5 developer to integrate a structured risk management upgrade and a higher timeframe trend filter into the current code. Two files will be provided: 1️⃣ E-Core Source Code (Current Version) 2️⃣ Update Instructions File (contains exact inputs, functions, and logic to integrate) The developer must: Integrate the update logic
DO NOT RESPOND TO WORK WITH ANY AI. ( I CAN ALSO DO THAT ) NEED REAL DEVELOPING SKILL Hedge Add-On Rules for Existing EA Core Idea SL becomes hypothetical (virtual) for the initial basket and for the hedge basket . When price hits the virtual SL level , EA does not close the losing trades. Instead, EA opens one hedge basket in the opposite direction. Original basket direction Hedge basket direction (opposite) Inputs
Billionflow 30 - 100 USD
Trading specifications: Indicators: Bollinger band ( Period 40, Deviation 1 apply to close) Moving Average (Exponential ) Period 17 applied to high Moving Average ( Exponential ) Period 17 applied to low But Signal enter a buy trade when prices crosses the lower band of the bollinger band up and also crosses the moving average channel of high and low the reverse is true for sell signal
Hello, I am a user of the "BUY STOP SELL STOP V6" trading bot, which is an advanced Grid System bot. The bot is primarily designed for Gold (XAUUSD), but I want it to work on all currency pairs. "The bot contains a privacy/protection code that prevents it from running on other accounts or being modified on any platform, as it has a client account number lock mechanism" --- Bot Description & Current Settings Bot Type

Informações sobre o projeto

Orçamento
100 - 500 USD
Prazo
de 10 para 20 dias