Skip to content

Commit

Permalink
removed options for noop
Browse files Browse the repository at this point in the history
  • Loading branch information
Haehnchen committed Dec 31, 2022
1 parent b3b537c commit 89e322f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/modules/strategy/strategies/noop.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ module.exports = class {
length: 50
});

indicatorBuilder.add('foreign_candle', 'candles', options.foreign_pair_period || '15m', {
exchange: options.foreign_pair_exchange || 'binance',
symbol: options.foreign_pair_symbol || 'BTCUSDT'
});
indicatorBuilder.add('candles', 'candles');
}

async period(indicatorPeriod, options) {
Expand Down Expand Up @@ -154,10 +151,7 @@ module.exports = class {
return {
period: '15m',
dice: 6,
dice_size: 12,
foreign_pair_exchange: 'binance',
foreign_pair_symbol: 'BTCUSDT',
foreign_pair_period: '15m'
dice_size: 12
};
}

Expand Down

0 comments on commit 89e322f

Please sign in to comment.