작업 종료됨
실행 시간 81 일
피고용인의 피드백
that was a great experience, thank you for the job!
고객의 피드백
Intelligent, Patient, Respectful and easy going. This is now my To Go Developer in MQL 100%.
명시
Hello Developers; this is a Job to build an Expert Advisor for MT5 in MQL5. Please apply only if can deliver as required.
Description:
I require an Auto EA that opens(manage and close) one or multiple position/s (with multiple Tp/SL) when the RSI cross FROM overbought/sold, and Stochastic %D Cross %K.
Interacts with two time frame signals, default 5 and 15 min(Can work in any).
-------------------------------------------------------------------------
Conditions: (General)
If cross in 5 min, then open type 1 position/s.
If cross in 15 min, then open type 2 position/s.
While a position/s is/are open is possible to open new position/s, which is type 3.
This is a pullback(possible reverse) event (RSI+Stoch cross happens), so internal (will provide in msg to keep it brief here) set of conditions manage this type 3 position to prevent over sizing/false signals.
-------------------------------------------------------------------------
Management:
As multiple position/s open, the concept to manage them is as follows:
Type 1 (Each have x3 modules, each module manage x3 Take Profit and x3 Stop Loss points)
Module 1 (Tp1,Tp2,Tp3)
Module 2 (Tp1,Tp2,Tp3)
Module 3 (Tp1,Tp2,Tp3)
Type 2
Module 1 (Tp1,Tp2,Tp3)
Module 2 (Tp1,Tp2,Tp3)
Module 3 (Tp1,Tp2,Tp3)
Type 3
Module 1 (Tp1,Tp2,Tp3)
Module 2 (Tp1,Tp2,Tp3)
Module 3 (Tp1,Tp2,Tp3)
1 Position = 1 Module
1 Tp = 1/3 Position
Lot Size (Volume) of a position = determined by a built-in Formula
Formula result = X
Type1 Mod1 = X ; Tp1 = X/3, Tp2 = X/3, Tp3 = X/3. (same priciple for the rest..)
Example: Formula = 0.03 lot size, then every Module will open a 0.03 position(means 0.03 x 3 Modules = 0.09 in total),
and when each Tp hits, it will close partially by 0.01 on each case, 3 in total due to Tp1,Tp2,Tp3.(If SL hit, then close the module position remaining open order/s).
-------------------------------------------------------------------------
Each Tp can be customized by x5 options to select from.
1. A fixed point value(from breakeven).
2. Assign the same Tp as in a different Tp (which can be from a different module or type)
3. Trailing SL
4. Ema/Sma cross (candle close) (period and time frame can be set)
5. When mark >= (or <=)a point value (from breakeven)then (3.)trailing SL, or then (4.)Ema/Sma cross(candle close).
Note: Each Tp has a SL in force while Tp hits. So before Tp1 hit, SL1 is in force, after Tp1 hit, then while Tp2 hit, SL2 is in force and so on.
SL can be customized, but with fewer options:
1. Breakeven
2. Trailing SL
3. Ema/Sma cross
4. When mark >= (or <=)a point value (from breakeven)then (3.)trailing SL, or then (4.)Ema/Sma cross(candle close).
-------------------------------------------------------------------------
Functions:
-Save as profiles/default settings from a type (1-3). "Same as" and "Same for" to assign values on Modules.
Check box to enable/disable(will not open position) each module. By default ALL Modules are enabled.
-Indicator on chart when type 1,2,3 signals. Arrow,check with different colors depending on the progress, if Tp hit, and open/close.
-EA On/Off (Start/finish), by switch and by Day/Hour, by reach an account balance level (drawdown or profit).
-Auto Size (Formula). Depends on outstanding Balance and 4(variables) manual inputs. After input is set, work Auto.
Save settings as default/profile.
-Alerts on balance level/s (unnusual drawdown/profit), on EA connection status.
-Export statistics from EA performance (by time periods, events etc..)
Interface:
By a front Panel. (Easy to set/edit parameters)
-Use of TABs (menus such as general settings, T1, T2, T3 Multiple), drop down list (multiple choice such as the Tp options),
check boxes, switches/buttons.
By print informative stats on the chart(left upper side) while EA running, such as #open positions, modules/tp hit etc...
% of Win/Loss in the actual Day.
-------------------------------------------------------------------------
More detailed description will be provided in msg.
Code to be delivered.
Kindly express
If you can connect an EA with telegram Bot to be controlled remotely.(Apart from this Job)
If you can connect an EA with a broker API to perform functions.(Apart from this Job)
-------------------------------------------------------------------------
Overall experience with chosen developer can bring ongoing Jobs.
Thank you.
Description:
I require an Auto EA that opens(manage and close) one or multiple position/s (with multiple Tp/SL) when the RSI cross FROM overbought/sold, and Stochastic %D Cross %K.
Interacts with two time frame signals, default 5 and 15 min(Can work in any).
-------------------------------------------------------------------------
Conditions: (General)
If cross in 5 min, then open type 1 position/s.
If cross in 15 min, then open type 2 position/s.
While a position/s is/are open is possible to open new position/s, which is type 3.
This is a pullback(possible reverse) event (RSI+Stoch cross happens), so internal (will provide in msg to keep it brief here) set of conditions manage this type 3 position to prevent over sizing/false signals.
-------------------------------------------------------------------------
Management:
As multiple position/s open, the concept to manage them is as follows:
Type 1 (Each have x3 modules, each module manage x3 Take Profit and x3 Stop Loss points)
Module 1 (Tp1,Tp2,Tp3)
Module 2 (Tp1,Tp2,Tp3)
Module 3 (Tp1,Tp2,Tp3)
Type 2
Module 1 (Tp1,Tp2,Tp3)
Module 2 (Tp1,Tp2,Tp3)
Module 3 (Tp1,Tp2,Tp3)
Type 3
Module 1 (Tp1,Tp2,Tp3)
Module 2 (Tp1,Tp2,Tp3)
Module 3 (Tp1,Tp2,Tp3)
1 Position = 1 Module
1 Tp = 1/3 Position
Lot Size (Volume) of a position = determined by a built-in Formula
Formula result = X
Type1 Mod1 = X ; Tp1 = X/3, Tp2 = X/3, Tp3 = X/3. (same priciple for the rest..)
Example: Formula = 0.03 lot size, then every Module will open a 0.03 position(means 0.03 x 3 Modules = 0.09 in total),
and when each Tp hits, it will close partially by 0.01 on each case, 3 in total due to Tp1,Tp2,Tp3.(If SL hit, then close the module position remaining open order/s).
-------------------------------------------------------------------------
Each Tp can be customized by x5 options to select from.
1. A fixed point value(from breakeven).
2. Assign the same Tp as in a different Tp (which can be from a different module or type)
3. Trailing SL
4. Ema/Sma cross (candle close) (period and time frame can be set)
5. When mark >= (or <=)a point value (from breakeven)then (3.)trailing SL, or then (4.)Ema/Sma cross(candle close).
Note: Each Tp has a SL in force while Tp hits. So before Tp1 hit, SL1 is in force, after Tp1 hit, then while Tp2 hit, SL2 is in force and so on.
SL can be customized, but with fewer options:
1. Breakeven
2. Trailing SL
3. Ema/Sma cross
4. When mark >= (or <=)a point value (from breakeven)then (3.)trailing SL, or then (4.)Ema/Sma cross(candle close).
-------------------------------------------------------------------------
Functions:
-Save as profiles/default settings from a type (1-3). "Same as" and "Same for" to assign values on Modules.
Check box to enable/disable(will not open position) each module. By default ALL Modules are enabled.
-Indicator on chart when type 1,2,3 signals. Arrow,check with different colors depending on the progress, if Tp hit, and open/close.
-EA On/Off (Start/finish), by switch and by Day/Hour, by reach an account balance level (drawdown or profit).
-Auto Size (Formula). Depends on outstanding Balance and 4(variables) manual inputs. After input is set, work Auto.
Save settings as default/profile.
-Alerts on balance level/s (unnusual drawdown/profit), on EA connection status.
-Export statistics from EA performance (by time periods, events etc..)
Interface:
By a front Panel. (Easy to set/edit parameters)
-Use of TABs (menus such as general settings, T1, T2, T3 Multiple), drop down list (multiple choice such as the Tp options),
check boxes, switches/buttons.
By print informative stats on the chart(left upper side) while EA running, such as #open positions, modules/tp hit etc...
% of Win/Loss in the actual Day.
-------------------------------------------------------------------------
More detailed description will be provided in msg.
Code to be delivered.
Kindly express
If you can connect an EA with telegram Bot to be controlled remotely.(Apart from this Job)
If you can connect an EA with a broker API to perform functions.(Apart from this Job)
-------------------------------------------------------------------------
Overall experience with chosen developer can bring ongoing Jobs.
Thank you.
응답함
1
등급
프로젝트
3
0%
중재
0
기한 초과
1
33%
무료
2
등급
프로젝트
263
22%
중재
23
52%
/
17%
기한 초과
0
로드됨
3
등급
프로젝트
641
41%
중재
25
48%
/
36%
기한 초과
46
7%
작업중
4
등급
프로젝트
80
10%
중재
38
8%
/
58%
기한 초과
6
8%
무료
5
등급
프로젝트
84
64%
중재
5
100%
/
0%
기한 초과
9
11%
무료
6
등급
프로젝트
178
39%
중재
4
25%
/
50%
기한 초과
14
8%
무료
비슷한 주문
I need an experienced MQL5 developer to create an Expert Advisor (EA) based on the trading strategy demonstrated in my video. The EA should accurately follow the entry, exit, risk management, lot size, trailing stop-loss, take-profit, and trade management rules shown. Full source code, backtesting, bug fixing, and clear input settings are required. And it should have option for Buy and Sell, then Sell only, Buy only
Търсим опитен MQL5 разработчик , който да изгради първия прототип на MetaTrader 5 Expert Advisor за дългосрочен проект за алгоритмична търговия. Изисквания към проекта Вграден Renko двигател (без офлайн Renko графики). EMA 20 и EMA 50, изчислени от тухли Renko. Логика на търговия, базирана на подробна техническа спецификация (предоставена след избор от разработчика). Експертният съветник трябва да поддържа отваряне и
I am looking for an experienced MetaTrader 5 expert. I already have 3 MT5 trading accounts. I need someone to: 1. Help me choose a reliable Windows VPS. 2. Connect to my VPS remotely (AnyDesk or TeamViewer). 3. Install 3 MetaTrader 5 terminals. 4. Configure: - 1 Master Account - 2 Slave Accounts 5. Install and configure a professional Trade Copier. 6. Copy all trades from the Master account to both Slave
I need ea that can trade in points
30 - 40 USD
Hi there developer, I need someone who can create an trading ea that place order in points using an. Vps with an stop loss in 2 point behind the order price automatically it close order in 1 point if the market reverse
I have an MT4 custom indicator (.ex4) that I use regularly, and I would like an identical MT5 version. Important: I do not have the source code (.mq4). I only have the compiled MT4 indicator. I am looking for an experienced MQL developer who can recreate the indicator's functionality and appearance for MT5 by analyzing its behavior. The MT5 version should match the MT4 version as closely as possible, including
Mac200
50+ USD
I need a Trend following Bot. Here we took entries by looking at two indicator which are 200 period ema and 12 26 9 MacD. Rules for entry exit are: Buy trade: When market is above 200 ema and MacD Line cross over the signal line and this cross over happened below the zero line of MacD indicator. We simply put Buy trade. Sell trade: When market is below 200 ema and MacD line crosses below the signal line and this
Multiple times EMA Crossing robot with smart entry
50 - 100 USD
I I would like to create a trading robot based on 2 ema crossing. The robot is pretty simple, it should open buy position when fast ema cross slow ema and vise versa. Also it should use martingale after the loss position. It should has expiration period inside the code and alerts l
1. The general process is: Automated online forex marketing to find potential clients -> Answering potential clients' questions -> Converting them into actual clients -> Opening accounts, depositing funds, and copying trades. 2. Developers could implement an AI Digital Twin/Shadow Agent to answer customer questions, eliminating the need for me to answer customer inquiries. 3. I have a CTA website and I'm manually
Iconic Boy
300 - 400 USD
Am looking for a bot to trade .so that I can be able to trade and become very successful and make some profit so that I cannot sleep on a empty stomach
Hello Traders and Investors, I am a professional algorithmic trading developer specialized in building high-quality Expert Advisors (EAs), Indicators, Scripts, and Trade Management Tools for MetaTrader 4 and MetaTrader 5. With extensive experience in financial markets and trading automation, I can transform your trading ideas into reliable and efficient solutions with clean, optimized, and well-structured code. My
프로젝트 정보
예산
150 - 220 USD
기한
에서 1 로 5 일