Solo gli utenti che hanno acquistato o noleggiato il prodotto possono lasciare commenti
Ahmed Sarıkaya  
Very quick answer, good explanation, thanks so much.
Ahmed Sarıkaya  
Hi Nikolaus 
I want to ask about 'Open order in loss'
Can you explain differencess between 
1-Open with auto step
2-Open with manuel step

Nikolaos Pantzos  
Ahmed Sarıkaya:
Hi Nikolaus 
I want to ask about 'Open order in loss'
Can you explain differencess between 
1-Open with auto step
2-Open with manuel step

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.

Ahmed Sarıkaya  
Hi
Ea is  freezing.  Terminal working, other terminals and eas are working. What is the problem ?
Ahmed Sarıkaya  
Ahmed Sarıkaya:
It  is writing in the ea :
Market is closing
Ahmed Sarıkaya  
Nikolaos Pantzos:

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 ?
Nikolaos Pantzos  
Ahmed Sarıkaya:
Which one is more profitable if balance is enough ?

I don't know. Need to make your test.

Ahmed Sarıkaya  
Nikolaos Pantzos:

I don't know. Need to make your test.

I am testing in cent account, I started today. It opened 500 order in manual step.
Edouard69  
Super EA, avec quelques paramètres modifie et un bon money management je réalise de beaux profits. Merci pour ce super travail!
Nikolaos Pantzos  
Edouard69:
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!

pedro11500  

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.

Nikolaos Pantzos  
pedro11500:

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).

Pedro Miguel Madeira Varela  
Nikolaos Pantzos:

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?

Nikolaos Pantzos  
Pedro Miguel Madeira Varela:

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.

Pedro Miguel Madeira Varela  
Nikolaos Pantzos:

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

Nikolaos Pantzos  
Pedro Miguel Madeira Varela:

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

Pedro Miguel Madeira Varela  
Nikolaos Pantzos:

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:

int OrdersID[99];
int TicketNo[99];
int FirstTicketPlus[99][3];

You can create a custom object with these attributes:

struct{
   int OrdersID;
   int TicketNo;
   int FirstTicketPlus[3];
};

I believe is more easy to access and add new attributes to the couples/pairs.

Best regards

Nikolaos Pantzos  
Pedro Miguel Madeira Varela:

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...

Solo gli utenti che hanno acquistato o noleggiato il prodotto possono lasciare commenti