İş Gereklilikleri
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:
Yanıtlandı
1
Derecelendirme
Projeler
278
46%
Arabuluculuk
22
73%
/
23%
Süresi dolmuş
37
13%
Serbest
2
Derecelendirme
Projeler
968
46%
Arabuluculuk
32
38%
/
34%
Süresi dolmuş
96
10%
Serbest
Yayınlandı: 6 kod
3
Derecelendirme
Projeler
658
33%
Arabuluculuk
31
74%
/
6%
Süresi dolmuş
20
3%
Serbest
4
Derecelendirme
Projeler
244
31%
Arabuluculuk
0
Süresi dolmuş
3
1%
Serbest
Yayınlandı: 2 kod
5
Derecelendirme
Projeler
1666
49%
Arabuluculuk
52
71%
/
12%
Süresi dolmuş
37
2%
Serbest
6
Derecelendirme
Projeler
39
15%
Arabuluculuk
2
0%
/
0%
Süresi dolmuş
1
3%
Serbest
Yayınlandı: 2 kod
7
Derecelendirme
Projeler
293
70%
Arabuluculuk
2
100%
/
0%
Süresi dolmuş
0
Serbest
Yayınlandı: 1 kod
8
Derecelendirme
Projeler
17
41%
Arabuluculuk
1
0%
/
100%
Süresi dolmuş
3
18%
Çalışıyor
9
Derecelendirme
Projeler
40
73%
Arabuluculuk
3
67%
/
0%
Süresi dolmuş
0
Serbest
10
Derecelendirme
Projeler
560
26%
Arabuluculuk
22
41%
/
36%
Süresi dolmuş
85
15%
Çalışıyor
Yayınlandı: 6 kod
11
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
12
Derecelendirme
Projeler
524
35%
Arabuluculuk
63
33%
/
35%
Süresi dolmuş
188
36%
Çalışıyor
13
Derecelendirme
Projeler
945
47%
Arabuluculuk
303
59%
/
25%
Süresi dolmuş
125
13%
Serbest
14
Derecelendirme
Projeler
137
52%
Arabuluculuk
4
50%
/
50%
Süresi dolmuş
0
Serbest
15
Derecelendirme
Projeler
115
70%
Arabuluculuk
5
80%
/
0%
Süresi dolmuş
11
10%
Çalışıyor
16
Derecelendirme
Projeler
586
35%
Arabuluculuk
64
20%
/
58%
Süresi dolmuş
147
25%
Serbest
Yayınlandı: 1 makale, 22 kod
17
Derecelendirme
Projeler
0
0%
Arabuluculuk
2
0%
/
0%
Süresi dolmuş
0
Çalışıyor
Benzer siparişler
Project Description I need an MT5 Expert Advisor (EA) built in MQL5 . The strategy is a breakout system with adjustable filters and risk management. The EA must be fully parameterized (all settings adjustable from inputs). Please deliver both .ex5 (compiled) and .mq5 (source code)
I used AI to develop my EA, and I need a professional developer to review my Expert Advisor code for MT5 (Python experience preferred). I will provide details once contact is initiated. Thanks. Benga
I need a professional MetaTrader 5 Expert Advisor built specifically for Gold (XAUUSD) scalping. The EA must be safe, reliable, optimized for small and large accounts, and include risk management, AI logic, and full trade control. It should allow both automatic trading and manual trades, with seamless management of both. Core Requirements: 1. Automatic Trade Execution Open trades with multiple lot sizes. Instant flip
When you scroll down, you’ll see the box for requirements. Here’s a structure you can copy-paste and edit: Project Description I need a trading robot (Expert Advisor) for MetaTrader 5 (MQL5). The EA should execute trades automatically based on predefined strategy rules. Trading Strategy Rules Entry: [Explain your entry condition, e.g., “Buy when 50 EMA crosses above 200 EMA”] Exit: [Explain exit condition, e.g
A non indicator EA needed.
100+ USD
I want a scalping MT5 trading bot that will be placing trades without any signal indicator. Conditions will be as follows; it will be opening both buy stop and sell stop at the same time being separated by a gap of 20 points from the entry. If for instance a buy stop is hit, then the sell stop should be closed immediately, and a stop loss is placed immediately where the sell stop was. Ones the buying position gets
MT5 - Multi Timeframe EA
30 - 200 USD
I would like to have an Expert Advisor created with the following parameters. This Expert Advisor should analyze the higher time frame and the medium time frame, and based on that, open positions on the lower time frame. For this reason, I would like to work with developers who have experience in multi-timeframe analysis. I have a PDF file that explains the entire trading logic. In addition, I have compressed the
Hello, I am looking for an experienced QuantConnect/Lean developer for a trading strategy project on futures (Micro Nasdaq – MNQ) with Interactive Brokers integration (paper + live). The strategy includes several key features: • Multi-timeframe analysis (signal validation across multiple horizons) • Integration of economic news/events into the trading logic • Advanced risk management (daily stop, position sizing
The EA will have 3 moving average and trade are executed upon cross over.The EA will finally be in MQL4 and MQL5. The EA will also be protected with a password. Further description will be given after agreement
I need a trading robot expert advisors/EA on MQL5. With the following strategies. Trend Following and Mean Reversion/Scalping and Range Trading* 1. *Trend Following and Mean Reversion*: Capture trends and profit from mean reversion opportunities. 2. *Scalping and Range Trading*: Profit from short-term price movements and range-bound opportunities. *Trend Following and Mean Reversion* - *Indicators:* - Moving
K-Means Regime Detector in MQL5
50+ USD
Hi guys Does anyone have experience with K-Means and MQL5? I would like to get an include file which I can use in my EAs. I would need to work with an ML Engineer who has deep understanding with K-Means. The include file should be used for regime detection. I can drop more information about my EA once I see that you qualify for the job :-) Cheers
Proje bilgisi
Bütçe
30+ USD
Son teslim tarihi
from 1 to 3 gün
Müşteri
Verilmiş siparişler4
Arabuluculuk sayısı0