Hi everybody,
We have Version 1.2 on page 1.
Bug fix
Been wondering why I didn't get any weekly pivot trades the entire week. It turns out that there was a bug in the function to detect weekly pivot cross. Many thanks to Yoi who pointed that out among other bugs he also caught. If interested, his post is on page 9.
Additional features
hopfi2k sent me the following pm
When applying the EA to many (most) available pairs, it often happens that pairs moving into the same direction have open trades (correlation). I added a correlation filter that checks before a new position is opened against all open trades if there already is a high correlation (adjustable, default to 80) and doesn't open that position.
This usually greatly helps to avoid situations where all correlated pairs go south in case a trend changes or news have an major impact.
I'm currently doing some testing if it works properly and would like to contribute this modification
He also noted that...
Concerning the problems of rapidly new trades of the same pair that some users report, I think its a problem of the magic numbers. Attaching the robot to multiple pairs without changing all magic number to unique values can led to unexpected results

I added an automatic unique magic number generator that will generate a unique number for each pair (independent of TF so nothing happens if users change TF of while the EA is running) and all trade modes (D1, D1H4, Bb, Wpc). This should circumvent some problems when users attach the EA to multiple pairs.
That's all to version 1.2.
So, if you want the correlation filter described by hopfi2k, feel free. You will need to set UseCorrelationFilter to true and set the adjustable correlation measure in the setting HighCorrelation that is set by default to 80.
To use automatic unique majic numbers, set the majic numbers to zero.
I do not plan to use these features myself for now so you will find them turned off in the EA attached on page 1. Enable them as described above if you want to play with that.
Kind Regards,
Alex