Skip to content

Commit

Permalink
update candle mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTheLion123 committed Oct 25, 2023
1 parent 441f970 commit 6726e57
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Current

- Update candle mappings so volume doesn't get set to None

# 0.20.14

- Internal change: move `make_clickable` to module level, so it can be reused
Expand Down
2 changes: 1 addition & 1 deletion tradingstrategy/transport/jsonl.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"sb": "start_block",
"eb": "end_block",
"tc": None, # Currently not available for Uni v3 exchanges
"v": None, # Deprecated
"v": "volume", # TODO deprecate
}


Expand Down

0 comments on commit 6726e57

Please sign in to comment.