Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Plugin System #19

Open
4 tasks
f3rno opened this issue Jan 29, 2020 · 0 comments
Open
4 tasks

Feature: Plugin System #19

f3rno opened this issue Jan 29, 2020 · 0 comments

Comments

@f3rno
Copy link
Owner

f3rno commented Jan 29, 2020

Currently the HF has a plugin system in the form of bfx-hf-models adapters, which abstract Trade and Candle sync logic. There is however a secondary system used within bfx-hf-server which cannot be easily removed (individual exchange connection classes).

As a note, bfx-hf-server relies on the bfx-hf-models adapters for all algo order execution and trade/candle syncing, not the internal exchange connection classes.

TODO

  • decide on plugin architecture
    • technically half of a plugin is in bfx-hf-server and half in bfx-hf-ext-plugin-EXCHANGE
  • refactor existing plugins if needed
  • design plugin UI
  • implement plugin system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant