Trabajo finalizado
Plazo de ejecución 81 días
Comentario del Ejecutor
that was a great experience, thank you for the job!
Comentario del Cliente
Intelligent, Patient, Respectful and easy going. This is now my To Go Developer in MQL 100%.
Tarea técnica
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.
Han respondido
1
Evaluación
Proyectos
3
0%
Arbitraje
0
Caducado
1
33%
Libre
2
Evaluación
Proyectos
274
21%
Arbitraje
24
54%
/
17%
Caducado
0
Libre
3
Evaluación
Proyectos
641
41%
Arbitraje
25
48%
/
36%
Caducado
46
7%
Trabaja
4
Evaluación
Proyectos
80
10%
Arbitraje
38
8%
/
58%
Caducado
6
8%
Libre
5
Evaluación
Proyectos
84
64%
Arbitraje
5
100%
/
0%
Caducado
9
11%
Libre
6
Evaluación
Proyectos
178
39%
Arbitraje
4
25%
/
50%
Caducado
14
8%
Libre
Solicitudes similares
Should be as it but no alarms, also we need to add a deep search so he can see all the preves candles and a memory function so its not slowing down the indicator. for higher time frames daily 4h 1h around 365 days and for lower time frames we do up to 20k bars but both flexible so i can change it later. the memory is important so the indicator is not always recalculating everything when a new candle shows especially
Hi, I need an experienced NinjaTrader 8/NinjaScript developer to finish or rebuild an automated futures strategy, ideally by the end of this week. I already have the complete TradingView Pine Script reference strategy, an existing ~2,000-line NinjaScript implementation, Playback logs, and known historical benchmark trades. MOST IMPORTANT REQUIREMENT: TRADINGVIEW ↔ NINJATRADER PARITY. The Pine Script is the reference
PHANTOM PROTOCOL V1
35 - 150 USD
PHANTOM PROTOCOL V1 – MT5 EXPERT ADVISOR SPECIFICATION Develop a professional MetaTrader 5 (MT5) Expert Advisor named “PHANTOM PROTOCOL V1”. PRIMARY MARKET: - XAUUSD (Gold) - Designed primarily for M15 and H1 timeframes. - The EA must work with both 3-digit and 2-digit gold pricing where applicable. TRADING LOGIC: Use pure price-action and market-structure analysis rather than relying on a single indicator. The EA
I need an experienced MQL5 developer to build a prototype MT5 Expert Advisor called RiskLock. The software should enforce user-defined trading risk rules before trades are executed. It should support risk percentage or fixed monetary risk, calculate position size using account equity, entry price, stop loss, tick value and contract specifications, block or reduce oversized trades, and include daily loss limits
MQL5 Quantitative Research & EA Optimization Project
280 - 2000 USD
Project Overview I have an existing MT5 Expert Advisor (EA) written in MQL5. The source code ( .mq5 ) will be provided. The underlying strategy is a trend-following system that performs well during trending market conditions, but requires professional quantitative research to improve its ability to identify and avoid highly sideways/range-bound market conditions. The objective of this project is not to build a new EA
Most of the expert is already coded . Create a panel to show the Ratio for the Range . Trigger is based on ratio . Show Distribution / project starts after we clear Distribution
Title: Simple background trading bot for my Oanda account (v20 REST API) Overview Hi, I need a simple, lightweight event based standalone trading bot that connects directly to my Oanda account using broker’s standard REST API (V20 account) via VPS The bot just needs to look at group of 5 currency pairs (manually selectable and adjustable) in different 4 baskets, do some basic percentage math every period, and place
Gold hunter v5
30+ USD
*TITLE:* 5 Trades EA - EMA20/50 + RSI - Safe for Small Account *SPECIFICATION:* I need MT5 EA - Source Code .mq5 *Logic:* Buy: EMA20 > EMA50 and RSI(14) 45-70 Sell: EMA20 < EMA50 and RSI(14) 30-55 Timeframe M15, Symbol XAUUSD and all Forex *Trade Management:* Max 5 trades at same time. Fixed lot 0.01. No martingale. No lot increase. Distance between trades 150 points. Do not open all 5 at same price. Max 5 total
I need an Expert Advisor (EA) developed for MetaTrader 5 (MT5) tailored for trading on Exness accounts. Account & Server Details: Trading Platform: MetaTrader 5 (MT5) Broker: Exness Execution Type: Market / Pending Orders Account Type: [Specify: Standard / Pro / Raw Spread / Zero] Target Instruments: [Specify pairs, e.g., XAUUSD, EURUSD, BTCUSD] Strategy Requirements: Entry Rules: [Insert your buy/sell entry
Account size 50$ to 100$ or 5000USC to 10000USC ( Account $ Size may not matter ) Max Leverage 1000-2000 Min Lot 0.01 [ if averaging possible ] Averaging + Shift TP Faster Required if Trend Direction is Clear Account Protection Maxx Profit Max Loss Key Based Activation News Filter Need Expert to handle this to avoid false entry [ Developer can suggest extra additional filters inputs here ] as i mentioned I have no
Información sobre el proyecto
Presupuesto
150 - 220 USD
Plazo límite de ejecución
de 1 a 5 día(s)