-
Notifications
You must be signed in to change notification settings - Fork 648
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
Add appropriate buckets in order to add 15m and 4h Candlesticks #465
Comments
for 15 mins you need to add 900 secs and for 4 hours 14400. a good setup will be:
for 1 min, 5 mins, 30 mins, 1h, 4 hs and 1 day. i think this should be the default. |
The default build is set as shown in my first comment. Can you also update the source to set the new defaults so we don't have new nodes coming up with fewer buckets? |
#466 note: i committed directly to master the change by mistake and reverted back immediately, sorry about that. |
900 = 15 mins. Just clarifying since you omitted that in your comment. |
yes, sorry, 900 seconds is 15 mins. |
merged change. |
Current Candlesticks:
Our current bucket-size setting looks like this:
I do not know what needs to happen in order to add 15m and 4h candlesticks so I hope someone can comment on this issue and elaborate.
The text was updated successfully, but these errors were encountered: