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

Improved organization and removed redundancy #7

Merged
merged 10 commits into from
Sep 11, 2020

Commits on Sep 11, 2020

  1. Create .gitignore

    silvavn committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    beecab1 View commit details
    Browse the repository at this point in the history
  2. Re-made args

    Moved all args to a json file.
    Argchecker now uses assert
    silvavn committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    c57142a View commit details
    Browse the repository at this point in the history
  3. Update .gitignore

    added png files to ignore
    silvavn committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    daf6fe8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be3d606 View commit details
    Browse the repository at this point in the history
  5. Created ArgChecker.py

    silvavn committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    c07ca4f View commit details
    Browse the repository at this point in the history
  6. Args correction

    formatting args correctly
    silvavn committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    8722d20 View commit details
    Browse the repository at this point in the history
  7. Removed redundant args

    passed the args dictionary to remove redundancy.
    silvavn committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    ace319d View commit details
    Browse the repository at this point in the history
  8. Prices to dataframes

    and removed a bug where 1 day of data was lost
    silvavn committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    4a4ceeb View commit details
    Browse the repository at this point in the history
  9. Vectorized operations

    Migrated operations to vectorized mode
    now we use ndarrays & pandas instead of lists (improves speed so we can use more stocks)
    silvavn committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    72c609a View commit details
    Browse the repository at this point in the history
  10. Revert "Vectorized operations"

    This reverts commit 72c609a.
    silvavn committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    b09e227 View commit details
    Browse the repository at this point in the history