指定
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:
反馈
1
等级
项目
278
46%
仲裁
22
73%
/
23%
逾期
37
13%
空闲
2
等级
项目
968
46%
仲裁
32
38%
/
34%
逾期
96
10%
空闲
发布者: 6 代码
3
等级
项目
658
33%
仲裁
31
74%
/
6%
逾期
20
3%
空闲
4
等级
项目
244
31%
仲裁
0
逾期
3
1%
空闲
发布者: 2 代码
5
等级
项目
1666
49%
仲裁
52
71%
/
12%
逾期
37
2%
空闲
6
等级
项目
39
15%
仲裁
2
0%
/
0%
逾期
1
3%
空闲
发布者: 2 代码
7
等级
项目
293
70%
仲裁
2
100%
/
0%
逾期
0
空闲
发布者: 1 代码
8
等级
项目
17
41%
仲裁
1
0%
/
100%
逾期
3
18%
工作中
9
等级
项目
40
73%
仲裁
3
67%
/
0%
逾期
0
空闲
10
等级
项目
560
26%
仲裁
22
41%
/
36%
逾期
85
15%
工作中
发布者: 6 代码
11
等级
项目
0
0%
仲裁
0
逾期
0
空闲
12
等级
项目
524
35%
仲裁
63
33%
/
35%
逾期
188
36%
工作中
13
等级
项目
945
47%
仲裁
303
59%
/
25%
逾期
125
13%
空闲
14
等级
项目
137
52%
仲裁
4
50%
/
50%
逾期
0
空闲
15
等级
项目
115
70%
仲裁
5
80%
/
0%
逾期
11
10%
工作中
16
等级
项目
586
35%
仲裁
64
20%
/
58%
逾期
147
25%
空闲
发布者: 1 文章, 22 代码
17
等级
项目
0
0%
仲裁
2
0%
/
0%
逾期
0
工作中
相似订单
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
项目信息
预算
30+ USD
截止日期
从 1 到 3 天
客户
所下订单4
仲裁计数0