Tâche terminée
Temps d'exécution 9 minutes
Commentaires du client
Jobb done. All OK
Commentaires de l'employé
Thank you for the project. It was a pleasure working with you.
Spécifications
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:


Répondu
1
Évaluation
Projets
282
46%
Arbitrage
27
59%
/
37%
En retard
36
13%
Gratuit
2
Évaluation
Projets
989
47%
Arbitrage
33
36%
/
36%
En retard
98
10%
Travail
Publié : 6 codes
3
Évaluation
Projets
701
34%
Arbitrage
34
71%
/
9%
En retard
22
3%
Gratuit
4
Évaluation
Projets
262
30%
Arbitrage
0
En retard
3
1%
Gratuit
Publié : 2 codes
5
Évaluation
Projets
1717
49%
Arbitrage
52
71%
/
12%
En retard
38
2%
Travail
6
Évaluation
Projets
57
18%
Arbitrage
6
33%
/
17%
En retard
1
2%
Gratuit
Publié : 2 codes
7
Évaluation
Projets
312
70%
Arbitrage
2
100%
/
0%
En retard
0
Gratuit
Publié : 1 code
8
Évaluation
Projets
19
42%
Arbitrage
6
0%
/
50%
En retard
3
16%
Travail
9
Évaluation
Projets
52
73%
Arbitrage
4
50%
/
0%
En retard
0
Gratuit
10
Évaluation
Projets
565
26%
Arbitrage
24
42%
/
38%
En retard
85
15%
Travail
Publié : 6 codes
11
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
12
Évaluation
Projets
557
35%
Arbitrage
79
32%
/
43%
En retard
202
36%
Travail
13
Évaluation
Projets
945
47%
Arbitrage
309
58%
/
27%
En retard
125
13%
Gratuit
14
Évaluation
Projets
137
52%
Arbitrage
5
40%
/
60%
En retard
0
Gratuit
15
Évaluation
Projets
121
68%
Arbitrage
5
80%
/
0%
En retard
12
10%
Travail
16
Évaluation
Projets
598
35%
Arbitrage
64
20%
/
58%
En retard
147
25%
Gratuit
Publié : 1 article, 22 codes
17
Évaluation
Projets
0
0%
Arbitrage
5
0%
/
60%
En retard
0
Gratuit
18
Évaluation
Projets
5
60%
Arbitrage
0
En retard
0
Gratuit
19
Évaluation
Projets
195
42%
Arbitrage
13
8%
/
54%
En retard
9
5%
Gratuit
Publié : 3 codes
20
Évaluation
Projets
1
0%
Arbitrage
0
En retard
0
Gratuit
21
Évaluation
Projets
20
35%
Arbitrage
3
0%
/
100%
En retard
0
Gratuit
Publié : 1 code
22
Évaluation
Projets
243
74%
Arbitrage
7
100%
/
0%
En retard
1
0%
Gratuit
Publié : 1 article
Commandes similaires
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
Informations sur le projet
Budget
30+ USD
Délais
de 1 à 3 jour(s)