İş tamamlandı
Tamamlanma süresi: 81 gün
Geliştirici tarafından geri bildirim
that was a great experience, thank you for the job!
Müşteri tarafından geri bildirim
Intelligent, Patient, Respectful and easy going. This is now my To Go Developer in MQL 100%.
Şartname
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.
Yanıtlandı
1
Derecelendirme
Projeler
3
0%
Arabuluculuk
0
Süresi dolmuş
1
33%
Serbest
2
Derecelendirme
Projeler
274
21%
Arabuluculuk
24
54%
/
17%
Süresi dolmuş
0
Serbest
3
Derecelendirme
Projeler
641
41%
Arabuluculuk
25
48%
/
36%
Süresi dolmuş
46
7%
Çalışıyor
4
Derecelendirme
Projeler
80
10%
Arabuluculuk
38
8%
/
58%
Süresi dolmuş
6
8%
Serbest
5
Derecelendirme
Projeler
84
64%
Arabuluculuk
5
100%
/
0%
Süresi dolmuş
9
11%
Serbest
6
Derecelendirme
Projeler
178
39%
Arabuluculuk
4
25%
/
50%
Süresi dolmuş
14
8%
Serbest
Benzer siparişler
Hi, I want to develop a highly accurate, custom technical indicator for MetaTrader 5 (MT5) specifically tailored for 1-minute Binary Options trading (Quotex). I do NOT need an automated trading bot. I only need visual buy/sell arrows on the chart, an advanced alert system, and an on-chart performance statistics dashboard. The indicator must be 100% non-repainting. --- 1. STRATEGY CONFLUENCE LOGIC The indicator should
Project Description I am looking for an experienced MQL5/MT5 Expert Advisor developer to develop an automated trading EA for XAUUSD on the M3 timeframe , running on an Exness account . The EA will automate a manual strategy based on SNR/GAP zones , using two setup types: Price Rejection Price Correction The EA should identify valid BUY/SELL setups around predefined SNR/GAP areas, apply configurable RSI, SMA, EMA and
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
Connect chatgpt to ninjatrader
30+ USD
Hi i need help to connect my chat gtp with ninja trader I have all tools. Just need supervision and seeking a professional who can do that for me. This the bridge extension https://crosstrade.io/blog/chatgpt-to-ninjatrader-mcp-walkthrough
B6 EA
30 - 50 USD
Develop an Expert Advisor trading trend reversals. Reversal signals will be generated based on Price Action patterns. Trend will be determined based on ADX, Alligator and MACD, while the indicator selection should be available in the EA's input parameters
RECHERCHE DÉVELOPPEUR MQL5 — PARTENARIAT 50/50 Objectif : développer un EA de trading automatisé en 11 jours maximum pour participer à plusieurs concours de trading démo. Je recherche un développeur MQL5 expérimenté, capable de développer, tester et optimiser un EA proprement, avec une vraie maîtrise de la gestion du risque. CONCOURS VISÉS 🥇 XM — Weekly Demo Contest - Concours récurrent - Prize pool annoncé : 25 000
Proje bilgisi
Bütçe
150 - 220 USD
Son teslim tarihi
from 1 to 5 gün