11-20-2019, 11:21 PM
Hi, as far as i can see there is no possibility in the current version to show a OHLC graph when backtesting.
This would really be useful when developing strategies.
Where do i need to look when i want to add a OHLC graph in the code.
As far as i can tell the charts are being made in :
gekko/web/vue/src/d3/chart3.js
so i would need to create a similar setup which renders a OHLC chart.
But from where does the chart3.js function get the data needed to chart?
This would really be useful when developing strategies.
Where do i need to look when i want to add a OHLC graph in the code.
As far as i can tell the charts are being made in :
gekko/web/vue/src/d3/chart3.js
so i would need to create a similar setup which renders a OHLC chart.
But from where does the chart3.js function get the data needed to chart?