工作已完成
执行时间62 天
员工反馈
Very knowledgeable and dedicated client. Great to work with. Highly appreciate his efforts which he has put in his project. Also, I am thankful to his team.
Kudos...Great Work
客户反馈
Request was for 2 complex EAs and the work was very competent, fast and professional. It was a hard Job, but was done with full power. We continue to work with and can recommend. Every time very kind.
指定
Hello,
we Trader4Charity e.V., a German based registered Trader Association would need to 2 EAs.
We have developed a hugh signal farm with 30 different trading systems running at 60 MT4 Installations
at 30 Assets and all TFs and sending around 30000 Signals per day.
These signals get triggered by an own signal analyse system, which triggers each signal for 8 hours by real time tickdatas.
The analyse calculates for Binary Options Trading for each signal, the winrate, the best entry time, the best duration time. win/lossseries, the best days, the best sessions and much more.
Also for FX Trading the analyse calculates all informations for trading.
Our members have a signal selection system, where they can choose the best signals and the way how they wanna trade, these information the user writes by click on set..to a setfile.
The user import than the setfile to an own developed autotrading system, which trade than the signal.
Now we have developed a signal switch system in future our members can import the set files to the signal switch system, which stores than all datas.
If a signal appear, which was selected, the signal switch delivers the signal and setfile info to the AT and to the 2 Eas we need.
Now we want to have
1 EA for BO Trading, which can receive the signals and setfile info
1 FX EA, which can receive the signals and set file info.
Please see here the info, which the set file can have:
Please see also the signal map attached for understanding.
For questions please add our head of development Daniel to Skype: darkwolfdev
Thank you very much.
Kind regards
Joachim
we Trader4Charity e.V., a German based registered Trader Association would need to 2 EAs.
We have developed a hugh signal farm with 30 different trading systems running at 60 MT4 Installations
at 30 Assets and all TFs and sending around 30000 Signals per day.
These signals get triggered by an own signal analyse system, which triggers each signal for 8 hours by real time tickdatas.
The analyse calculates for Binary Options Trading for each signal, the winrate, the best entry time, the best duration time. win/lossseries, the best days, the best sessions and much more.
Also for FX Trading the analyse calculates all informations for trading.
Our members have a signal selection system, where they can choose the best signals and the way how they wanna trade, these information the user writes by click on set..to a setfile.
The user import than the setfile to an own developed autotrading system, which trade than the signal.
Now we have developed a signal switch system in future our members can import the set files to the signal switch system, which stores than all datas.
If a signal appear, which was selected, the signal switch delivers the signal and setfile info to the AT and to the 2 Eas we need.
Now we want to have
1 EA for BO Trading, which can receive the signals and setfile info
1 FX EA, which can receive the signals and set file info.
Please see here the info, which the set file can have:
SetFile Specification:
1) Trigger code (each signal has an own code)
2) Asset
3) Trading platform (Web-based BO (AT), MT4based BO, MT4-Forex)
4) BUY / SELL filter (the new analysis can calculate the ratio of the quote to BUY and Sell, and the user can choose to trade only buy trades, sell trades, or both of a signal.)
5) Session (Asia, EU, USA)
6) Weekdays
7) BO-entry type (start immediately, start time-delayed execution (because DD => better entry))
8) BO martingale type (in MT4 the BOTrades for each pair manageable => TradingBlocked are only required for each trigger)
A) At the next signal
B) directly after signal execution
8) BO discharge (expiration time)
9) FX entry type
A) Start immediately
B) Initiate entry delay (due to DD)
C) Entry at the achieved price target (xx points higher or lower than price at signal input)
10) FX exit type
A) TP & SL
B) TP & SL & Expiration (close trade after X minutes if it is not closed by TP, SL or TS before)
11) FX protection type
A) TS (is triggered after reaching the TP)
So format we would suggest vlt best Json.
The Eas must connect to a web URL using webrequest from MT4 and get the signals and place trades in MT4.
-----------------------------------------------------
A Signal will have the following settings and will have informations for both EAs. The BO Ea identifies his signals with "typeMT4BO" and the FX Ea with "typeMT4Forex".
{
"id": "1",
"triggercode": "T001.302.002.030.15",
"triggerset": "test.set",
"asset": "EURUSD",
"direction": "BUY",
"timestamp": "2017-05-20 14:37:47.000",
"types": [
{
"typeBO": {
"entrydelayminutes": "2",
"time": "MIN_10"
}
},
{
"typeMT4BO": {
"entrydelayminutes": "2",
"time": "10",
"maxmartingale": "3"
}
},
{
"typeMT4Forex": {
"entrydelayminutes": "2",
"entryGTxPips": "-10",
"exitTPpips": "20.0",
"exitSLpips": "-15.0",
"TS": {
"enabled": "true",
"value": "1.0",
"step": "0.2"
}
}
}
]
},
--------------------------------------------------------
1. Explanation for Forex
Order type (Market order, Pending order, time delay)
"entryGTxPips" = 0 (current price = Ea opens at the price when the Signal get triggered)
"entryGTxPips" = -10 (Open the trade after the price has arrived 10 pips in bearish direction ( current price - 10pips)
"entryGTxPips" = +10 (Open the trade after the price has arrived 10 pips in bullish direction ( current price + 10pips)
delete pending order, when not hit after 8 hours - "entrydelayminutes"
"entrydelayminutes" = entry delay in min... please note that, it can be just one value set, "entryGTxPips" or "entrydelayminutes",
(if "entryGTxPips" = -10, "entrydelayminutes" = 0), (if "entryGTxPips" = 0, "entrydelayminutes" = 2)
Trailingstop function:
> TP = 20 pips)
> SL = -15 pips
> TralingStop 1.0 pips and 0.2 pips step
2. Explanation for Binary Options
BinaryOptions: here is an example:
"typeMT4BO": {
"entrydelayminutes": "2",
"time": "10",
"martingale": "5"
}
"entrydelayminutes" = open the trade after 2 Minutes
"time" = expiration time = 10 Minutes
"martingale" = max. progression step
--------------------------------------------------
Further requirements for FX EA:
Fix Lot size and MM based on xx % of Equity.
------------------------------
Further requirements for BO EA:
1. Martingale in the BO-EA:
2 Options for Martingale (set in BO-EA)
1) User input for Martingale aktive or inactive
Martingale Setting Enabled/Disabled in the EA...if disabled ignore maxmartingale signal-Setting
Additional user input settings in the BO-EA:
Martingale Enabled/Disabled
Martingale-Type 1/2 (1=next Signal (Martingale on next signal), 2=Instant (when the trade is lost, open another trade immediately)
Martingale-factor (eg: 2.5x)
If the max. Martingale is reached und the trade nevertheless lost: reset the amount/beginn Martingale from Level 1.
You Need to handle each Triggercode by itself because each Triggercode has it ownes max. Martingale series.
(As a reminder, every signal from the same triggercode has the same Settings)
When Martingale is Enabled block every Signal from same triggercode if there is still a trade open from a previous Signal.
eg:
Signals from T001.100.001.005.15 => Max. Martingale: 3x
Signals from T003.100.001.005.20 => Max. Martingale: 5x
2. Stop EA at max. loss or max. Win set as money value by user
3. Print at Chart the average win/loss percentage and the amount of money win or loss
4. Ea must be usable for all Binary Option Brokers which offers Binary Options over MT4
Please see also the signal map attached for understanding.
For questions please add our head of development Daniel to Skype: darkwolfdev
Thank you very much.
Kind regards
Joachim
反馈
1
等级
项目
210
40%
仲裁
90
20%
/
43%
逾期
85
40%
空闲
2
等级
项目
1
0%
仲裁
1
0%
/
100%
逾期
0
空闲
相似订单
HELANY DE GUZMAN
50+ USD
Online Ordering System para sa Milk Tea Shop* *1. Layunin ng Project* Gumawa ng website at mobile app kung saan makaka-order ang mga customer ng milk tea online. Para hindi na pumila at para mas madali i-track yung mga orders. *2. Mga Kailangan / Features* - *Para sa Customer:* - Mag-register at mag-login gamit ang email at number - Makita ang menu na may picture, presyo, at description - Makapag-customize ng
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
Lokingo for an Expert MT5 Indicator Developer
30 - 300 USD
I am looking for a highly experienced developer to build a professional, commercial-grade trading indicator for MT4/MT5. I am not looking for a basic indicator or a modified public script. I need a custom solution based on real market logic with high-quality coding standards. Requirements 100% Non-Repainting indicator. Accurate Entry signals. Automatic Stop Loss placement based on real market structure. Automatic
I need a custom MT5 Expert Advisor (MQL5) for XAUUSD. Strategy: 1. Trend Filter (H1) - EMA 20, EMA 50 and EMA 200. - Buy only when EMA20 > EMA50 > EMA200 and price is above EMA200. - Sell only when EMA20 < EMA50 < EMA200 and price is below EMA200. 2. Confirmation (M15) - M15 trend must confirm the H1 trend before taking any trade. 3. Entry (M5) - Wait for price to pull back to EMA20 only. - After touching EMA20, wait
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
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
MT5 Global Stop Loss & Take Profit Manager for Manual Trades I need an Expert Advisor (EA) for MetaTrader 5 that manages ONLY existing manual trades. GENERAL REQUIREMENTS - Works only on the current chart symbol (example: XAUUSD). - Supports Hedging accounts. - Detects all manually opened market positions. - Never opens trades automatically. - Never closes trades automatically. - Never places pending orders. - Never
Supply and Demand EA
50 - 250 USD
I need a SnD EA. Prefer coder who has previous experience coding SnD EA. PO are based on (CHoCH or BoS) and 3EMA, order block (from my TradingView indicator), area based on Fibonacci. SL options are based on fix pips or zone size; CL is based on candle closing. TP1 and TP2 options are based on fix pips or fix ratio. Canceling PO is based on market structure or Fibonacci. Money management are based on fix volume or
Hi MQL5 Community, With over 10 years of live market experience as a Quantitative & Trading System Developer, I specialize in building robust, highly scalable Expert Advisors (EAs), custom indicators, and automated architectures. I’ve recently put together a comprehensive showcase demonstrating my flagship Modular Multi-Engine Architecture , designed to bring institutional-grade logic and real-time telemetry into
项目信息
预算
100 - 300 USD
截止日期
从 10 到 30 天