Skip to content

Commit

Permalink
[hotix] basetrader syntax typo
Browse files Browse the repository at this point in the history
  • Loading branch information
askmike committed Apr 20, 2019
1 parent f6f28dc commit 8352ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/tradingAdvisor/baseTradingMethod.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ var Base = function(settings) {
// let's run the implemented starting point
this.init();

if(_.isNumber(this.requiredHistory)){ {
if(_.isNumber(this.requiredHistory)) {
log.debug('Ignoring strategy\'s required history, using the "config.tradingAdvisor.historySize" instead.');
}
this.requiredHistory = config.tradingAdvisor.historySize;
Expand Down

0 comments on commit 8352ce2

Please sign in to comment.