Tâche terminée
Temps d'exécution 6 heures
Commentaires du client
Great Job ! Totally awesome. Best Developer..Easy to work with. Pays full attention to details, and well experienced. Great Job..
Commentaires de l'employé
Clear explanation, fast checking! Great customer!
Spécifications
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.
Répondu
1
Évaluation
Projets
134
66%
Arbitrage
36
25%
/
56%
En retard
22
16%
Gratuit
Publié : 10 codes
2
Évaluation
Projets
460
26%
Arbitrage
140
20%
/
59%
En retard
100
22%
Travail
3
Évaluation
Projets
36
17%
Arbitrage
14
14%
/
57%
En retard
3
8%
Gratuit
4
Évaluation
Projets
144
38%
Arbitrage
67
15%
/
48%
En retard
55
38%
Gratuit
5
Évaluation
Projets
117
67%
Arbitrage
16
25%
/
13%
En retard
12
10%
Gratuit
Publié : 2 codes
6
Évaluation
Projets
3
0%
Arbitrage
0
En retard
1
33%
Gratuit
7
Évaluation
Projets
3550
88%
Arbitrage
73
40%
/
15%
En retard
268
8%
Gratuit
Commandes similaires
PROJECT DESCRIPTION Looking for 1 experienced MQL5 developer to build 2 Expert Advisors for MetaTrader 5, targeting XAUUSD and major currency pairs. Strong preference for a single developer handling both EAs to maximize code reuse, reduce cost, and ensure consistency. EA1 — Grid Martingale Pro · Buy/Sell grid with Fixed or ATR Dynamic distance (ATR read once per fill, stored in grid_step_at_open[]) · Gap
Hi I have a simple task (hopefully) I have a custom strategy that I built with the help of Claude Anthropic - everything is finished and I zipped it with power shell but when importing it NT8 gives me the error message that the file was made from an older, incompatible version or not a NinjaScript. My folder structure is correct as far I can see so I don't know what the issues is and it's costing me too much to go
Ninjatrader strategy for mnq
30+ USD
Do you happen to have a profitable strategy for MNQ? it is urgent if any one can help me with this i will be happy to discuss with you and move forward to pay for it kindly let me know the amount thank fill free to bid
EA developer with stregegy builder required
50 - 100 USD
Looking for an experienced MQL5 developer to design and develop a custom Expert Advisor (EA) for MetaTrader 5. The purpose of this EA is not just automated trading, but also to help me better structure, test, and refine my personal trading strategy
I am looking for a developer to build a robust MetaTrader 5 Expert Advisor for Gold (XAUUSD) scalping on the M5 timeframe. The EA must be optimized for small accounts ($200 - $1,000). Technical Requirements: Primary Strategy: Mean Reversion using Bollinger Bands (20, 2.0) and RSI (14). Buy: Price closes below lower band + RSI < 30 + Trend Filter. Sell: Price closes above upper band + RSI > 70 + Trend Filter. Trend
Olá amigos possuo um indicador que não tem o código fonte mas tenho a licença para usar esse indicador que está me trazendo bons resultados no meu operacional desejo automatizar as suas entradas através de um robô funciona mais ou menos da seguinte forma o indicador gera um sinal de compra ou venda e também gera um nível de take profit stop loss.O robô deve fazer a leitura dos sinais e definir TP e SL nos mesmos
An additional indicator signal will be added to the existing EA. The existing mechanical system will NEVER be changed. I will send you the necessary documents and codes. I will send you the necessary documents and codes. thank you
Need MT5 Expert Advisor base on my strategy XAUUSD Fast scalping, Grid , Martingale, TP, SL trailing buy sell both also add magic number fully atumated advance strategy Pro version 24 hours running trades close in profit directly open new trade
Freeallfree
400 - 800 USD
Professional MT5 EA – XAUUSD I need a professional Expert Advisor for MT5 (MQL5) to trade XAUUSD only. This is not a random scalping bot. The EA must trade only high-probability liquidity breakouts during active sessions and avoid ranging or low-volatility markets. Symbol: XAUUSD Timeframe: M15 (optional H1 confirmation) Session filter (Dubai GMT+4): Trade only London and New York sessions Adjustable session times No
EURUSD Day scalping
30+ USD
Hi Developers, I am looking for a EA based on EURUSD where EA is taking multiple trades in a day with small profits in each trade. Looking for some EA based on HFT trading, scalping
Informations sur le projet
Budget
80 - 100 USD
Délais
de 3 à 5 jour(s)