工作已完成
执行时间17 天
客户反馈
Sergey is probably the most skilled Coder here, he took his time to understand what I want and turned it into an EA, that does exactly what I want it to do. I'll definitely be back for my next Idea!
员工反馈
Very smart and good person. It was nice working with him. I hope for further cooperation. thank
指定
Inputs:
OnNewCandle M1, M5, M15, ... MN
Lotsize Lotsize
Distance Distance from Price for both directions in points
TakeProfit 0=None (=TrailingStop) in points
StopLoss 0=None in Points
MaxPositions No. of max. positions
Timeout 0-59 minutes in case a pending order is not triggered or deleted
MagicNumber to allow it working on other instrumets too
EnableDouble Yes/No (Checkbox)
DoubleLotsize Lotsize for Double Position
DoubleTakeProfit TakeProfit for Double Position 0=None (=TrailingStop) in points
DoubleStopLoss StopLoss for Double Position 0=None in points
TrailingStart Start trailing after profit in points
TrailingDistance initial TrailingDistance below/above price in points
....................................................
The EA should open one Buy Stop and one Sell Stop order simultaneously on every
new candle specified in the OnNewCandle variable regardless the timeframe it
runs on, as long as MaxPositions allows it, with the specified Distance, Lotsize
TakeProfit, StopLoss and Timeout ... for the Instrument it is attached to
Then, if either one of these Stop orders is triggered (becomes a position) and
EnableDouble=Yes it opens another market position in the same direction with
the specified DoubleLotsize, DoubleTakeProfit and DoubleStopLoss at the current
price ... then closes the other (opposite) pending order.
In case a pending order can't be deleted or none of both is triggered, it (they) will
Timeout after xx minutes as specified in Timeout
TrailingStop should be a virtual TrailingStop which after reaching the
TrailingStart amount of profit, decreases TrailingDistance for every price
movement of one point in any direction for one point ... means if
TrailingStart i.e at 100 points of profit is triggered, it starts with a
TrailingDistance of i.e. 75 points ... then price goes up 15 points and down 10
points, TrailingDistance will be decreased by 25 points to 50 points ... until
the position is closed when a TrailingDistance of 0 is reached.
TrailingStop should trail all positions without a TakeProfit from its Instrument
including manually opened positions.
The EA will be used on a VPS and with 5 digit Instruments only and with no more
than about 3 Instruments.
As my Intentions to order this EA are 1. to have something to start automated
trading with and 2. to learn writing and optimizing EA's myself, I want it
delivered with a source code listing or as a .mq5 file to compile it myself.
Yeah ... it's name should be 369 ;)
OnNewCandle M1, M5, M15, ... MN
Lotsize Lotsize
Distance Distance from Price for both directions in points
TakeProfit 0=None (=TrailingStop) in points
StopLoss 0=None in Points
MaxPositions No. of max. positions
Timeout 0-59 minutes in case a pending order is not triggered or deleted
MagicNumber to allow it working on other instrumets too
EnableDouble Yes/No (Checkbox)
DoubleLotsize Lotsize for Double Position
DoubleTakeProfit TakeProfit for Double Position 0=None (=TrailingStop) in points
DoubleStopLoss StopLoss for Double Position 0=None in points
TrailingStart Start trailing after profit in points
TrailingDistance initial TrailingDistance below/above price in points
....................................................
The EA should open one Buy Stop and one Sell Stop order simultaneously on every
new candle specified in the OnNewCandle variable regardless the timeframe it
runs on, as long as MaxPositions allows it, with the specified Distance, Lotsize
TakeProfit, StopLoss and Timeout ... for the Instrument it is attached to
Then, if either one of these Stop orders is triggered (becomes a position) and
EnableDouble=Yes it opens another market position in the same direction with
the specified DoubleLotsize, DoubleTakeProfit and DoubleStopLoss at the current
price ... then closes the other (opposite) pending order.
In case a pending order can't be deleted or none of both is triggered, it (they) will
Timeout after xx minutes as specified in Timeout
TrailingStop should be a virtual TrailingStop which after reaching the
TrailingStart amount of profit, decreases TrailingDistance for every price
movement of one point in any direction for one point ... means if
TrailingStart i.e at 100 points of profit is triggered, it starts with a
TrailingDistance of i.e. 75 points ... then price goes up 15 points and down 10
points, TrailingDistance will be decreased by 25 points to 50 points ... until
the position is closed when a TrailingDistance of 0 is reached.
TrailingStop should trail all positions without a TakeProfit from its Instrument
including manually opened positions.
The EA will be used on a VPS and with 5 digit Instruments only and with no more
than about 3 Instruments.
As my Intentions to order this EA are 1. to have something to start automated
trading with and 2. to learn writing and optimizing EA's myself, I want it
delivered with a source code listing or as a .mq5 file to compile it myself.
Yeah ... it's name should be 369 ;)
反馈
1
等级
项目
53
17%
仲裁
7
0%
/
100%
逾期
5
9%
空闲
2
等级
项目
334
55%
仲裁
14
36%
/
29%
逾期
1
0%
空闲
3
等级
项目
3357
68%
仲裁
77
48%
/
14%
逾期
342
10%
空闲
发布者: 1 代码
4
等级
项目
134
27%
仲裁
62
13%
/
53%
逾期
58
43%
空闲
发布者: 292 文章, 1 代码
5
等级
项目
204
30%
仲裁
25
40%
/
44%
逾期
12
6%
空闲
6
等级
项目
396
28%
仲裁
69
19%
/
49%
逾期
121
31%
空闲
7
等级
项目
460
26%
仲裁
140
20%
/
59%
逾期
100
22%
工作中
8
等级
项目
95
28%
仲裁
20
25%
/
55%
逾期
24
25%
空闲
9
等级
项目
285
42%
仲裁
19
63%
/
5%
逾期
29
10%
空闲
发布者: 2 代码
10
等级
项目
635
33%
仲裁
41
39%
/
46%
逾期
11
2%
已载入
11
等级
项目
195
42%
仲裁
13
8%
/
54%
逾期
9
5%
空闲
发布者: 3 代码
12
等级
项目
3550
88%
仲裁
73
40%
/
15%
逾期
268
8%
空闲
相似订单
2 FX pairs M15 execution with higher timeframe bias Session-based trading (UK time) Fixed % risk per trade Controlled pyramiding (add to winners only) Strict daily loss limits (FTMO-style) Proper order handling (SL always set) Basic logging (CSV) Strategy logic will be provided in detail after NDA / agreement. Must deliver: Source code (.mq5) Compiled file (.ex5) Clean, well-commented code Short support window for
Tradingview indicator
30+ USD
Hi, are you able to create a script/indicator on tradingview that displays a chart screener and it allows me to input multiple tickers on the rows. then the colums with be like "premarket high, premarket low, previous day high, previous day low" . When each or both of the levels break, there will pop up a circle on the chart screener, signaling to me what names are above both PM high and previous day high or maybe
I need an Expert Advisor for MetaTrader 5 (MQL5) to trade XAUUSD based on a simple price movement cycle. Strategy logic: • The EA opens a Buy and a Sell at the same time (one pair per cycle). • Only ONE Sell position must exist at any time. • Every Buy must be opened together with a Sell. Cycle rules: • Step movement = 10 USD in gold price. • CycleEntryPrice = the OPEN PRICE of the last cycle BUY order. • If price
Build MT5 Expert Advisor – LadyKiller EA
1000 - 2000 USD
I am looking for a professional MQL5 developer to build a MetaTrader 5 Expert Advisor from scratch. The EA will be called LadyKiller EA. It must trade only the following instruments: • XAUUSD (Gold) • US30 / Dow Jones Index Requirements: • Strong and reliable buy and sell entry logic • Stop Loss and Take Profit system • Risk management (lot size control) • Maximum trades protection • Drawdown protection • Trend
I need an mql5 EA which can be used with 100$ capital very low drawdown The EA should be high frequency trading special for XAUUSD and btcusd or binary options but also the EA should be testable via strategy tester and demo test for five days is needed NO SELECTION CAN BE DONE WITHOUT TESTING when applying make sure you send the backtester results with demo EA testable via strategy tester
Advanced MT5 Expert Advisor Available
450 - 600 USD
I currently have a powerful and well-structured Expert Advisor available on the MT5 platform. This EA is designed with: ✅ Advanced entry and exit logic ✅ Smart risk management system ✅ Automatic lot sizing option ✅ Break-even and trailing stop protection ✅ Spread and session filters ✅ Drawdown control features ✅ Optimized for XAUUSD and scalping strategies ✅ Suitable for prop firm challenges like FTMO It is built for
Looking for a Powerful MT5 Trading Strategy or Custom EA?
1000 - 1200 USD
Do you need a profitable and well-structured trading strategy converted into a fully automated Expert Advisor on the MT5 platform? I specialize in developing advanced, high-performance EAs with: ✅ Smart entry & exit logic ✅ Risk-based lot size calculation ✅ Break-even & trailing stop system ✅ Spread & session filters ✅ Daily drawdown protection ✅ Prop firm (FTMO-style) risk compliance ✅ Fully automated trade
Hello, I'm looking to find out the cost of creating a mobile trading robot. I've tried to describe it as thoroughly as possible in the following document. I look forward to your response. I'd like to know the costs, delivery time, and how you plan to implement it before making a decision
I have an existing MT5 Expert Advisor (“E-Core”). I need an experienced MQL5 developer to integrate a structured risk management upgrade and a higher timeframe trend filter into the current code. Two files will be provided: 1️⃣ E-Core Source Code (Current Version) 2️⃣ Update Instructions File (contains exact inputs, functions, and logic to integrate) The developer must: Integrate the update logic
DO NOT RESPOND TO WORK WITH ANY AI. ( I CAN ALSO DO THAT ) NEED REAL DEVELOPING SKILL Hedge Add-On Rules for Existing EA Core Idea SL becomes hypothetical (virtual) for the initial basket and for the hedge basket . When price hits the virtual SL level , EA does not close the losing trades. Instead, EA opens one hedge basket in the opposite direction. Original basket direction Hedge basket direction (opposite) Inputs
项目信息
预算
50 - 150 USD
截止日期
从 3 到 10 天