Skip to content

Commit

Permalink
Fixed logger from evaluator package modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Herklos committed Sep 22, 2019
1 parent 1f0f618 commit 1dbaf17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,5 @@ temp_config\.json
log

logs/states/trading_state_history\.json

backtesting/data/
1 change: 1 addition & 0 deletions tools/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ async def positions_callback(exchange, symbol, position, is_closed, is_updated,
async def matrix_callback(evaluator_name,
evaluator_type,
eval_note,
eval_note_type,
exchange_name,
symbol,
time_frame):
Expand Down

0 comments on commit 1dbaf17

Please sign in to comment.