Pipologist » Mon May 18, 2015 10:27 am wrote:
1) Is there any way that the Basket Mirror EA can help manual traders without using a basket? e.g. By not entering trades in the real account while the pair is having a draw down, and then initiate the trade in the real account as soon as the pair moves into positive territory, and from then on leave the trade alone to be managed manually?
2) Is there any other way that your EA can help manual traders by either not using a basket, or using smaller baskets of say one basket for each of the 8 main currencies without running 16 instances of Empty4?
3) Is it possible to apply the Standard Deviation algorithm to single pairs using just one mirror and one control account? i.e. Each pair become a single basket.
Farhad, I think that these 3 questions are related. This is the way I understand what you're after:
Currently, the Control Account (or Account A, if you wish), is opening and closing trades for many different pairs and when the resulting equity curve of this Account A is pointing up, BasketMirrorEA mirrors all these trades to Account B.
Your proposal is to follow/analyse the profit curve of individual pairs (possibly segregated by MagicNumber) and only mirror those individual pairs, once their profit curve is trending up.
With the current implementation of BasketMirrorEA, this is not possible. If there is a demand to go this route, a few changes need to be made both to EquityBalancePlot and BasketMirrorEA. They both need to be given a set of MagicNumbers that are to be monitored and EquityBalancePlot would create a logFile and basketFile for each of the given Magic Numbers. BasketMirrorEA would pick up these files, do its thing, and mirror as appropriate.
Let me know if this is what you're after.