Build EA Based On Indicator

MQL4 指标 专家

工作已完成

执行时间1 一天
员工反馈
My work quality on this job was weak.But Dave was patient and accept the job and paid me generously.
客户反馈
Excellent programmer I recommend him to anyone. He does very good work!

指定

I have an indicator that gives Buy and Sell signals. I need an EA that will open a Buy order when the indicator sends a buy signal and and a sell signal when the EA gives a sell signal. All trades will be closed on the reversal signal. Here are other options I need for the EA

TP

SL

Break Even (Break even start) (Break Even pips)

Magic number

Lot size

Slippage

To get the data from the indicator you will have to use ICustum Functions

//---- Read value from trend and signal buffer
int start()
{
// Read values
double trend  = iCustom(Symbol(), Period(), "PZ_LopezTrend_LICENSENUM", 5, 1);
double signal = iCustom(Symbol(), Period(), "PZ_LopezTrend_LICENCESUM", 6, 1);
// Do something
if(trend  == OP_BUY)      { /* Your code if trend is currently bullish */ }
if(trend  == OP_SELL)     { /* Your code if trend is currently bearish */ }
if(signal == OP_BUY)      { /* Your code for bullish trend change */ }
if(signal == OP_SELL)     { /* Your code for bearish trend change */ }
// Exit
return(0);
}

反馈

1
开发者 1
等级
(180)
项目
301
30%
仲裁
54
24% / 56%
逾期
98
33%
空闲
2
开发者 2
等级
(221)
项目
369
66%
仲裁
10
50% / 0%
逾期
46
12%
空闲
3
开发者 3
等级
(645)
项目
873
48%
仲裁
29
38% / 17%
逾期
63
7%
空闲
4
开发者 4
等级
(2)
项目
2
0%
仲裁
13
8% / 92%
逾期
1
50%
空闲
5
开发者 5
等级
(103)
项目
205
41%
仲裁
17
29% / 71%
逾期
45
22%
空闲
6
开发者 6
等级
(2675)
项目
3414
68%
仲裁
77
48% / 14%
逾期
342
10%
空闲
发布者: 1 代码
7
开发者 7
等级
(11)
项目
17
41%
仲裁
4
0% / 100%
逾期
5
29%
空闲
8
开发者 8
等级
(618)
项目
1429
59%
仲裁
31
81% / 0%
逾期
10
1%
空闲
9
开发者 9
等级
(25)
项目
54
37%
仲裁
4
0% / 50%
逾期
22
41%
空闲
10
开发者 10
等级
(94)
项目
162
40%
仲裁
20
15% / 75%
逾期
73
45%
空闲
发布者: 3 代码
相似订单
Hello Traders, Have a trading strategy or idea you want to automate? I specialize exclusively in MQL5 development, helping traders turn their concepts into professional trading solutions. Custom Expert Advisors — automate your strategy and reduce manual execution Custom Indicators — transform your market ideas into powerful trading tools Fix & Debug — identify errors and get your existing code working properly
I DO NOT need any programming or strategy development. I already have a working NinjaTrader 8 automated strategy based on a 3/5 EMA crossover. I need you to run my existing strategy through NinjaTrader Strategy Analyzer/Optimizer, test the existing adjustable parameters, and find robust settings with the best profit factor and lowest reasonable drawdown. I will provide the existing NinjaScript ZIP. I do not want the
I'm looking for an experienced developer to create an automated gold trading bot. The bot should be compatible with MetaTrader 4/5 and TradingView. Key Requirements: - Automated trading bot - Compatible with MetaTrader 4/5 and TradingView - Implement scalping and swing trading strategies Ideal Skills and Experience: - Proficiency in trading algorithms - Experience with gold trading - Familiarity with MetaTrader and
I need a robust optimization of my MT5 EA, mainly for XAUUSD (Gold). Please optimize the existing adjustable parameters such as entry/exit settings, SL/TP, trailing/break-even settings, and any other strategy parameters that are appropriate. I want the optimization focused on stable profitability, low/moderate drawdown, and robustness rather than simply the highest possible profit. Please use out-of-sample testing
NinjaTrader 8 / NinjaScript Phase 1 build: convert an existing Auction Market Theory (AMT) strategy into objective, alert-only decision-support logic. Not a bot, no auto-execution — trades stay manual. Covers NQ/MNQ, ES, CL, MGC using 30-min TPO/Volume Profile context with 5-min confirmation: one 5-min close outside VAH/VAL = acceptance, close back inside = rejection. Dashboard shows bias, auction state, location
Hello, I need a custom NON-REPAINT MT5 indicator that gives sell/buy arrow signals 1–2 candlesticks before a spike on Crash and boom indices respectively occurs. Requirements: Works perfectly on MT5 Shows arrows before the spike (1–2 candles earlier). Non-repaint – once the arrow appears, it must stay. Should be accurate, not quantity — only quality signals. Must work on both demo and live accounts. I want the
Hello, I saw an indicator on TradingView and would like to know if you will be able to convert it for use on Thinkorswim platform? Thanks. if anyone can help me with it kindly do well to bid it urgent thanks looking forward too see you
calcVolume( void ) { //--- MqlRates rates[]; if ( CopyRates ( _Symbol , PERIOD_CURRENT , startTime, endTime, rates) > 0 ) { double rangeHigh = rates[ 0 ].high, rangeLow = rates[ 0 ].low; int count = MathAbs ( iBarShift ( _Symbol , PERIOD_CURRENT , startTime) - iBarShift ( _Symbol , PERIOD_CURRENT , endTime)) + 1 ; //---VERTICAL PRICE RANGE for ( int b = 0
Create an MT5 Expert Advisor (EA) for trading Gold (XAUUSD). The EA should provide BUY and SELL signals based on trend direction, market momentum, and price action. It should automatically place trades only when the entry conditions are met. Risk management: Use a small adjustable lot size. Include Stop Loss (SL) and Take Profit (TP). Include a maximum daily loss limit. Include a maximum number of open trades. Do not
Hello there, I am looking for a automated strategy for ninjatrader 5 Looking for a proven profit factor of 1.5 ( minimum ) on 15 mins time frame . I do MNQ futures I do not have the logic, but I like mean reverssion variable , plus RSI etc . that could make the automated tool robust and long lasting. i need fast response if you have

项目信息

预算
10 - 40 USD
截止日期
 1  3 天