-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
request for default fiveMinBin candles first
Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com>
- Loading branch information
1 parent
fbadbf8
commit 1a82aaf
Showing
1 changed file
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 comment
on commit 1a82aaf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like candleDurationSelected already handles this.
candleDurationSelected
does not know if lastCandleDur is the fiveMinBin or not, and I don't think it should care. (!cache && lastCandleDur !== fiveMinBinKey)
will ensure we have the fiveMinBin sent for when lastCandleDur
is something else.
Looks like
candleDurationSelected
already handles this.