3 questions about EA
-
Hello,
i have 3 questions everyone has any experience please share with meEA is running on the Metatrader and has some open positions:
1.when Metatrader is closed then open, does EA find its open positions?
-
When I removed EA from the chart then run it again, does EA find its open positions?
-
When Metatrader is disconnected than connected again, does EA find its open positions?
-
-
- No unless you programmmed the EA to do it.
- Same as before.
- It depends. Did the EA launched them and there was no change in the magic number? Then yes.
-
@l-andorrà Thank you. it is too bad.
please explain to me about number 1
-
Take this EA:
https://fxdreema.com/shared/hCsoFD9xb

I put it into a chart, it opened a trade.
Then I closed the chart, closed mt4, and then put the EA on again.
It does not open any new trades.
So the conclusion is that the EA does find its earlier trades

-
@roar Thank you. yes, I tried too. when I didn't remove EA from MT EA can find its position.
then close or disconnected MT cant be a problem for EA -
This is what you need for the EA to 'find' previous trades:

-
@l-andorrà it is a nice block. but one issue " For each trade" block find previously lost the trade or just new open after EA start again?
-
Sorry, I forgot to add that you should select the option "All(automated and..." in the 'Filter by group' tap of the block. That will catch all open trades right now no matter what happend to the platform.