Skip to content

Commit

Permalink
fix talib.ema, fix askmike#655
Browse files Browse the repository at this point in the history
  • Loading branch information
askmike committed Mar 30, 2017
1 parent bf7d824 commit 3f9004b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/talib.js
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ methods.ema = {
inReal: data.close,
startIdx: 0,
endIdx: data.close.length - 1,
optInTimePeriod: period
optInTimePeriod: params.optInTimePeriod
});
}
}
Expand Down

0 comments on commit 3f9004b

Please sign in to comment.