CoupleHedgeEA Pro
FREE
Pubblicato:
21 dicembre 2018
Versione attuale:
2.6
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

Hi Nikolaus
Hello,
with manual step, expert open orders in side to have losses.
with autostep, expert close orders in side to have profit, and open a new couple in both sides.
With autostep expert opens less orders, because there is always a side with 1 order and other side with more orders.
With manual step we can see more of one orders in both sides.
Market is closing
Try restart terminal.
Hello,
with manual step, expert open orders in side to have losses.
with autostep, expert close orders in side to have profit, and open a new couple in both sides.
With autostep expert opens less orders, because there is always a side with 1 order and other side with more orders.
With manual step we can see more of one orders in both sides.
Which one is more profitable if balance is enough ?
I don't know. Need to make your test.
I don't know. Need to make your test.
Super EA, avec quelques paramètres modifie et un bon money management je réalise de beaux profits. Merci pour ce super travail!
Nice to hear it!
Hello Nikolaos.
Very good work with this specialist.
But I want to better understand how this strategy works.
I understand how open positions are. What I'm not really understanding is: how does the specialist start closing positions? What are the steps?
I believe it is something like: adding EURUSD + EURGBP positions, and if the profit is X, close those positions. But I would like to have a clearer explanation, if I can.
Thank you.
Hello Nikolaos.
Very good work with this specialist.
But I want to better understand how this strategy works.
I understand how open positions are. What I'm not really understanding is: how does the specialist start closing positions? What are the steps?
I believe it is something like: adding EURUSD + EURGBP positions, and if the profit is X, close those positions. But I would like to have a clearer explanation, if I can.
Thank you.
Hello,
to close position, expert calculate all positions per pair as one (basket).
The profits are $ per lot (100 value mean $100 for 1 lot).
Same for the step between orders to make grid(convert value to negative number).
Hello,
to close position, expert calculate all positions per pair as one (basket).
The profits are $ per lot (100 value mean $100 for 1 lot).
Same for the step between orders to make grid(convert value to negative number).
Thank you very much.
So, this looks 100% mathematical. Is any parameter who can be optimized in this EA or no?
Thank you very much.
So, this looks 100% mathematical. Is any parameter who can be optimized in this EA or no?
The step is very important parameter.
Higher = lower risk and lower profits.
Lower = higher risk and higher profits.
The step is very important parameter.
Higher = lower risk and lower profits.
Lower = higher risk and higher profits.
Interesting.
Something I'm not understanding very well is what are the "minus" and "plus" orders.
I see this reference a lot of times in your code commets, but I'm not sure what they are.
Would be great if you can give me an idea.
Thanks again
Interesting.
Something I'm not understanding very well is what are the "minus" and "plus" orders.
I see this reference a lot of times in your code commets, but I'm not sure what they are.
Would be great if you can give me an idea.
Thanks again
Hello,
1. for example we get pairs EURUSD - EURJPY (both pairs have the same currency -EUR- in same position not matter if position is first or second!).
Plus orders are BUY - SELL
Minus orders are SELL - BUY
2. for example we get pairs EURUSD - USDJPY (both pairs have the same currency -USD- in opposite position not matter if position is first/second or second/first!).
In the first case (plus) it serves us to have a price deviation between the two pairs, while in the second case (minus) it serves us to converge the prices.
Plus orders are BUY - BUY
Minus orders are SELL - SELL
Hello,
1. for example we get pairs EURUSD - EURJPY (both pairs have the same currency -EUR- in same position not matter if position is first or second!).
Plus orders are BUY - SELL
Minus orders are SELL - BUY
2. for example we get pairs EURUSD - USDJPY (both pairs have the same currency -USD- in opposite position not matter if position is first/second or second/first!).
In the first case (plus) it serves us to have a price deviation between the two pairs, while in the second case (minus) it serves us to converge the prices.
Plus orders are BUY - BUY
Minus orders are SELL - SELL
Hello,
Thanks for your support. I'm currently working in your code, applying some changes, and looking to build a mt5 version of this.
Anyway, I have a suggestion for you which I believe that can improve your code quality.
Instead of use this:
You can create a custom object with these attributes:
I believe is more easy to access and add new attributes to the couples/pairs.
Best regards
Hello,
Thanks for your support. I'm currently working in your code, applying some changes, and looking to build a mt5 version of this.
Anyway, I have a suggestion for you which I believe that can improve your code quality.
Instead of use this:
You can create a custom object with these attributes:
I believe is more easy to access and add new attributes to the couples/pairs.
Best regards
Sorry, I don't have time to work on old projects.
This is why the source code is available so that any developer can work with it.
I am moved in new projects...