Skip to content
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

WIP add: Calculate fees on backtest #282

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Dec 28, 2021

  1. add: refactor backtesting to a different fork

    This commit updates backtesting to be executed in a different fork, it allows to start up several different executions independently, either by different tabs or even different pairs at the same time.
    
    In the future, this process could be persisted in database with the intention of running long backtestings of years of information on several dozen pairs.
    
    The exclusive locking had to be disabled so that each fork also has access to transact with the database. It would be interesting to move it to a Postgres, including a potential docker file
    juandelacruz-calvo committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    0866a66 View commit details
    Browse the repository at this point in the history
  2. add: Calculate fees on backtest

    This change adds calculation of fees during backtesting increasing the accuracy of the test.
    juandelacruz-calvo committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    b4c8972 View commit details
    Browse the repository at this point in the history