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
24
50% / 29%
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
(149)
Projekte
222
80%
Schlichtung
18
33% / 44%
Frist nicht eingehalten
10
5%
Arbeitet
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
(434)
Projekte
453
73%
Schlichtung
5
80% / 0%
Frist nicht eingehalten
0
Beschäftigt
9
Entwickler 9
Bewertung
(359)
Projekte
637
26%
Schlichtung
90
72% / 13%
Frist nicht eingehalten
12
2%
Arbeitet
Veröffentlicht: 1 Beispiel
Ähnliche Aufträge
Description: I have a fully functioning Expert Advisor (.mq5) that trades a breakout strategy based on 2-hour session boxes. The EA works perfectly and has already been live-tested. Now, I want to create a data-gathering/analyzer version of this EA to help me validate and analyze strategy performance over historical data. This new EA should not place real trades, but instead simulate the exact same logic and track
Hello Great developer I want to program indicator system contain more than one indicator and I can switch between them or show or hide them by buttons out on the screen. The indicator is easy like fractal drawing arrows in the high and the low but with different inputs. And after drawing fractal arrows I want option to connect them with line like zigzag indicator. I want also to change candles colors in different
I want to build an Ninjatrader C# automated Strategy. The Strategy: The bot puts a buy stop at the previous days high and the previous days low. Always both sides. -> very simple and straightforward for coding I guess. In addition to that the bot should have fields for SL and TP and especially Trailing SL in Pips. The trailing should have 3 different steps. Like 1-Step, 2-Step, 3-Step. And the last feature. It should
Hello guys, I'm currently looking for a serious and well-tested EA that can help pass prop firm challenges (like FTMO, MyForexFunds, etc.) and eventually run on a funded account. Requirements: Max Drawdown: 1–2% per trade Lot Size: Adjustable based on the challenge account size Risk Management: On-chart panel showing all key stats (daily drawdown, equity, profit target, etc.) Stop Loss & Take Profit: Must follow
TOS DEVELOPER 30+ USD
Hello, I want to enter the formulas for all the option exposures that don't appear in the TOS options chain by default. Once that's done, I can extract the real-time data from there so I can graph it in Excel. Do you know how to do this? I have the formulas for the exposures, there are two more add-ons I'd like to have. The first would be to have the total in billions for each exposure. I'd also like to have the
hello great developer i needs a developer to fix a NinjaTrader strategy bug that places trades at 3:00 AM, and to ensure all settings work correctly according to the strategy logic
Project goal: Develop a Pine Script for TradingView to identify market structures like HH and LL according to specific rules. Scope of work :- Create a Pine Script indicator for TradingView focusing on market structure identification. - Implement rules for identifying and marking HH, LL, etc. This will be phase 1 of 3 Technical requirements - Use Pine Script for TradingView platform must be very familiar as this is
I'm looking to purchase an existing **Expert Advisor for MetaTrader 5** that executes **between 5 and 10 trades per day** (on average). ✅ Requirements: - Fully automated - Works with any pair (Forex, gold, indices…) - No HFT, no arbitrage - No martingale (or very controlled) - Stable performance (low drawdown) - Includes backtest or live results - Ready to use If you have a working EA that fits this profile, please
*Recommendation Summary:* I specialize in developing powerful, reliable, and highly optimized *Forex Expert Advisors and Scripts using MQL5*. With a strong foundation in *statistics, trading logic, and risk management*, I ensure every trading bot is tailored for *maximum profitability and minimum risk*. My expertise includes: ✅ Strategy Optimization for consistent performance ✅ Advanced Risk and Money Management
Hello great developer am looking for any tradingview indicator that will work regardless of which currency pair I'm trading, I want to display the buy or sell indicator on the chart as soon as the trend goes up or down, and also the corresponding TP1 or TP2 indicator to show how far it will go. So I know how far I can open and close the trade. also display the TP and SL exactly so that I can enter it when trading

Projektdetails

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