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
Next Next commit
removed ; doublon
  • Loading branch information
JSapp.me authored Jun 3, 2019
commit f8db09681ae2b6958f6036361e4b121491a2fd8c
1 change: 0 additions & 1 deletion lib/directionalmovement/ADX.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ export class ADX extends Indicator {
});
}
;
;
nextValue(price) {
let result = this.generator.next(price).value;
if (result != undefined && result.adx != undefined) {
Expand Down