Show OHLC graph when Backtesting - Printable Version +- Gekko Forum (https://forum.gekko.wizb.it) +-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html) +--- Forum: Technical Discussion (https://forum.gekko.wizb.it/forum-23.html) +--- Thread: Show OHLC graph when Backtesting (/thread-58043.html) |
Show OHLC graph when Backtesting - peterdehondt - 11-20-2019 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? |