İş 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
263
22%
Arabuluculuk
23
52%
/
17%
Süresi dolmuş
0
Yüklendi
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
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
Macd Rsi stochastic vwap Bot. I have code.
150 - 300 USD
Привіт. Шукаю когось, хто б застосував мій код як бота . Я торгую індексом Aus_200 SFE (не XJO). Бот базується на MACD входу/виходу, RSI, стохастиці та vwap. Як тільки роботу приймуть, мені потрібно внести кілька коректив; однак, нічого суттєвого. Дякую
MT4/MT5 HFT EA us30
30 - 3000 USD
Hello everybody, I'm looking for an experienced MQL4/MQL5 developer to optimize a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5. The EA performs consistently and profitably on demo accounts, but when it is run on Raw and Standard live accounts under what appear to be the same trading conditions, it begins generating losses. I do not have the original source code (.mq4/.mq5); I only have the
MT4/MT5 HFT EA Live Trading
40 - 10000 USD
I have a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5 designed primarily for US30 (Dow Jones Index) . The EA performs consistently and profitably on demo accounts, but when I run it on an IC Markets Raw or Standard live account, it starts generating losses under what appear to be the same trading conditions. At this time, I cannot provide the source code (.mq4/.mq5). I can only provide the
HFT / Latency Arbitrage pepperstone
30 - 5000 USD
I am looking for an experienced MQL5 developer to build a high-frequency (HFT) latency arbitrage Expert Advisor for Pepperstone MT5 , using LMAX as the leading price feed. The initial focus will be on US30 (Dow Jones) , and if the strategy proves successful, I want the EA to be easily expandable to additional symbols such as NAS100, GER40, XAUUSD, major forex pairs, and other supported instruments. The EA should
ENTRY EXIT TIMING (ET BANDS)
30 - 50 USD
QUIERO CONSEGUIR EL CODIGO FUENTE DE ESTE INDICADOR QUE ME GUSTA MUCHO TAMBIEN TIENE EL NOMBRE DE ET BANDS O ENTRY EXIT TIMING . no se los componentes pero estas son las imagenes. que mejor lo describen
Hello Developers, I want to build a custom Expert Advisor (EA) for MetaTrader 5 (MT5) to trade Gold (XAUUSD) and Bitcoin (BTCUSD). This will be based on my own custom strategy. Here are the project requirements: 1. Platform: MetaTrader 5 (MQL5) 2. Trading Assets: Gold (XAUUSD) and Bitcoin (BTCUSD) 3. Timeframe: Suitable for multi-timeframe execution (I will specify the exact timeframes in private chat) 4. Core
Standby Description . Prop Firm Environment . ( Monitor Execution and Handling Environment Changes as Required ) . Technical Issues . Delete extra lines of code (Clean Code , Folder) . Asset related translation , no need for Logic Alteration
EA Crafter
500+ USD
Act as a professional Quantitative Developer and Risk Manager. I want to build a systematic trading strategy rulebook that prioritizes capital preservation and statistical edge over raw performance. Please generate a structured trading strategy using the following framework: 1. ASSET CLASS & TIMEFRAME: - Asset: [e.g., Apple (AAPL), Bitcoin (BTC), or EUR/USD] - Timeframe: [e.g., 5-minute, 1-hour, Daily] 2. CORE
Proje bilgisi
Bütçe
150 - 220 USD
Son teslim tarihi
from 1 to 5 gün