작업 종료됨
실행 시간 6 시간
고객의 피드백
Great Job ! Totally awesome. Best Developer..Easy to work with. Pays full attention to details, and well experienced. Great Job..
피고용인의 피드백
Clear explanation, fast checking! Great customer!
명시
PROJECT : MobianFX EXPERT ADVISOR
I want the EA to perform the following functions :
1. It should have the option of manual opening of trade or auto-trading.
2. When a BUY/SELL trade is opened, the EA should automatically set a BUYSTOP or SELLSTOP, in the opposite direction. 200 pips or 100 pips distance from the BUY/SELL.
3. Also It should set TP of BUY/SELL to 300 pips, and the SL of BUY/SELL to -500 pips. Same as the BUYSTOP OR SELLSTOP should be 300 pips TP and -500 pips SL.
4. The EA should set up BUYSTOP or SELLSTOP ORDERS subsequently if the price touches zone lines, thats the first trade and the BUYSTOP/SELLSTOP. The sequel should be set as 0.5, 1.0, 1.5, 3.0, 6.0, 12.0, 24.0, 48.0.. after this 8 times, it can close however..
5.. The EA should be able to automatically calculate the SPREAD and use it to determine 2nd, 3rd, 4th etc trade lot size. That is, so that the extra lot will cover the loss from the SPREAD, example, if the first trade is openned at 0.5 lot, and the SPREAD is 40 pips, the stoploss will be 500 + 40 (spread) = 540 SL,
Then the next trade (2nd trade) will open with 1.0 + the cost of the spread in the first trade. Example, if first trade is 0.5 lot, the 2nd trade will be 1.067 lot, the 3rd trade will be 1.663 lot, the 4th tarde will be 3.255 and so on.
Example, a chart like CAD/JPY, my broker is FXTM and they dont charge commision, rather the SPREAD is much. If i open a BUY trade at price 85.200, the spread is for instance 60 pips or points. So bid price is 85.200, ask price is 85.260.
Once the first BUY trade is open with TAKE PROFIT set 300 points and Stop Loss set 500 points plus SPREAD = 500 + 60 = 560 SL. Also a SELLSTOP will be set 200 points in the opposite direction of the BUY trade with SELLSTOP set with TP 300 points and SL (to be determined by EA based on the spread at the time of order) example spread is 60, meaning SL will be 560 points) Because the trade or trades will only close when TP or TPs are reached, if price moves against the first BUY trade and opens the SELLSTOP, the EA should determine the lot size of the 2nd SELLSTOP trade, meaning it will take account of the SPREAD loss of the first BUY trade. Example:
i) First trade BUY 0.5 lot @ 85.200. if one point is $0.45, then TP will be 300 points * $0.45 = $135 .
SL will be 500 + 60 (SPREAD) = 560 points * $0.45 = $252
ii) Set Second trade SELL (lot side determined by EA) @ 85.000, (200 points away) , TP will be 300 points, SL will be 500 + SPREAD). So if the lot size was 1.0, it would be $0.45 *2 =$0.90
So therefore, TP will be 300 points * $0.90 = $270.. It means $270 - $252(SL of first trade) = $18 Profit. Note, because the 2 trades will close at exactly the TP of the 2nd trade
If we didnt include the SPREAD of First Trade, it would have been SL 500 points * $0.45 = $225.(instead of $252). It would mean $270 - $225 = $45 Profit.
SPREAD Loss is $252 - $225 = $27.
Now to cover this SPREAD LOSS, it will mean to 1.0 =($0.90 *300) = $270. So the EA can find the percentage of $27 in $270, which is 10%.
That means, when opening the 2nd trade, 10% of the original lot size of 1.0, must be included to the lot size so as to cover the SPREAD LOSS.
That is 10% of 1.0 = 0.1 . So the lot size for the 2nd trade (SELLstop) will be 1.10 (instead of 1.0). For instance lot size 1.10 ($0.99 * 300 TP) = $297
So $297 TP of 2nd trade - $252 SL of 1st trade = $297 - $252 = $45.. Same setting done for the 3rd, 4th, 5th, 6th, 7th, 8th trades.
In conclusion, the EA should always know the SPREAD difference, calculate the SPREAD LOSS and determine the percentage to be added to the lot size of the subsequent trade.
6. Also let the EA force all trades to close once one TP or TPs is reached. PLEASE NOTE: Only when the TAKE PROFITS are reached. Not the Stoploss, because of SPREAD. Once the TP of any side of the trades are reached, then the EA should force the stoploss trades to close including the spread at the time.
As i have explained. because the TP is more important than the SL in this strategy, the SL can be forced to close at the TP price. so far the SPREAD LOSS is covered by the lot size of the next trade.
7. The EA should also be able to send notification alerts, when price touches the zone recovery lines ie the BUY/SELL and the BUYSTOP/SELLSTOP lines. That is each time a new
ORDER is opened. Also a sound alarm when the trade closes, or sequence of trades closes. Thats when the TP of any of the 2 opposite trades is reached, it should
close all open trades and send alert notification to also the MT4 android app on my phone.
This is a zone hedging strategy, as u already know. its to make profit either which way the price goes.
This function is normal, i get notified when a buystop or sell stop order is opened, i get it on my MT4 phone app. (thats touching the zone recovery lines)
Also i get notified when the trades close. U can just enhance the notifications to be like an ALARM.
I want the EA to perform the following functions :
1. It should have the option of manual opening of trade or auto-trading.
2. When a BUY/SELL trade is opened, the EA should automatically set a BUYSTOP or SELLSTOP, in the opposite direction. 200 pips or 100 pips distance from the BUY/SELL.
3. Also It should set TP of BUY/SELL to 300 pips, and the SL of BUY/SELL to -500 pips. Same as the BUYSTOP OR SELLSTOP should be 300 pips TP and -500 pips SL.
4. The EA should set up BUYSTOP or SELLSTOP ORDERS subsequently if the price touches zone lines, thats the first trade and the BUYSTOP/SELLSTOP. The sequel should be set as 0.5, 1.0, 1.5, 3.0, 6.0, 12.0, 24.0, 48.0.. after this 8 times, it can close however..
5.. The EA should be able to automatically calculate the SPREAD and use it to determine 2nd, 3rd, 4th etc trade lot size. That is, so that the extra lot will cover the loss from the SPREAD, example, if the first trade is openned at 0.5 lot, and the SPREAD is 40 pips, the stoploss will be 500 + 40 (spread) = 540 SL,
Then the next trade (2nd trade) will open with 1.0 + the cost of the spread in the first trade. Example, if first trade is 0.5 lot, the 2nd trade will be 1.067 lot, the 3rd trade will be 1.663 lot, the 4th tarde will be 3.255 and so on.
Example, a chart like CAD/JPY, my broker is FXTM and they dont charge commision, rather the SPREAD is much. If i open a BUY trade at price 85.200, the spread is for instance 60 pips or points. So bid price is 85.200, ask price is 85.260.
Once the first BUY trade is open with TAKE PROFIT set 300 points and Stop Loss set 500 points plus SPREAD = 500 + 60 = 560 SL. Also a SELLSTOP will be set 200 points in the opposite direction of the BUY trade with SELLSTOP set with TP 300 points and SL (to be determined by EA based on the spread at the time of order) example spread is 60, meaning SL will be 560 points) Because the trade or trades will only close when TP or TPs are reached, if price moves against the first BUY trade and opens the SELLSTOP, the EA should determine the lot size of the 2nd SELLSTOP trade, meaning it will take account of the SPREAD loss of the first BUY trade. Example:
i) First trade BUY 0.5 lot @ 85.200. if one point is $0.45, then TP will be 300 points * $0.45 = $135 .
SL will be 500 + 60 (SPREAD) = 560 points * $0.45 = $252
ii) Set Second trade SELL (lot side determined by EA) @ 85.000, (200 points away) , TP will be 300 points, SL will be 500 + SPREAD). So if the lot size was 1.0, it would be $0.45 *2 =$0.90
So therefore, TP will be 300 points * $0.90 = $270.. It means $270 - $252(SL of first trade) = $18 Profit. Note, because the 2 trades will close at exactly the TP of the 2nd trade
If we didnt include the SPREAD of First Trade, it would have been SL 500 points * $0.45 = $225.(instead of $252). It would mean $270 - $225 = $45 Profit.
SPREAD Loss is $252 - $225 = $27.
Now to cover this SPREAD LOSS, it will mean to 1.0 =($0.90 *300) = $270. So the EA can find the percentage of $27 in $270, which is 10%.
That means, when opening the 2nd trade, 10% of the original lot size of 1.0, must be included to the lot size so as to cover the SPREAD LOSS.
That is 10% of 1.0 = 0.1 . So the lot size for the 2nd trade (SELLstop) will be 1.10 (instead of 1.0). For instance lot size 1.10 ($0.99 * 300 TP) = $297
So $297 TP of 2nd trade - $252 SL of 1st trade = $297 - $252 = $45.. Same setting done for the 3rd, 4th, 5th, 6th, 7th, 8th trades.
In conclusion, the EA should always know the SPREAD difference, calculate the SPREAD LOSS and determine the percentage to be added to the lot size of the subsequent trade.
6. Also let the EA force all trades to close once one TP or TPs is reached. PLEASE NOTE: Only when the TAKE PROFITS are reached. Not the Stoploss, because of SPREAD. Once the TP of any side of the trades are reached, then the EA should force the stoploss trades to close including the spread at the time.
As i have explained. because the TP is more important than the SL in this strategy, the SL can be forced to close at the TP price. so far the SPREAD LOSS is covered by the lot size of the next trade.
7. The EA should also be able to send notification alerts, when price touches the zone recovery lines ie the BUY/SELL and the BUYSTOP/SELLSTOP lines. That is each time a new
ORDER is opened. Also a sound alarm when the trade closes, or sequence of trades closes. Thats when the TP of any of the 2 opposite trades is reached, it should
close all open trades and send alert notification to also the MT4 android app on my phone.
This is a zone hedging strategy, as u already know. its to make profit either which way the price goes.
This function is normal, i get notified when a buystop or sell stop order is opened, i get it on my MT4 phone app. (thats touching the zone recovery lines)
Also i get notified when the trades close. U can just enhance the notifications to be like an ALARM.
응답함
1
등급
프로젝트
134
66%
중재
36
25%
/
56%
기한 초과
22
16%
무료
게재됨: 10 코드
2
등급
프로젝트
460
26%
중재
140
20%
/
59%
기한 초과
100
22%
작업중
3
등급
프로젝트
36
17%
중재
14
14%
/
57%
기한 초과
3
8%
무료
4
등급
프로젝트
144
38%
중재
67
15%
/
48%
기한 초과
55
38%
무료
5
등급
프로젝트
117
67%
중재
16
25%
/
13%
기한 초과
12
10%
무료
게재됨: 2 코드
6
등급
프로젝트
3
0%
중재
0
기한 초과
1
33%
무료
7
등급
프로젝트
3550
88%
중재
73
40%
/
15%
기한 초과
268
8%
무료
비슷한 주문
Your job is to build an expert advisor exactly on the logic from transcation executed on a Live Account. I have read only access to the account and all data inside. I have 1 Month of Data of all Transactions over 5400 Trades. Its not super complicated. It is a GRID EA with some kind of entry/exit logic and hedging mechanism. Can you replicate/build the exact EA of this Data? It is running on XAU/USD and BTC/USD. All
Looking To Purchase a Prop Firm EA (Source Code Required)
200 - 2000 USD
I am currently looking to purchase a ready-made MT5 Expert Advisor designed specifically for prop firm trading . Requirements: Strategy must be safe for prop firm rules Maximum daily drawdown: below 4% Maximum overall drawdown: below 8% Target performance: 10% monthly return No martingale or high-risk grid strategies Must be able to run consistently on MT5 Purchase Conditions: I will require full source code (.mq5)
أنا أبحث عن مبرمج محترف لإنشاء روبوت تداول (Expert Advisor) يعمل على منصة MetaTrader 4 أو MetaTrader 5. مواصفات الروبوت: يعمل على زوج XAUUSD (الذهب) يفتح صفقة شراء أو بيع حسب الإشارة يعتمد على مؤشرين: Moving Average RSI عندما يتقاطع الموفينغ أفريج مع الاتجاه ويؤكد مؤشر RSI يتم فتح الصفقة. إدارة المخاطر: تحديد Stop Loss تحديد Take Profit عدم فتح أكثر من صفقة في نفس الوقت إمكانية تغيير الإعدادات بسهولة. مطلوب: كود نظيف
Job Description We are looking for an experienced MQL5 developer to build a professional Expert Advisor (EA) for MetaTrader 5 based on a detailed quantitative trading model. The EA will trade XAUUSD (Gold) on the M5 timeframe using a Session Breakout + Fibonacci Retracement strategy with advanced institutional-level filters. The system includes volatility filters, liquidity sweep detection, London session
I need an experienced MQL5 developer to modify my existing MT5 EA by replacing the current entry logic with a new breakout strategy and implementing strict prop-firm safety protections. The EA must behave exactly as specified below. If the final EA does not match the logic described, I will request revisions until it does. SYMBOL AND TIMEFRAME Symbol: USDJPY Timeframe: M15 only TRADING SESSION Trades may only open
I am looking to purchase an existing and profitable Expert Advisor (EA) designed for Gold (XAUUSD) scalping. This is not a request to develop a new EA . I am only interested in a ready system that is already trading profitably on a live account . Requirements • Designed for Gold / XAUUSD • Compatible with MetaTrader 5 (MT5) • Scalping strategy (preferably M1 or M5) • Verified live trading performance (preferably 6
I am currently looking to purchase a ready-made MT5 Expert Advisor designed specifically for prop firm trading . Requirements: Strategy must be safe for prop firm rules Maximum daily drawdown: below 4% Maximum overall drawdown: below 8% Target performance: 10% monthly return No martingale or high-risk grid strategies Must be able to run consistently on MT5 Purchase Conditions: I will require full source code (.mq5)
2 FX pairs M15 execution with higher timeframe bias Session-based trading (UK time) Fixed % risk per trade Controlled pyramiding (add to winners only) Strict daily loss limits (FTMO-style) Proper order handling (SL always set) Basic logging (CSV) Strategy logic will be provided in detail after NDA / agreement. Must deliver: Source code (.mq5) Compiled file (.ex5) Clean, well-commented code Short support window for
Tradingview indicator
30+ USD
Hi, are you able to create a script/indicator on tradingview that displays a chart screener and it allows me to input multiple tickers on the rows. then the colums with be like "premarket high, premarket low, previous day high, previous day low" . When each or both of the levels break, there will pop up a circle on the chart screener, signaling to me what names are above both PM high and previous day high or maybe
I am trying to use Tradingconnector to link tradingview to mt5 and I have already set everything up, but no signals are being received. I need someone that is familiar with tradingconnector that can help me finalize the set up
프로젝트 정보
예산
80 - 100 USD
기한
에서 3 로 5 일