Partial Close EA
30 USD
Versione demo scaricata:
1 578
Pubblicato:
26 febbraio 2015
Versione attuale:
1.4
Non hai trovato un robot adatto?
Ordina il tuo
su Freelance
Vai alla sezione Freelance
Ordina il tuo
su Freelance
Come acquistare un Robot di Trading o un indicatore
Esegui il tuo EA
hosting virtuale
hosting virtuale
Prova un indicatore/robot di trading prima di acquistarlo
Vuoi guadagnare nel Market?
Come presentare un prodotto per venderlo con successo
Ti stai perdendo delle opportunità di trading:
- App di trading gratuite
- Oltre 8.000 segnali per il copy trading
- Notizie economiche per esplorare i mercati finanziari
Registrazione
Accedi
Accetti la politica del sito e le condizioni d’uso
Se non hai un account, registrati

Hello
Can I manage with this EA more than one currency pair same time but each trade with different partial close setups ?
I am already running all my currency pairs with an expert advisor. So, do I need to install more than one "Partial Close EA" for each different trade in seperate charts?
Example
Running buy order EUR/USD with partial close setup A
Running sell order USD/JPY with partial close setup B
Running buy order EUR/AUD with partial close setup C
So, do I need to open 3 seperate charts and install your ea 3 times with different configurations (3 different ManageTradeNumbers) ?
I am scanning 28 currency pairs on H1 and D1 timeframe on 2 different opened MT4's but with the same broker. So
It would be very cool, if i can manage my opened trades in a easy way with different partial close setups.
Thank you for your answer and your help
Kind regards
Roger
Hello, I have a question.
I can close metatrader and the EA still running? (sorry for my english, I'm learning)
Hi Rimantas, great programming, great product..
I am wondering why you chose to use pips instead of percentage for the ParticalCloseStep.
Using percentage (of the pip distance between intial open and tp) would make it alot easier to manage all trades on the account, since trades might be running on different timeframes needing different pips sizes for tp.
Hi Rimantas, great programming, great product..
I am wondering why you chose to use pips instead of percentage for the ParticalCloseStep.
Using percentage (of the pip distance between intial open and tp) would make it alot easier to manage all trades on the account, since trades might be running on different timeframes needing different pips sizes for tp.
Hello,
interesting idea, but would you tell me more?
How you do it yourself? How do you calculate the percentage?
It sounds only possible if there's a hard take profit set on the trade. So say it's 150 pips and you set to scale out when trade gets into profit 25% which would be 37.5 pips.
Is this what you mean?
Hello, I have a question.
I can close metatrader and the EA still running? (sorry for my english, I'm learning)
No, EA will not run if you close MT4.
MT4 is designed in such a way that it must be running all the time so that the EA can run too.
Hello
Can I manage with this EA more than one currency pair same time but each trade with different partial close setups ?
I am already running all my currency pairs with an expert advisor. So, do I need to install more than one "Partial Close EA" for each different trade in seperate charts?
Example
Running buy order EUR/USD with partial close setup A
Running sell order USD/JPY with partial close setup B
Running buy order EUR/AUD with partial close setup C
So, do I need to open 3 seperate charts and install your ea 3 times with different configurations (3 different ManageTradeNumbers) ?
I am scanning 28 currency pairs on H1 and D1 timeframe on 2 different opened MT4's but with the same broker. So
It would be very cool, if i can manage my opened trades in a easy way with different partial close setups.
Thank you for your answer and your help
Kind regards
Roger
Hi,
thanks for your interest.
Yes, you need to open 3 separate charts and install EA 3 times with different configurations (3 different ManageTradeNumbers).
Hi
In product description it is written "PartialCloseStepPips — This tells the EA to apply partial close each X pips in profit. If this option is set to 20 pips and PartialCloseCount=3, then EA will apply partial close 3 times every 20 pips. This means TP1 = 20 pips, TP2 = 40 pips and TP3 = 60 pips."
1.In this example is TP3 full close or EA makes 3rd partial close?
2. If it is not full close, is there and option that the last step is always a complete close?
I want to use partial close on positions with a specific Magic Number, but only if there is ONE position open with that Magic Number, and NOT when there are 2 or more positions open with that same Magic Number. The reason is, that if I hedge 2 positions with the same size and Magic Number (ie: 1.0 lots Long and 1.0 lots Short), then I do not want to change the size of those positions. However, if there is only ONE position open, then the EA should apply partial close. Can you add this feature -- ie: ActiveIfOnePositionOpen:true/false?
Hi,
technically it is possible, but my schedule is full for the next 12 months.
But I can do this for extra payment of 500 EUR and you can contact me here to order: https://www.ea-coder.com/contact-us/
Regards,
Rimantas
Hi
In product description it is written "PartialCloseStepPips — This tells the EA to apply partial close each X pips in profit. If this option is set to 20 pips and PartialCloseCount=3, then EA will apply partial close 3 times every 20 pips. This means TP1 = 20 pips, TP2 = 40 pips and TP3 = 60 pips."
1.In this example is TP3 full close or EA makes 3rd partial close?
2. If it is not full close, is there and option that the last step is always a complete close?
Hi,
full close of the position is your real TP set on the trade itself.
Can anyone confirm the param "PartialCloseBreakEvenAfter" is working as expected. Say if it is set to 3, expectation would be to apply break even after 3 partial closes.
Using demo EA sets break even while first partial close itself.
2016.07.21 15:23:09.366 Partial Close EA DEMO AUDJPY,H1: [32174--1] Stop Loss moved to a break-even point for the trade #224317869 before applying partial close no. 1/5.
Can anyone confirm the param "PartialCloseBreakEvenAfter" is working as expected. Say if it is set to 3, expectation would be to apply break even after 3 partial closes.
Using demo EA sets break even while first partial close itself.
2016.07.21 15:23:09.366 Partial Close EA DEMO AUDJPY,H1: [32174--1] Stop Loss moved to a break-even point for the trade #224317869 before applying partial close no. 1/5.
Hi,
are you running one instance of EA of multiple EAs on the same MT4?
Hi,
are you running one instance of EA of multiple EAs on the same MT4?
In this case only one instance of "Partial Close EA DEMO" was running. Another EA on different chart for AUDJPY was running on same MT4 that opens trades.
Here is my setup: 1. xyz EA on AUDJPY H1 to open trades. 2. On same MT4, AUDJPY, partial close ea demo also running.
In this case only one instance of "Partial Close EA DEMO" was running. Another EA on different chart for AUDJPY was running on same MT4 that opens trades.
Here is my setup: 1. xyz EA on AUDJPY H1 to open trades. 2. On same MT4, AUDJPY, partial close ea demo also running.
Hello
Can I manage with this EA more than one currency pair same time but each trade with different partial close setups ?
I am already running all my currency pairs with an expert advisor. So, do I need to install more than one "Partial Close EA" for each different trade in seperate charts?
Example
Running buy order EUR/USD with partial close setup A
Running sell order USD/JPY with partial close setup B
Running buy order EUR/AUD with partial close setup C
So, do I need to open 3 seperate charts and install your ea 3 times with different configurations (3 different ManageTradeNumbers) ?
I am scanning 28 currency pairs on H1 and D1 timeframe on 2 different opened MT4's but with the same broker. So
It would be very cool, if i can manage my opened trades in a easy way with different partial close setups.
Thank you for your answer and your help
Kind regards
Roger
Can anyone confirm the param "PartialCloseBreakEvenAfter" is working as expected. Say if it is set to 3, expectation would be to apply break even after 3 partial closes.
Using demo EA sets break even while first partial close itself.
2016.07.21 15:23:09.366 Partial Close EA DEMO AUDJPY,H1: [32174--1] Stop Loss moved to a break-even point for the trade #224317869 before applying partial close no. 1/5.
Hi,
looks like Partial Close EA always use PartialCloseBreakEvenAfter=1 no matter what number you set there. I will try to fix this as soon as possible.
Hi,
looks like Partial Close EA always use PartialCloseBreakEvenAfter=1 no matter what number you set there. I will try to fix this as soon as possible.
PartialCloseBreakEvenAfter has been fixed and new EA version has been published as of 2016.09.20