Job finished
Execution time 9 minutes
Feedback from customer
Jobb done. All OK
Feedback from employee
Thank you for the project. It was a pleasure working with you.
Specification
To eliminate this difficulty, use the expert's example: EA 24658754
MAKE THE MODIFICATION IN THE EXPERTS' FILES: EA_MT4, EA_MT5
Add this:
input bool ShowInfo = false; // Show Info to Chart input ENUM_BASE_CORNER Corner = 1; // Info Corner input color Color_Info = clrAqua;// Info Color
Add this:
//+------------------------------------------------------------------+ //| Print info to chart | //+------------------------------------------------------------------+ void PrintInfo() { if(!ShowInfo){ return;} if(ShowInfo){ text[1]= EAComment; text[2]= "-------------------------------------------"; text[3]= "Time Current: " + TimeToStr(TimeCurrent()); text[4]= "-------------------------------------------"; text[5]= "Account Number: " + IntegerToString(AccountNumber()); text[6]= "Account Leverage: " + IntegerToString(AccountLeverage()); text[7]= "Account Balance: " + DoubleToStr(AccountBalance(), 2); text[8]= "Account Equity: " + DoubleToStr(AccountEquity(), 2); text[9]= "Free Margin: " + DoubleToStr(AccountFreeMargin(), 2); text[10]= "Used Margin: " + DoubleToStr(AccountMargin(), 2); text[11]= "Current Profit: " + DoubleToStr(OrderProfit(), 2); text[12]= "-------------------------------------------"; text[13]= "Remaining Candle Time: " + (()); text[14]= "Bid Price: " + (()); text[15]= "Ask Price: " + (()); text[16]= "Current Spread: " + (()); text[17]= "Expert Current Status: " OFF / ON + (()); text[18]= "-------------------------------------------"; int i=1, k=20; while (i<=25) { string ChartInfo = "Info"+IntegerToString(i); ObjectCreate(ChartInfo, OBJ_LABEL, 0, 0, 0); ObjectSetText(ChartInfo, text[i], 9, "Arial", Color_Info); ObjectSet(ChartInfo, OBJPROP_CORNER, Corner); ObjectSet(ChartInfo, OBJPROP_XDISTANCE, 7); ObjectSet(ChartInfo, OBJPROP_YDISTANCE, k); i++; k=k+13; } } }
Insert an image:


Responded
1
Rating
Projects
282
46%
Arbitration
27
59%
/
37%
Overdue
36
13%
Free
2
Rating
Projects
989
47%
Arbitration
33
36%
/
36%
Overdue
98
10%
Working
Published: 6 codes
3
Rating
Projects
701
34%
Arbitration
34
71%
/
9%
Overdue
22
3%
Free
4
Rating
Projects
262
30%
Arbitration
0
Overdue
3
1%
Free
Published: 2 codes
5
Rating
Projects
1717
49%
Arbitration
52
71%
/
12%
Overdue
38
2%
Working
6
Rating
Projects
57
18%
Arbitration
6
33%
/
17%
Overdue
1
2%
Free
Published: 2 codes
7
Rating
Projects
312
70%
Arbitration
2
100%
/
0%
Overdue
0
Free
Published: 1 code
8
Rating
Projects
19
42%
Arbitration
6
0%
/
50%
Overdue
3
16%
Working
9
Rating
Projects
52
73%
Arbitration
4
50%
/
0%
Overdue
0
Free
10
Rating
Projects
565
26%
Arbitration
24
42%
/
38%
Overdue
85
15%
Working
Published: 6 codes
11
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
12
Rating
Projects
557
35%
Arbitration
79
32%
/
43%
Overdue
202
36%
Working
13
Rating
Projects
945
47%
Arbitration
309
58%
/
27%
Overdue
125
13%
Free
14
Rating
Projects
137
52%
Arbitration
5
40%
/
60%
Overdue
0
Free
15
Rating
Projects
121
68%
Arbitration
5
80%
/
0%
Overdue
12
10%
Working
16
Rating
Projects
598
35%
Arbitration
64
20%
/
58%
Overdue
147
25%
Free
Published: 1 article, 22 codes
17
Rating
Projects
0
0%
Arbitration
5
0%
/
60%
Overdue
0
Free
18
Rating
Projects
5
60%
Arbitration
0
Overdue
0
Free
19
Rating
Projects
195
42%
Arbitration
13
8%
/
54%
Overdue
9
5%
Free
Published: 3 codes
20
Rating
Projects
1
0%
Arbitration
0
Overdue
0
Free
21
Rating
Projects
20
35%
Arbitration
3
0%
/
100%
Overdue
0
Free
Published: 1 code
22
Rating
Projects
243
74%
Arbitration
7
100%
/
0%
Overdue
1
0%
Free
Published: 1 article
Similar orders
Hi, I hope you doing Greate, Let me share details , so the original EA already working but you can check and verify everything fine.First you verify that all original EA features are working correctly then add a user dashboard showing the number of detected zones, buy sell both none status, and an on off button. also ensure mitigated zones disappear properly and that trades follow the zone rules, and integrate the
Project Title: Custom XAUUSD Support & Resistance Indicator Platform Required: MT5 preferred. If possible, also provide TradingView Pine Script version later. Main Goal: I want a custom indicator made specifically for XAUUSD (Gold) only. The indicator should automatically detect and draw strong support and resistance zones where price has a high probability of reacting, rejecting, or reversing. It must update
1. IF price forms: - Higher highs + higher lows → TREND = BUY - Lower highs + lower lows → TREND = SELL ELSE → NO TRADE 2. IF: - Trend = BUY - Price retraces to support zone - Bullish engulfing candle forms - TDI green crosses above red (optional) THEN: - Execute BUY 3. IF: - Trend = SELL - Price retraces to resistance - Bearish engulfing forms - TDI confirms THEN: - Execute SELL 4. Risk per trade = 1% of account Lot
Apply with a screen of your work . Symbol Specific Logic . Live Chart Optimization Check the Core logic . [back tests as well] Change points to pips . Create buffer for the zone
Hi, I am looking for an Quant/MQL5 developer to build a pure mathematical, Delta-Neutral Statistical Arbitrage (spot vs future ) Expert Advisor. No retail indicator logic (No RSI, MACD, etc.). This is a high-speed, spread-based execution model trading the pricing inefficiency between two correlated assets (e.g., Gold Spot XAUUSD vs Gold Futures). Core Requirements at a Glance: Real-time Spread & Z-Score
I need a professional MetaTrader 5 Expert Advisor based on a pullback trading strategy. Indicators: - Moving Averages: 5, 8, 13, 144 (custom, smooth like TradingView) - RSI (14) - ADX (14) with DI+ and DI- - OsMA (8, 21, 5) Strategy: Trend: - Use MA 144 to define the main trend Entry: - Trade only in trend direction - Wait for price to touch MA 8 - Confirm with: - RSI (above 50 for buy / below 50 for sell) - ADX >
I already have an MT5 trading bot called Omega Bot and I am looking for a marketer / seller who can help me find real buyers. Commission: 100 USD per successful sale Bot details: - MT5 only - Gold and Silver - M15 - ORB strategy - Asia and New York sessions - Automatic risk management - Break-even - Trailing stop - Spread filter - Beginner friendly - Ready settings file - Trial version available - Support after sale
Fair Value Gap Expert , Optimize the core logic for live chart . [Filters are working] Lets ace the trailing stop . Change points to pip . Project will start from next week
Tradingview indicator
30+ USD
Hi, Before ordering, I want to verify the quality of your ICT/SMC logic. Do you have an existing indicator or strategy (your own work) that I can test on TradingView? If yes, please provide: 1. A demo (invite-only script or video) 2. Proof it is NON-repainting (explained clearly) 3. Live or replay demonstration (not static screenshots) Specifically I want to see: * Clean swing structure (no consecutive highs/lows) *
Project Overview I am looking for a high-level Algorithmic Trader / Developer to build a sophisticated, fully automated scalping system for the Nasdaq-100 Future (NQ) . The system must integrate institutional order flow logic with market structure analysis. The core logic must be written in Python , acting as a central hub that bridges ATAS (as the primary data source for Order Flow) and MetaTrader 5 (as the
Project information
Budget
30+ USD
Deadline
from 1 to 3 day(s)