You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.
currently, zenbot, a cryptocurrency trading bot, is evaluating two different genetic optimization approaches.
In the first approach, the different parameters of the existing strategies are optimized (zenbot Issue 298 , zenbot PR 299).
The second approach is using your forex.anayltics, which shows rather promising results in simulations (zenbot Issue 385 , zenbot PR 389).
It would be very interesting to not only optimize the selection of indicators for buy/sell decision, but also optimize the lengths of the lookback period for those decisions. Currently the length is fixed, for example at 14 for RSI.
Is forex.analytics still actively maintained and would this be in the scope of development?
Thanks!
-crubb
The text was updated successfully, but these errors were encountered:
crubb
changed the title
Also optimize optInTimePeriods
Also optimize lookback periods for indicators
Jul 21, 2017
My c++ sucks so I cant figure out how to send indicators settings from js to c. The only way I can think of doing it is just change the source then rebuild the module. If someone can show me one example of how to send settings for an indicator to c land then I will figure out the rest.
Hey,
currently, zenbot, a cryptocurrency trading bot, is evaluating two different genetic optimization approaches.
It would be very interesting to not only optimize the selection of indicators for buy/sell decision, but also optimize the lengths of the lookback period for those decisions. Currently the length is fixed, for example at 14 for RSI.
Is forex.analytics still actively maintained and would this be in the scope of development?
Thanks!
-crubb
The text was updated successfully, but these errors were encountered: