EA based on price at the open

MQL5 Experten C++ C# Forex

Auftrag beendet

Ausführungszeit 1 Stunde
Bewertung des Kunden
Great programmer!
Bewertung des Entwicklers
Nice Customer.. thanks & good luck

Spezifikation

Briefly, the EA looks to see if a certain candle closes higher or lower than the open at a specific time and is higher or lower than a moving average.

If this is the case, we place two limit orders at a certain retracement of the signal candle with the same stop, a fixed target and a trail on a moving average.

Limit orders are valid until the end of the day. If possible

I would like the programmer to incorporate his lines of code into my template so that I can properly navigate the source code.

The bot should have a bool that will allow me to choose if I want to use ATR or fixed percentages for my targets and stops. (I already have the code for the ATR in my template) As well as a bool fix lot size for optimization.

Conditions for a long:

If the candle close following the open (03:00) > the open && the candle close following the open > the 24 EMA place two buy limit orders at a -25% retracement of the signal candle (the candle following the open) with 50% of the total risk of 1% on each position. P1 & P2 will have the same stop (-2%). P1 will have a +2% target. When P1's TP is hit, P2 trails on the 12 EMA. Limit orders are valid for 22 hours.

Conditions for shorts: If the close of the candle following the open (03:00) < than the open && the close of the candle following the open is more < than the 24 EMA place two sell limit orders at a retracement of +25% of the candle of the signal (the candle following the open) with 50% of the total risk of 1% on each of the positions. P1 & P2 will have the same stop (+2%). P1 will have a target of -2%. When P1's TP is hit, P2 trails on the 12 EMA. Limit orders are valid for 22 hours.

Do not open other positions in the same direction as long as there is still a position in the market.

If possible create the open line that spans 24 hours with history/lookback.

Make sure the EA works for all brokers.

inputs:

input bool fixlotsize = true;

input double fixlotsize_val = 0.01;

input double TotalRiskPercentage = 1.00;

input double p1risk = 50;

input double p2risk = 50;

input double stops = 2; //in % input double

input double tp= 2; //in %

input bool atrTargetStop = false;

input double ATRmultiplierForStops = 3;

input double ATRmultiplierForTP1 = 3;

input int trail_MAperiod = 12;

input ENUM_MA_METHOD trail_MAmethod = MODE_EMA;

input ENUM_APPLIED_PRICE trail_MA_AppliedPrice = PRICE_CLOSE;

input int MAperiod = 24;

input ENUM_MA_METHOD MAmethod = MODE_EMA;

input ENUM_APPLIED_PRICE MA_AppliedPrice = PRICE_CLOSE;

input string open_time = "03:00";

input double retracement= 25; //in percennt



Bewerbungen

1
Entwickler 1
Bewertung
(9)
Projekte
19
16%
Schlichtung
3
67% / 0%
Frist nicht eingehalten
0
Frei
2
Entwickler 2
Bewertung
(19)
Projekte
26
27%
Schlichtung
3
0% / 100%
Frist nicht eingehalten
2
8%
Frei
3
Entwickler 3
Bewertung
(568)
Projekte
641
41%
Schlichtung
23
52% / 30%
Frist nicht eingehalten
46
7%
Arbeitet
4
Entwickler 4
Bewertung
(298)
Projekte
427
26%
Schlichtung
18
61% / 33%
Frist nicht eingehalten
26
6%
Frei
Veröffentlicht: 8 Beispiele
5
Entwickler 5
Bewertung
(72)
Projekte
80
10%
Schlichtung
35
9% / 54%
Frist nicht eingehalten
6
8%
Frei
6
Entwickler 6
Bewertung
(151)
Projekte
227
80%
Schlichtung
19
32% / 42%
Frist nicht eingehalten
11
5%
Frei
Veröffentlicht: 24 Artikel, 1882 Beispiele
7
Entwickler 7
Bewertung
(37)
Projekte
59
27%
Schlichtung
25
20% / 52%
Frist nicht eingehalten
10
17%
Arbeitet
Veröffentlicht: 1 Beispiel
8
Entwickler 8
Bewertung
(443)
Projekte
464
74%
Schlichtung
5
80% / 0%
Frist nicht eingehalten
0
Arbeitet
9
Entwickler 9
Bewertung
(359)
Projekte
641
26%
Schlichtung
91
73% / 14%
Frist nicht eingehalten
12
2%
Arbeitet
Veröffentlicht: 1 Beispiel
Ähnliche Aufträge
Greetings, I own an .ex4 EA and require the corresponding .mql4 file. Please apply only if you have strong MQL4 experience and can ensure the integrity of the code. Looking forward Regards
Hello, good day to you Developers, I am looking for someone that can deliver on a project with the following requirements: The job I am about to give out will involve "Tradingview" and "cTrader" Tradingview: for analysis, as the Strategy uses one second charts/candles, cTrader: for executing and managing the trades. - For this cBot to work well for the project's aims, SPEED of execution is of utmost importance. - The
EA require 50+ USD
Hello I have an EA that i am looking to develop similar one, i also have a strategy but not sure, what do you suggest? are you able to utilize those data to create similar one EA or not? I can share files if you require Regards
Project Scope – Phase 1 (Pepperstone cTrader Notifications) Connect to Pepperstone cTrader account. Capture trade signals from my copy trades. Deliver real-time notifications with full trade details: Entry price Lot size (relative to account balance) Stop loss Profit target Notifications should be sent via email or messaging app (Telegram preferred). Deliverable: A working system that sends me live trade alerts from
MT4 Hedging Expert Advisor Build Project: Custom Grid + Hedge EA Development (MT4) Strategy Concept We want to develop a custom Expert Advisor (EA) that combines trend filtering, indicator-based entry signals, and grid trading. Indicators EMAs (multi-timeframe trend filter): Short EMAs (e.g. 10–30) for short-term direction Medium EMAs (e.g. 50–100) for structure confirmation Long EMA (200) as main trend filter
I have a TradingView indicator in Pine Script that I want converted into a NinjaTrader (NinjaScript C#) indicator, with the same logic, signals, and visuals fully replicated, so I need a developer experienced in both platforms to handle the conversion, deliver a working NinjaTrader file, and ensure accuracy against the TradingView version
Robot 50+ USD
The most advanced mobile robot 98 % wine fully automated it must work both mt4 and mt5 with any broker it must be able to trade small amount to big amount
Project Overview: We are seeking a highly skilled and experienced developer to build a next-generation Forex Expert Advisor (EA) for MetaTrader 5. The core innovation of this project is an EA that relies 100% on a custom deep learning AI model (e.g., LSTM, Transformer) for generating all trading signals. The EA will trade the XAU/USD (Gold) instrument. The developer must be proficient not only in advanced MQL5
Develop an Expert Advisor trading trend reversals. Reversal signals will be generated based on Price Action patterns. Trend will be determined based on ADX, Alligator and MACD, while the indicator selection should be available in the EA's input parameters
Mthizo trades 30 - 200 USD
- *Currency Pairs*: Major pairs such as EUR/USD, XAU/USD and GBP/USD - *Funding Currency*: South African Rand (ZAR) - *Initial Deposit*: R100 (may require additional deposit for live trading) - *Risk Management*: Basic risk management features, such as stop loss and take profit - *Strategy*: Pre-defined strategy based on Smart Money Concept principles - *Cost*: Approximately R100-R200 (one-time cost or

Projektdetails

Budget
30 - 40 USD
Für die Entwickler
27 - 36 USD
Ausführungsfristen
von 1 bis 2 Tag(e)