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

Dashboard is not reading timeframes from instance.js #39

Closed
macd2 opened this issue May 10, 2019 · 1 comment
Closed

Dashboard is not reading timeframes from instance.js #39

macd2 opened this issue May 10, 2019 · 1 comment

Comments

@macd2
Copy link

macd2 commented May 10, 2019

When choosing in instance.js

'periods': ['5m'],

than the dashboard doesn't show any data / signals and also back testing is not working without manually changing the the timeframe.

The top bar always shows 15m and 1h no matter what is set in instanc.js
https://ibb.co/CJw41ZB

@Haehnchen
Copy link
Owner

you need to have valid candles, most exchanges dont deliver 5m. so you should use some commons. 15m, 1h. You must configure it inside the instance.js file, but still the exchanges need to support it. there is not down oder upscaling for timeframe os the dashboard whereas its possible in strategies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants