Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

Commit

Permalink
do not require trader config key on standalone backtest
Browse files Browse the repository at this point in the history
  • Loading branch information
askmike committed Apr 21, 2019
1 parent 8352ce2 commit 2e08000
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gekko.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ const config = util.getConfig();
const mode = util.gekkoMode();

if(
config.trader &&
config.trader.enabled &&
!config['I understand that Gekko only automates MY OWN trading strategies']
)
Expand Down

0 comments on commit 2e08000

Please sign in to comment.