EA31337 / EA31337-classes

📦📈 EA31337 framework (MQL library for writing trading Expert Advisors, indicators and scripts)
https://ea31337.github.io/EA31337-classes
GNU General Public License v3.0
191 stars 100 forks source link

Is this project still alive? #27

Closed janckerchen closed 6 years ago

kenorb commented 7 years ago

Yes, there are some plans to continue the development, but limited time is currently used at other projects. I hope in further commits next month.

kenorb commented 6 years ago

I've pushed +10 commits (improvements), further work is planned for the next months.

kenorb commented 5 years ago

Btw. New EA version has been released: https://github.com/EA31337/EA31337/releases

kenorb commented 5 years ago

@janckerchen I just noticed that you're the author of the GH-22. Sorry for not noticing it before, my fault:)

It took me a long while to get around your PR, and to merge it (as part of GH-50), as I wasn't sure how to implement it in the practical way, and I wasn't ready for it yet. I've renamed your class to IndicatorData to not conflict with the existing Indicator (GH-49), as I've manage to implement some similar functionality as well, and I want to compare both solutions. I'll be testing both Indicator and IndicatorData in practical sense, and it's going to be evolving slowly. I've checked and your class still works as expected.

Next, I'm planning to implement Strategy classes which are going to implement indicator data classes and I'll be finding out what's the best way to use these classes practically, what they'll require to work, and checking out the performance when I'll have dozens of indicators running at the same time using EA.

Thank you for your work and patience.