仕事が完了した

実行時間5 分
依頼者からのフィードバック
Really knows what to do! And communicates well in English too.
開発者からのフィードバック
Thank you for your order! Great customer! Hope for further cooperation!

指定

I want an EA that always trades. Can buy only, sell only, or buy and sell at the same time depending on my selection. It has 5 levels of grid settings. Each grid just contiues onto the next. Not a new grid each time, the settings to continue gridding changes. I have attached an excel file with examples which should be quite self explanatory. 


INPUTS

Initial (first trade)

input double   StartLot = 0.1;        // Starting lot size

input double   TakeProfit = 50;       // Take profit in POINTS  - This TP will be for all open positions irrespective of how many grids - based on ALL open positions AVERAGE COST

input double   Max Spread = 50;    // Max spread in POINTS for opening positions

Select option - BUY / SELL / BUY&SELL at the same time - I would like to either only open BUYS or SELLS or BOTH at the same time


Grids (subsequent trades)

input double   Grid1_Multiplier = 2.0; // Lot multiplier for Grid 1

input double   Grid1_Distance = 20;    // Distance in POINTS to start multiplying for Grid 1

input int      Grid1_MaxTrades = 5;    // Max trades in Grid 1


input double   Grid2_Multiplier = 2.5; // Lot multiplier for Grid 2

input double   Grid2_Distance = 25;    // Distance in POINTS to start multiplying for Grid 2

input int      Grid2_MaxTrades = 5;    // Max trades in Grid 2


input double   Grid3_Multiplier = 3.0; // Lot multiplier for Grid 3

input double   Grid3_Distance = 30;    // Distance in POINTS to start multiplying for Grid 3

input int      Grid3_MaxTrades = 5;    // Max trades in Grid 3


input double   Grid4_Multiplier = 3.5; // Lot multiplier for Grid 4

input double   Grid4_Distance = 35;    // Distance in POINTS to start multiplying for Grid 4

input int      Grid4_MaxTrades = 5;    // Max trades in Grid 4


input double   Grid5_Multiplier = 4.0; // Lot multiplier for Grid 5

input double   Grid5_Distance = 40;    // Distance in POINTS to start multiplying for Grid 5

input int      Grid5_MaxTrades = 5;    // Max trades in Grid 5


ファイル:

CSV
Example.csv
7.3 Kb

応答済み

1
開発者 1
評価
(62)
プロジェクト
90
29%
仲裁
24
13% / 58%
期限切れ
7
8%
仕事中
2
開発者 2
評価
(50)
プロジェクト
64
20%
仲裁
11
27% / 55%
期限切れ
5
8%
3
開発者 3
評価
(279)
プロジェクト
341
37%
仲裁
6
50% / 17%
期限切れ
7
2%
パブリッシュした人: 5 codes
4
開発者 4
評価
(17)
プロジェクト
17
59%
仲裁
0
期限切れ
2
12%
5
開発者 5
評価
(574)
プロジェクト
945
47%
仲裁
309
58% / 27%
期限切れ
125
13%
6
開発者 6
評価
(7)
プロジェクト
8
13%
仲裁
6
33% / 33%
期限切れ
0
7
開発者 7
評価
(45)
プロジェクト
91
13%
仲裁
34
26% / 59%
期限切れ
37
41%
8
開発者 8
評価
プロジェクト
1
0%
仲裁
4
0% / 50%
期限切れ
0
仕事中
9
開発者 9
評価
(93)
プロジェクト
133
35%
仲裁
13
38% / 31%
期限切れ
32
24%
10
開発者 10
評価
(365)
プロジェクト
441
55%
仲裁
22
50% / 14%
期限切れ
30
7%
取り込み中
11
開発者 11
評価
(471)
プロジェクト
490
75%
仲裁
6
67% / 17%
期限切れ
0
仕事中
12
開発者 12
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
パブリッシュした人: 1 code
13
開発者 13
評価
(72)
プロジェクト
80
10%
仲裁
38
8% / 58%
期限切れ
6
8%
14
開発者 14
評価
(7)
プロジェクト
6
33%
仲裁
7
0% / 71%
期限切れ
0
類似した注文
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
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
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
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

プロジェクト情報

予算
30+ USD