Correct fee calculation #311

Merged
lilianchiassai merged 1 commit from feature/paper-trading into master 2021-01-13 13:06:10 -08:00
lilianchiassai commented 2021-01-12 21:33:16 -08:00 (Migrated from github.com)

The paper trading fee calculation was incorrect: the exchange fee is expressed in percentage, hence need to be divided by 100 before multiplying.

The paper trading fee calculation was incorrect: the exchange fee is expressed in percentage, hence need to be divided by 100 before multiplying.
dazito commented 2021-01-13 05:56:12 -08:00 (Migrated from github.com)

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

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
Commenting is not possible because the repository is archived.
No description provided.