02-06-2018, 02:27 AM
Hey!
> I tried to have a look at it, but the architecture and separation with VueJS / Web / core is not easy to follow :
I am actually working right now to improve this a little bit, see this WIP PR for details: https://github.com/askmike/gekko/pull/1850
This is what I am thinking:
1. Make sure the same event system is used between frontend and core (plugin system).
2. Stabilise web API.
3. Improve docs for consuming this in the frontend side (websocket events & rest API).
4. Build a few different UIs to demo the functionality.
> Would it be possible to add to a strategy a function to draw more information on the graph ?
This will be part of the new UI anyway: since Gekko is aware of all indicators of strategy it can easily emit those numbers in an event which can be consumed by a chart.
> I tried to have a look at it, but the architecture and separation with VueJS / Web / core is not easy to follow :
I am actually working right now to improve this a little bit, see this WIP PR for details: https://github.com/askmike/gekko/pull/1850
This is what I am thinking:
1. Make sure the same event system is used between frontend and core (plugin system).
2. Stabilise web API.
3. Improve docs for consuming this in the frontend side (websocket events & rest API).
4. Build a few different UIs to demo the functionality.
> Would it be possible to add to a strategy a function to draw more information on the graph ?
This will be part of the new UI anyway: since Gekko is aware of all indicators of strategy it can easily emit those numbers in an event which can be consumed by a chart.