Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update VWAP.js
  • Loading branch information
JSapp.me authored Jun 3, 2019
commit 3aa55f9a1f53e4eba27557de48ef8bfb9c9a7eb2
1 change: 0 additions & 1 deletion lib/volume/VWAP.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export class VWAP extends Indicator {
});
}
;
;
nextValue(price) {
let result = this.generator.next(price).value;
if (result != undefined) {
Expand Down