Gridding system
-
Greetings @ambrogio ,
What is not right?
-
Greetings @ambrogio ,
I want to ask you a small question. Can this EA run multiple times. For example, one on EUR/USD, EUR/JPY, AUD/USD?
Because I have the old expert advisor running on 3 M1 charts (EUR/USD, AUD/USD, EUR/JPY). Alongside, I have the new expert advisor that you an I have created running on also 3 M1 charts with the same pairs mentioned earlier. I am still monitoring how this EA performs. But I just noticed the following:
- A position has been opened by my Old EA for the currency AUD/USD, then immediately I saw the pending order opened by the New EA at X pips away from the price of the opened position by the Old EA. So, that is a check, that is great! (Kindly note that position is still opened by both EA, I expect the New EA to close it's position whenever the Old EA closes it's position)
- While AUD/USD has their position opened, the Old EA opened a position for the currency of EUR/USD. The New EA did not open a pending order. That is not ok. I will keep monitoring the New EA just to make sure of it's performance I suppose.
I kindly ask you or @l-andorrà to just have a look at my shared folder, and just have a look if I did something wrong or if there is something that can be improved upon.
Shared Folder: https://fxdreema.com/shared/hEzLc6lxd
Summary:
All I am trying to do, is to create an EA that opens only one pending order at X position away for every position opened by my EA (regardless of currency). Meaning if EUR/USD opened a position by the old EA, the New EA will open a pending order as well.
If the pending order becomes an actual order, then simply close the position whenever the old EA closes it's position.
If the pending order never became an actual order due to the old EA position going straight to TP then, close the position.
For every position opened by old EA, the new EA should open only one pending order related to that currency.If there is any questions, please do tell me
-
@ramimoujaes I reviewed it and I see your blocks on the 'on trade' tab are closing buys when a previous buy is closed. Shoulsn't it be closing sell pending orders when a buy is closed?
-
Greetings @l-andorrà ,
The in terms of when to close, if the pending order becomes an actual order, the close the actual order whenever the old position closes its position. If the old ea closes it's position, and the pending order does not become an actual, then simply close the order.
@l-andorrà if you see something wrong can you please point it out with it's explanation, and how to solve it
-
@ramimoujaes The problem is that I don't fully understand the strategy you want to implement. Can you please upload some screenshots showing it?
-
Hi @ramimoujaes sorry I kwow that your post is quite very old. Are you still looking for a solution to your problem?