Skip to content

Commit ecc4adf

Browse files
committed
change minperiod because default for indicator has been left at 30
1 parent dccb214 commit ecc4adf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_ind_dma.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828

2929
chkdatas = 1
3030
chkvals = [
31-
['4124.449036', '3647.765377', '3538.928386']
31+
['4121.903804', '3677.634675', '3579.962958']
3232
]
3333

3434

35-
chkmin = 20
35+
chkmin = 30
3636
chkind = btind.DMA
3737

3838

0 commit comments

Comments
 (0)