Skip to content

Commit 4e619d5

Browse files
committed
Added stop time
1 parent d5a567e commit 4e619d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/bollinger-band/bollinger-band.component.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,9 @@ export class BollingerBandComponent implements OnInit {
184184
counter++;
185185
executed++;
186186
}
187-
// if (moment().isAfter(this.endTime)) {
188-
// this.stop();
189-
// }
187+
if (moment().isAfter(this.endTime)) {
188+
this.stop();
189+
}
190190
});
191191
}
192192

0 commit comments

Comments
 (0)