Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Paper trade improvements #462
Paper trade improvements #462
Changes from all commits
b67d020
a4bd51a
9c28d70
8cd2354
1b2fce4
97627a4
41bb044
6126c4f
3028a8b
5bb93cc
86b4386
84cd1e0
68a1962
df868ce
95b9dac
b180602
dff8abd
7142a6a
e5cefeb
730906a
acc86ae
0dec2b9
4b6d3fe
316ead5
9acbfac
2c366d7
7e87dc5
8122e6c
7bd8019
8c9c165
3bc54e3
db2e2ed
c993812
e54d928
2d25d1f
3fcad16
1e748f1
4c2e776
76736a5
15525c2
85ad23a
3a6fbab
3e83764
fcd8b8e
36f466f
61296bb
4b72d3b
55253c8
342aec6
e4e3689
802af30
6f15d47
ecb22dd
87eb9c5
d7317c3
973c068
a6257ae
882032e
1323981
05fdc9d
41f81eb
c83fe5a
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The other thing i was going to maybe suggest is just use
pathlib
here as well to ensure the file exists?Not a big deal, we can always do it later if needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Which file exists? We are creating an empty file in this case, the file would def not exist.