Versione 2.0
2020.10.10
Deep Takeover / Agility version 2
* New input to "add activities to log" : includes next intended buy or sell price, and summaries around checking for successful trade operations.
* Fixed a problem that could occur when accidentally adding EA to two of the same type of chart
* No more magic number! We don't need it. Files are now tied only to the EA name and Symbol it is trading on.
Versione 1.3
2020.09.17
Added a new trading system, "Agility" EA!
Only 2 optimizable parameters which makes the 2D green cluster visualization easy to understand.
Deep Takeover or Agility may be better or worse than the other trading various symbols.
I was planning to make Agility a new EA, but I have decided that for any new system I make which uses the same style of gradual easing into and out of positions, I will give all these systems to the Deep Takeover customer for free, by adding it to this EA.
If I make other entirely different styles of trading, they will be separate EA's.
Versione 1.2
2020.08.19
Original version "Takeover" had used RSI values used. Deep Takeover never used these values but I forgot to remove it. Now after visual mode testing you will only see ADX and ATR indicators
Versione 1.1
2020.08.10
While using free margin check recommended from MQL5.com article, there was unnecessary additional check, (coded earlier) in the buy and sell functions to see a minimum $100 free margin before trade. This did not need to be there anymore. Now we are able to optimize even on a small $50 account.