Job finished
Execution time 3 days
Feedback from customer
Excelent programmer. Was king enough to do some extra adjustments. I will keep doing business with you
Feedback from employee
Great client, thank you.
Specification
Script/EA that must do the following:
- display All output in a dashboard
- Manage ALL symbols from MarketWatch
- calculate CCI indicator and MovingAverage of the CCI
- all symbols from the MarketWatch must be displayed in a window as a table (spaced conveniently), like a dashboard, together with their CCI values and MA of CCI values - see below .
- for every symbol from MarketWatch, the Script /EA must display CCI(x) and the MA(y) applied on the CCI indicator. Values for x and y must be entered by user
- user must be able to select the calculation mode of CCI (close, open, high, low, ...) and MA (simple, exponential....)
- user must select the timeframe (MN, W1, D1, H4, H1, M30, M15, M5)
- user must select a HighAlarmLevel AND a LowAlarmLevel
Signal ALARMS/ALERTS:
Applies to the last closed candlestick:
- for every symbol, if CCI > HighAlarmLevel, then CCI value in the table must be display with a different color (user configurable) (alarm trigger)
- for every symbol, if MA of CCI > HighAlarmLevel, then CCI value in the table must be displayed with a different background color (user configurable) (alarm trigger)
- for every symbol, if CCI < LowAlarmLevel, then CCI value in the table must be display with a different color (user configurable) (alarm trigger)
- for every symbol, if MA of CCI < LowAlarmLevel, then CCI value in the table must be displayed with a different background color (user configurable) (alarm trigger)
Applies to the previously closed candlesticks (I want to see if I have missed some alarms for the previous 2 candlesticks)
- for every symbol, if alarm WAS triggerer during the previous 2 candlesticks (BEFORE THE LAST CLOSED CANDLESTICK), the colors in the table bust be different (user configurable)
Applies to the current candlestick
- for every symbol in the table that the alarm conditions are met, a flashing "*" sign should be displayed next to the values of the CCI and MA
There is no need to process every tick.
It is necessary to process the closing of the candlesticks, AND every minute or so for the current candlestick alerts
Responded
1
Rating
Projects
416
30%
Arbitration
74
19%
/
72%
Overdue
52
13%
Working
2
Rating
Projects
103
20%
Arbitration
6
0%
/
83%
Overdue
3
3%
Free
3
Rating
Projects
490
75%
Arbitration
6
67%
/
17%
Overdue
0
Working
4
Rating
Projects
462
26%
Arbitration
139
20%
/
60%
Overdue
100
22%
Free
5
Rating
Projects
102
23%
Arbitration
12
25%
/
17%
Overdue
13
13%
Free
6
Rating
Projects
19
11%
Arbitration
1
0%
/
100%
Overdue
5
26%
Free
7
Rating
Projects
3
67%
Arbitration
1
0%
/
0%
Overdue
0
Free
8
Rating
Projects
35
54%
Arbitration
8
63%
/
38%
Overdue
1
3%
Free
9
Rating
Projects
289
35%
Arbitration
18
22%
/
61%
Overdue
43
15%
Free
10
Rating
Projects
74
50%
Arbitration
5
0%
/
60%
Overdue
19
26%
Free
11
Rating
Projects
641
41%
Arbitration
25
48%
/
36%
Overdue
46
7%
Working
12
Rating
Projects
202
48%
Arbitration
5
20%
/
60%
Overdue
2
1%
Free
Similar orders
Hello Traders and Investors, I am a professional algorithmic trading developer specialized in building high-quality Expert Advisors (EAs), Indicators, Scripts, and Trade Management Tools for MetaTrader 4 and MetaTrader 5. With extensive experience in financial markets and trading automation, I can transform your trading ideas into reliable and efficient solutions with clean, optimized, and well-structured code. My
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
Project information
Budget
30 - 100 USD