Closed scalaview closed 6 years ago
Not possible in the current UI, but:
Please look around on the forum, look here or search the issue tracker.
finally I work out by myself
:+1:
@scalaview can you share some of your chart code? I want to add Bollinger bands to mine.
@DataCourier hope this should help https://github.com/scalaview/gekko/blob/candles-chart/web/vue/src/components/backtester/result/chartWrapper.vue
Very cool stuff! I am very impressed. So indicators will also be displayed in the new UI, working on that right now. Sneak preview: gp.mvr.me (no indicators yet though).
On Sat, Aug 4, 2018 at 2:16 PM, scalaview notifications@github.com wrote:
@DataCourier https://github.com/DataCourier hope this should help https://github.com/scalaview/gekko/blob/candles-chart/web/ vue/src/components/backtester/result/chartWrapper.vue
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/askmike/gekko/issues/2366#issuecomment-410427041, or mute the thread https://github.com/notifications/unsubscribe-auth/AA7MD3zUecvHocKkOi6EpcXedHqysRKcks5uNTxSgaJpZM4VgX2T .
-- PGP key at keybase.io/mikevanrossum https://keybase.io/mikevanrossum/key.asc
@askmike thx. May I ask if I want to participate gekko develpment how can I do. I am an developer, more than 4 years experience.
You can use GitHub to submit patches (called pull requests) to any part of the code! You can browse to some issues to find some bugs and such.
On Mon, 6 Aug 2018, 00:03 scalaview, notifications@github.com wrote:
@askmike https://github.com/askmike thx. May I ask if I want to participate gekko develpment how can I do. I am an developer, more than 4 years experience.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/askmike/gekko/issues/2366#issuecomment-410529897, or mute the thread https://github.com/notifications/unsubscribe-auth/AA7MD_P3x89G2ZO4N5bgkRfQ9O0sF9urks5uNxdUgaJpZM4VgX2T .
Note: this is the technical bug tracker, please use other platforms for getting support and starting a (non technical) discussion. See the getting help page for details.
I'm submitting a ... [ ] bug report [*] question about the decisions made in the repository
Action taken (what you did) I want to print some indicators on the chart when I do backtest
Expected result (what you hoped would happen) indicators and the trade data on the same chart. Add the common indicators on the chart I think will be fine when show the backtest result that I can check whether the strategy is correct
Actual result (unexpected outcome)
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, etc)