Auftrag beendet
Ausführungszeit 3 Tage
Bewertung des Kunden
Great developer. Quite clean, fast and reliable.
Bewertung des Entwicklers
Many thanks!
Spezifikation
Hi,
I need to hire an MQL5 coding for the following (do not want to be an MQL4 coding converted to MQL5 I already had that once!).
Note.I had already published this job but I have decided to increase the budget. I decided to create a new job for you guys to be able to spot it. The other job therefore is elimianted.
I. EA 1
1. The EA is meant just to calculate the positions sizing for me and open the positions accordingly.
2. The position sizing must be establishtoed according to the position sizing algorithm I will provide. The algo uses the stock price and the SL to be calculated. Bear in mind that the algorithm takes the stop loss value not as a price, but as the number that results from subtracting the open price from the stop loss price.
3. Therefore, I would need to manually input the SL price for it to open the position with the number of stocks needed but it has to take in the ask price automatically if it is a market order. If it is a limit or stop order I must be able to include manually the price.
4. I need it to give me the options to decide if I want a market order, a stop order or a limit order.
5. I need it to show me the final calculation of the number of stocks that would be bought before I accept to attach the EA.
6. I need the value of the initial SL to be stored int he comment of the position.
7. Of course I will need the source code.
II. EA 2
1. It has to buy if the price is above daily 200 SMA and sell once it touches it again.
2. The number of lots must be calculated according to my position sizing algorithm. Bear in mind that the algorithm takes the stop loss value not as a price, but as the number that results from subtracting the open price from the stop loss price (is the same algo of the 1st EA).
3. The SL must be placed in the lowest price of the last 10 days based on the close price.
4. I need it to work with the ontester algorithm I will provide.
5. I need it to write in the comment of the position the initial SL price.
6. After 3 months I need it to buy additional stocks of the same symbol. The number of stocks must be = to the profit of that position and i has to trail the stop to +0.2% of the initial open price. In this part the positions sizing algorithm I provide must not do anything.
7. The next 3 months and so over (for indefinite time) I need it to: (i) trail the SL to the lowest price of the last 10 days based on the close price (of all the opened positions of the same symbol, meaning all have to trail their stops equaly) and; (ii) risk only the 2.2% of the total equity; but if the SL is risking more than 2.2% of the equity then the stop should be placed in the 2.2% equivalent. If the SL is placed and the risk taken is below 2.2% additional stocks must be purchased to meet the 2.2% risk. This should continue every 3 months of the EA. In this part the positions sizing algorithm I provide must not do anything.
8. Of course I will need the source code.
9. I need all the conditions to be able to be changed and activated or deactivated in the user interface and not just hard coded. For example, I want to be able to change the 10 days where is checked the low, the close price (change it to high or low) of those 10 days, the value of the 2.2% risk, etc.
Both algos must take into consideration that I may operate with stock CFDs or without any margin, just 1:1.
Take in consideration that the position sizing and the on tester algortihms are included in another EA. I will indicate exactly where, but you will have to take it from there.
Bewerbungen
1
Bewertung
Projekte
126
40%
Schlichtung
18
44%
/
56%
Frist nicht eingehalten
33
26%
Arbeitet
2
Bewertung
Projekte
103
20%
Schlichtung
6
0%
/
83%
Frist nicht eingehalten
3
3%
Frei
3
Bewertung
Projekte
1069
50%
Schlichtung
39
28%
/
41%
Frist nicht eingehalten
49
5%
Arbeitet
Veröffentlicht: 1 Artikel, 8 Beispiele
4
Bewertung
Projekte
22
5%
Schlichtung
7
14%
/
29%
Frist nicht eingehalten
3
14%
Frei
Veröffentlicht: 1 Beispiel
Ähnliche Aufträge
MT4/MT5 HFT EA us30
30 - 3000 USD
Hello everybody, I'm looking for an experienced MQL4/MQL5 developer to optimize a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5. The EA performs consistently and profitably on demo accounts, but when it is run on Raw and Standard live accounts under what appear to be the same trading conditions, it begins generating losses. I do not have the original source code (.mq4/.mq5); I only have the
MT4/MT5 HFT EA Live Trading
40 - 10000 USD
I have a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5 designed primarily for US30 (Dow Jones Index) . The EA performs consistently and profitably on demo accounts, but when I run it on an IC Markets Raw or Standard live account, it starts generating losses under what appear to be the same trading conditions. At this time, I cannot provide the source code (.mq4/.mq5). I can only provide the
TumiiFX
30 - 20000 USD
1. Use two EMAs: 20 and 50. If EMA 20 is above EMA 50 → uptrend (look for buys) If EMA 20 is below EMA 50 → downtrend (look for sells) 2. Wait for a pullback into the area between the two EMAs. - For buys: price must touch or move between EMA 20 and EMA 50 during the last few candles. - For stils: same idea, but in a downtrend. 3. Entry signal: Buy: a bullish engulfing candle in an uptrend after the pullback
Ниже представлено готовое, технически выверенное Техническое задание (ТЗ) . Вы можете полностью скопировать этот текст и разместить его на бирже фриланса (например, MQL5.com в разделе «Фриланс» или на Smart-Lab). Данное ТЗ написано на профессиональном языке, понятном разработчикам торговых систем для терминала QUIK (на языке Lua) . ТЕХНИЧЕСКОЕ ЗАДАНИЕ (ТЗ) Разработка мультивалютного торгового робота для терминала
Master mind
30+ USD
Start ↓ Detect Trend (H4) ↓ Confirm Structure (H1) ↓ Wait for Pullback ↓ Check Indicators ↓ Calculate Confidence Score ↓ Score ≥ 80? ├── No → Wait └── Yes ↓ Calculate Lot Size ↓ Place Order ↓ Set Stop Loss ↓ Set Take Profit ↓ Manage Trade ↓ Move to Break-even ↓ Trail Stop ↓ Close Trade. IF Price > EMA200 (H4) AND EMA50 > EMA200 (H4) AND ADX > 25 AND RSI between 55 and 70 AND MACD Main > Signal AND Bullish engulfing
A robot
50+ USD
HIGH-FREQUENCY M5/M15 CONCURRENT ENTRY SNIPER import time class HighFrequencySniper: def __init__(self): self.target_profit = 25.00 # Targeted Delta Move self.max_execution_time = 3600 # 1 Hour Sandbox (Seconds) self.lot_allocation = "CALIBRATED_TO_RISK" def execute_hft_scan(self, current_price, m5_rsi, m15_order_block): print(f"[SCANNING] Current Kernel Metric: ${current_price:.2f
EA Crafter
500+ USD
Act as a professional Quantitative Developer and Risk Manager. I want to build a systematic trading strategy rulebook that prioritizes capital preservation and statistical edge over raw performance. Please generate a structured trading strategy using the following framework: 1. ASSET CLASS & TIMEFRAME: - Asset: [e.g., Apple (AAPL), Bitcoin (BTC), or EUR/USD] - Timeframe: [e.g., 5-minute, 1-hour, Daily] 2. CORE
Driven Multiple Choice
30+ USD
Part 1: Project setup Input settings (risk, stop loss, take profit, EMA periods) Indicator initialization Trade management framework Part 2: Trading logic EMA crossover detection Buy/Sell entry rules One-trade-per-symbol check Part 3: Risk management Automatic lot size calculation Stop-loss and take-profit placement Trade execution and error handling Part 4: Final touches On-screen information Optimization
Institutional‑Grade Multi‑Currency MT5 EA
1000 - 1300 USD
Hello, I am reopening this project with a fully updated and clarified specification. I am looking for a high‑level MQL5 developer who can deliver a clean, stable, and professional Phase 1 version of my: Institutional‑Grade Multi‑Currency MT5 EA (A2SR + SMC + Smart Recovery + Smart Grid + Liquidity + Volatility + Safety Filters) This EA is not a simple indicator conversion or a basic strategy. It is a structured
Projektdetails
Budget
140+ USD