Hi all,
so i continue my unemployment side project work
Its a web tool so a browser i all you need
http://algostrategies.io/
[edit: i would not use it on your phone]
Everything runs in your browser so you dont even have to be on the internet (once the page is loaded).
The idea is that you provide some of your data and through some magic it will find patterns that predict some movement for the next bar.
NOTE: you will find some data there already
It basically tries all sort of combinations of comparisons of last high/low/close values including some MA and highest high and lowest low.
Such a combination is used as a condition which once fulfilled will trigger a trade.
There can be many conditions, but obviously more may lead to overfitting.
Also the algorithm tries to find strategies with less conditions (basically a strategy with more conditions needs to have a better results then a strategy with less conditions).
A trade = 1 bar (so the profit or loss is the difference of open to close)
The stats do not take fees into account
The produced code is in MQL4, i am happy to implement code creation for more platforms if there is demand from you guys.
I tried it for couple markets, TBH it is better on higher time frames. It may happen that it wont find anything (that may be fine if the market is very effective).
If you choose a high worker count / parallelism your CPU will do overtime.
perhaps that is all for now
AMA and feel free to make suggestions or obviously report bugs.
I have also a patreon account if this tool has value for you by any chance.
so i continue my unemployment side project work

Its a web tool so a browser i all you need
http://algostrategies.io/
[edit: i would not use it on your phone]
Everything runs in your browser so you dont even have to be on the internet (once the page is loaded).
The idea is that you provide some of your data and through some magic it will find patterns that predict some movement for the next bar.
NOTE: you will find some data there already
It basically tries all sort of combinations of comparisons of last high/low/close values including some MA and highest high and lowest low.
Such a combination is used as a condition which once fulfilled will trigger a trade.
There can be many conditions, but obviously more may lead to overfitting.
Also the algorithm tries to find strategies with less conditions (basically a strategy with more conditions needs to have a better results then a strategy with less conditions).
A trade = 1 bar (so the profit or loss is the difference of open to close)
The stats do not take fees into account
The produced code is in MQL4, i am happy to implement code creation for more platforms if there is demand from you guys.
I tried it for couple markets, TBH it is better on higher time frames. It may happen that it wont find anything (that may be fine if the market is very effective).
If you choose a high worker count / parallelism your CPU will do overtime.
perhaps that is all for now
AMA and feel free to make suggestions or obviously report bugs.
I have also a patreon account if this tool has value for you by any chance.
Last edited:
