Skip to content

Commit

Permalink
remove adapter from config.tradingAdvisor, its set globally now
Browse files Browse the repository at this point in the history
  • Loading branch information
askmike committed Feb 5, 2018
1 parent 09f96d5 commit 3296885
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sample-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ config.watch = {
config.tradingAdvisor = {
enabled: true,
method: 'MACD',
candleSize: 1,
historySize: 3,
adapter: 'sqlite'
candleSize: 60,
historySize: 10,
}

// Exponential Moving Averages settings:
Expand Down

0 comments on commit 3296885

Please sign in to comment.