Max B
Max B
Allow custom exchange type and adding limited random optimizer runs
used in private repo
please include this commit its updating the dependencies and still works
I upgraded all dependencies except d3-scale and d3-selection as there were some issues I didnt want to fix.. building the package works and everything works the same as before. but...
You will need to adapt private optimizer code: for ConfigTypes.MULTIPLE_OPTIONS to work properly (multiple-options user inputs), the strategy design config generated by the frontend needs to pass the config "type":...
if the api receives a list of "exchange_ids" and/or a list of "data_files" it will optimize on multi exchanges. Should behave the same way as before if "data_files" is a...
requires https://github.com/Drakkar-Software/OctoBot-Trading/pull/797 for the `single_contract_value` position attribute as discussed. regarding your question: - why those changes in optimizer settings ? If one of the input settings is an empty string,...
adds support for multi exchange backtests (see octo-ui2 dev branch as an example implementation) requires: https://github.com/Drakkar-Software/OctoBot-Trading/pull/847 https://github.com/Drakkar-Software/OctoBot-Backtesting/pull/172 https://github.com/Drakkar-Software/OctoBot/pull/2246