Correct fee calculation #311
No reviewers
Labels
No labels
blocked
breaking
bug
dependencies
duplicate
enhancement
good first issue
help wanted
question
tech debt
testing
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
scion/arbitrader!311
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/paper-trading"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The paper trading fee calculation was incorrect: the exchange fee is expressed in percentage, hence need to be divided by 100 before multiplying.
I think this fix explains why I had such a difference in the profit/loss when running paper trading vs real money :)
Thanks for your fix