작업 종료됨
실행 시간 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%
중재
137
20%
/
58%
기한 초과
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
등급
프로젝트
3545
88%
중재
73
40%
/
15%
기한 초과
268
8%
무료
비슷한 주문
HAVE YOU ALREADY MADE A GOLD TRADING EA ? THAT HAS A GREAT RESULT LIKE THIS ON BACK TEST , ? SEE SCREENSHOT HI , I NEED SOMEONE WHO ALREADY CREATED A EXCELLENT GOLD EA , ALSO THAT CAN WORK FOR VOLATITY 75 , AND HAVE BETTER RESULT THAT THE ONE I SHOWED IN THE SCREENSHOT . IF YOU ALREADY HAVE ONE .. PLEASE APPLY FOR THIS JOB , LET ME KNOW HOW THE EA WORKS , ITS IT GRID SYTEM AND SEND ME THE TEST OBTION AND SET FILES
✨ Desenvolvedor ✨ especializado em MQL5 e Automação de Negociação Sou desenvolvedor com sólida experiência em MQL5, C++, Python, SQL, HTML e CSS , especializado na criação de: Consultores Especialistas Personalizados (EAs) Indicadores exclusivos Automação e ferramentas de análise para negociação Com anos de experiência no mercado, ofereço desenvolvimento eficiente, confiável e sob medida , garantindo que seu projeto
I am looking for an experienced MT5 developer to build a multi-symbol, mechanical momentum–pullback system with a portfolio-level risk engine . ⚠️ Important: • The strategy is already fully developed and long-term backtested (2017–2025). • No optimisation or idea creation required. • Full rules are provided privately after NDA. • This posting is only the high-level specification. ⸻ 1. Strategy Logic (High-Level
Make some small changes to my MT5 EA
30 - 100 USD
Hello, need an assistant on my Ea, it need some changes and recreation of the Ea on MT4 to MT5, if you are capable in this field kindly reach out
I hope this message finds you well. I am looking to develop a custom Expert Advisor (EA) for MetaTrader 5 (MT5) and would like your assistance. Here is a detailed description of what I need: Trading Instrument: Cryptocurrencies (e.g., BTC/USD, ETH/USD) Trading Style: Scalping and intraday/day trading Short-term trades based on precise market timing Key Features Required: Time-Based Entry: The EA should allow me to
Multiple Breakout Expert Advisor
30+ USD
Hi, I am looking for a developer that can make an EA consists of: 1.) previous day High and low breakout: set buy stop and sell stop orders automatically in a new day + can freely choose Intelligent Gap Opening Detection ( trade or not to trade) 2.)have 3 range time breakout (I can freely input the range time), set buy stop and sell stop orders after range end time automatically + can freely to choose trade both
I need assistance with ensuring that my Expert Advisor (EA) settings from MT4 are correctly replicated in MT5. Despite creating the same settings in MT5, the bot fails to close positions automatically and produces a "bell" error. If you are capable in the field, apply now and let's talk
AkbarSayyed
129+ USD
I am an experienced trader with a five-year track record of successfully navigating the complexities of financial markets. My expertise extends beyond manual execution; I possess specialized skills in developing Expert Advisors (EAs) for automated trading and creating custom technical indicators . This proficiency allows me to analyze market trends and translate them into precise, automated trading strategies
Ninjatrader backeting
30+ USD
I need a code for ninjatrader 8 to backtest a quite simple strategy (I think): Go long if price breaks above previous day's high by .25 points, go short if it breaks below previos day's low. I have historical semi-colon CSV minutes data for ES mini from 1997 to today, data has been tested and runs in Ninjatrader chart without problems. Code should be writen in a way so I can change stoploss and take profit levels in
CRIAR UM EA QUE OPERA ROMPIMENTOS DE BANDAS
30 - 100 USD
Preciso de um desenvolvedor para criar um EA que trabalhe com rompimento de bandas, teremos alguns critérios para abertura de execução de ordem , como takeprofit dinâmico, leitura de velas, volatilidade, monitorador de notícias, trailling stop. Criação para MT5. Quero algum desenvolvimento com vasta experiência em MQL que possa me dar suporte pós-venda para melhorias e ajustes no EA
프로젝트 정보
예산
80 - 100 USD
기한
에서 3 로 5 일