Simple EA for pending orders DAX

MQL4 Experten

Auftrag beendet

Ausführungszeit 7 Tage
Bewertung des Entwicklers
great job, great customer

Spezifikation

Hello, I need a simple EA to place pending orders for the DAX30. Here is the description:

Dax EA

1. Pending order with 2 options: a. buy stop, b. sell stop. Possibility to enter numeric value for buy stop/sell stop, e.g. 10.500 (at this value the buy/sell shall be executed). If only a value is entered, e.g. for a buy stop and no value for the sell stop -> only place the buy stop.

2. SYMBOL: GER30, i.e. 1 digit after the comma (e.g., 9,500.0)

3. Lot size: manual entry of lot size, e.g. 0,01

4. Take Profit: entry manual in points. If 0 = close by STOP time

5. Stop Loss: entry manual in points. If 0 = close by STOP time

6. START TIME: Pending order shall be executed after the start time. Time shall be the terminal time. If the current price is higher than the buy stop at the start time = immediate opening of a position; if the current price is lower than the sell stop at the start time = immediate opening of a position. If there is a buy AND a sell stop, the other pending order shall be deleted.

8. EXP. TIME: delete pending order after EXP. TIME (in minutes, e.g. 120 min = 2 hours after start time pending order(s) will be deleted if not filled)

9. STOP TIME: Any open order shall be closed at the STOP time (terminal time) if there is no T/P or S/L specified

10. Please include usual standard parameters – magic number, comment etc.

Thanks! 

Bewerbungen

1
Entwickler 1
Bewertung
(619)
Projekte
969
47%
Schlichtung
32
38% / 34%
Frist nicht eingehalten
96
10%
Arbeitet
Veröffentlicht: 6 Beispiele
2
Entwickler 2
Bewertung
(414)
Projekte
670
33%
Schlichtung
60
17% / 32%
Frist nicht eingehalten
113
17%
Arbeitet
3
Entwickler 3
Bewertung
(106)
Projekte
314
49%
Schlichtung
42
52% / 19%
Frist nicht eingehalten
22
7%
Frei
Ähnliche Aufträge
// Expert Advisor for XAUUSD (Gold) - Multi-strategy MT5 Bot input double LotSize = 0.1; input double RiskPercent = 2.0; input int FastEMA = 12; input int SlowEMA = 26; input int RSI_Period = 14; input double RSI_Overbought = 70; input double RSI_Oversold = 30; input int MACD_Fast = 12; input int MACD_Slow = 26; input int MACD_Signal = 9; input int BB_Period = 20; input double BB_Deviation = 2.0; input int ATR_Period
//+------------------------------------------------------------------+ //| Script program start function | //+------------------------------------------------------------------+ void OnTick() { // Define variables double high = iHigh(_Symbol, PERIOD_CURRENT, 1); double low = iLow(_Symbol, PERIOD_CURRENT, 1); double retracement = (high - low) * 0.3; double currentPrice = SymbolInfoDouble(_Symbol
Level4 30 - 200 USD
This code fetches the current XAU/USD and BTC/USD data, calculates the 50 1. The code fetches the current XAU/USD data using the `yfinance` library. 2. It calculates the 50% and 61.8% Fibonacci retracement levels based on the high and low prices. 3. It gets the current price and compares it to the Fibonacci levels. 4. If the current price is above the 50% level, it generates a "Buy" signal. If it's below the 61.8%
I would like to have a fully automated trading strategy developed in EasyLanguage for TradeStation. The core logic is based on the Hull Suite indicator from TradingView — enter long when price crosses above the Hull Moving Average and exit when it crosses below, with optional ATR-based stop loss and take profit. I’d like it coded for both backtesting and live automated execution, including position sizing and basic
We are developing a next-generation Expert Advisor for MetaTrader 5 that integrates with a Python-based AI backend . This EA will act as the execution engine, communicating with the AI via API requests to receive trading bias, entry logic, and risk parameters in real time. This is not a basic robot — it’s a professional build intended for mass distribution under a subscription model. Only apply if you have experience
Good morning. I am looking for an EA that opens trades posted on Telegram Channel to MT5 platform. When i send a signal to Telegram like “Buy EURUSD @1.1100, TP @1.1200, SL @1.1000”. I want the trade to be copied directly on MT5. Lets discuss
🧠 Request to Develop and Improve Trading Bot to a Smart Professional System with Enhanced Dashboard News Hello, I have a highly advanced trading bot that works very well and generates good profits. The bot currently includes: Indicators: RSI, Moving Average, Price Action. Multi-timeframe analysis for trade entries. Risk management: Trailing Stop, Daily Loss, Daily Profit. Martingale / Enhancement System, Take
fait un robot de trading basée sur une stratégie de cassure de range (breakout) fondée sur l’analyse des mouvements de prix consécutifs à la session asiatique . Son objectif est d’ exploiter la volatilité générée à l’ouverture de la session européenne , lorsque le marché sort de la phase de consolidation formée durant la nuit. Concrètement, la stratégie identifie le plus haut (High) et le plus bas (Low) atteints
Robô “Caçador de Tendência” (MT5) 🔹 1. Lógica principal O robô deve: Operar com base em um preço de referência definido pelo usuário. A partir desse preço, crie uma grade horizontal (grade) com distância fixa definida pelo usuário entre níveis (por exemplo: 1.000 pontos). Em cada nível acima do preço de referência, deve haver uma ordem de compra definida. Em cada nível abaixo do preço de referência, deve haver uma
Hi, I’m looking for someone to help me with my Sierra Chart project development. If you’re confident in working with Sierra Chart and ready to take on the project, please send me a message. Once we connect, I’ll share all the details so we can get things rolling right away

Projektdetails

Budget
10 - 15 USD
MwSt (20%): 2 - 3 USD
Insgesamt: 12 - 18 USD
Für die Entwickler
9 - 13.5 USD
Ausführungsfristen
von 1 bis 4 Tag(e)