작업 종료됨
실행 시간 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
등급
프로젝트
3549
88%
중재
73
40%
/
15%
기한 초과
268
8%
무료
비슷한 주문
Need a quarantine winning bot to trade step100, vix 75,25,50 and 30. Serious persons only. Minimum to no lost. Should’ve able to trade secondly rapidly and daily . Should only enter winning trades
Please help add an alert notification feature to this indicator so I can receive a notification immediately whenever a signal appears. Thanks. Just help to put an alert notification at appearance of the signal on this indicator
Hello, I am a serious buyer looking to acquire an existing, stable, and profitable Expert Advisor (EA) designed specifically for: 👉 Gold (XAUUSD) This is a full buyout request, including complete source code and full ownership. ⚠️ I am NOT looking to build a new EA from scratch. Only ready-made, proven systems with real performance history. ✅ EA Requirements (Strict) 📌 Symbol & Strategy ✔️ Trades Gold only (XAUUSD)
I need a professional MT5 Expert Advisor (fully automated trading robot) for scalping on M1 timeframe. 1. General Requirements Platform: MetaTrader 5 Type: Fully automated EA (no manual confirmation) Timeframe: M1 only Symbols: XAUUSD, BTCUSD, USDCAD Must support running on multiple charts simultaneously Clean, optimized, and low-latency execution logic 2. Strategy Logic (Scalping Model) The EA should use: Trend +
BrainTrend2SigAlert - indicator for MetaTrader 5
31 - 200 USD
Hello, I am looking for someone who can convert this indicator (BrainTrend2SigAlert - indicator for MetaTrader 5) into an Expert Advisor (robot). Buy positions and sell positions. And with the option to set Take Profit in percent or pips. And the setting for the maximum number of buy or sell positions
The indicator a bit inverted. But it doesn’t matter to me as long as the winrate make sense for investment. For brief details regarding the indicator. What should have been a sell, i inverted it into buy with sl and tp swapped(only change the name of sl and tp for visualisation , but the code still on right tp and sl) . And in script ive inverted the signal command code. But the trouble is the tp and sl cant be
All other Necessary filters already coded , Mostly it is referring to another expert copy pasting . Live Chart Optimization . Optimization from Signal Trigger Point . Apply to stay ahead . While applying please explain the correct trailing stop loss for value gap entries
G5
30 - 40 USD
1. CSI module — parses the group syntax, ranks 8 currencies, returns BUY/SELL/NEUTRAL 2. Tradovate bridge — file-based reader for the 8 Tradovate conditions (local + remote support) 3. Tradovate confluence indicator — 9 buffers + score + entry/exit signal 4. Integration into your EA
Project: Telegram Signal to MT5 EA Bridge
30 - 100 USD
I am looking for a developer who can create a bot that automatically reads trading signals from a Telegram channel and sends them to an EA, which will then open trades based on the received instructions. Example workflow: When the signal provider posts something like: “Buy now 5108” The bot should send this to the EA and trigger an entry within a defined zone (e.g., 5108–5103 ). The EA should then: • Place layered
I would like to create a robot with the smart money concepts, that integrates order block,FVG,supply & demand ,read the market structure,liquidity and also trade with the session and also after a liquidity sweep a market structure is needed to verify the reversal and a retracement to the order block and sometimes fair value Gap
프로젝트 정보
예산
80 - 100 USD
기한
에서 3 로 5 일