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

Polygon day fix #446

Open
wants to merge 85 commits into
base: dev
Choose a base branch
from
Open

Polygon day fix #446

wants to merge 85 commits into from

Commits on May 3, 2024

  1. Fixed day polygon backtesting

    Canx committed May 3, 2024
    Configuration menu
    Copy the full SHA
    54aa55a View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    31032c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bce22b4 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    1d75d65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7313808 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ae2410 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9786405 View commit details
    Browse the repository at this point in the history
  7. This must be a typo!

    Canx committed May 6, 2024
    Configuration menu
    Copy the full SHA
    aee1c64 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b2674ad View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    04c497e View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. check correctly empty bars

    Canx committed May 8, 2024
    Configuration menu
    Copy the full SHA
    cd6ccd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9be2df5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95fdc8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01ba540 View commit details
    Browse the repository at this point in the history
  5. Was breaking things

    Canx committed May 8, 2024
    Configuration menu
    Copy the full SHA
    5483aa7 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    9688d7d View commit details
    Browse the repository at this point in the history
  2. Removed comments

    Canx committed May 9, 2024
    Configuration menu
    Copy the full SHA
    bb82868 View commit details
    Browse the repository at this point in the history
  3. populate avg_fill_price

    Aboozar Mapar authored and Canx committed May 9, 2024
    Configuration menu
    Copy the full SHA
    cd63579 View commit details
    Browse the repository at this point in the history
  4. orders can have zero or negative values

    grzesir authored and Canx committed May 9, 2024
    Configuration menu
    Copy the full SHA
    38b71e2 View commit details
    Browse the repository at this point in the history
  5. deploy 3.4.0

    grzesir authored and Canx committed May 9, 2024
    Configuration menu
    Copy the full SHA
    6a0fc1e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    64f519a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5509f6a View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    b004cf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f3d836 View commit details
    Browse the repository at this point in the history
  3. better TestStrategy class

    Canx committed May 10, 2024
    Configuration menu
    Copy the full SHA
    e94b874 View commit details
    Browse the repository at this point in the history
  4. Improved tests

    Canx committed May 10, 2024
    Configuration menu
    Copy the full SHA
    511adb4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b20f7df View commit details
    Browse the repository at this point in the history
  6. Make sure timestep is correct

    Canx committed May 10, 2024
    Configuration menu
    Copy the full SHA
    c5ffaaf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    86a5572 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0e4a9d6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ed5be6c View commit details
    Browse the repository at this point in the history
  10. Moved is_holiday to Broker class

    Canx committed May 10, 2024
    Configuration menu
    Copy the full SHA
    5fad217 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    60e7620 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f83d481 View commit details
    Browse the repository at this point in the history
  13. Undoing change in localize

    Canx committed May 10, 2024
    Configuration menu
    Copy the full SHA
    eca260b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a80c9bc View commit details
    Browse the repository at this point in the history
  15. Added datetime asserts

    Canx committed May 10, 2024
    Configuration menu
    Copy the full SHA
    87f190b View commit details
    Browse the repository at this point in the history
  16. Added intraday 30m polygon test

    Canx committed May 10, 2024
    Configuration menu
    Copy the full SHA
    ab35a10 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. added ability to backtest index options

    grzesir authored and Canx committed May 11, 2024
    Configuration menu
    Copy the full SHA
    5351e6b View commit details
    Browse the repository at this point in the history
  2. Cleaned tests

    Canx committed May 11, 2024
    Configuration menu
    Copy the full SHA
    8ac3b97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a89cb7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5123d12 View commit details
    Browse the repository at this point in the history
  5. Use datetime broker property

    Canx committed May 11, 2024
    Configuration menu
    Copy the full SHA
    4e7ae61 View commit details
    Browse the repository at this point in the history
  6. Undoing zoneinfo

    Canx committed May 11, 2024
    Configuration menu
    Copy the full SHA
    6ae517b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8ad6b9a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1e7f3c9 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Configuration menu
    Copy the full SHA
    d07b427 View commit details
    Browse the repository at this point in the history
  2. Undo ohlc empty test

    Canx committed May 12, 2024
    Configuration menu
    Copy the full SHA
    071a780 View commit details
    Browse the repository at this point in the history
  3. Undo removing UTC

    Canx committed May 12, 2024
    Configuration menu
    Copy the full SHA
    5212ac6 View commit details
    Browse the repository at this point in the history
  4. Refactored for testing

    Canx committed May 12, 2024
    Configuration menu
    Copy the full SHA
    78518d6 View commit details
    Browse the repository at this point in the history
  5. fixed cache mock

    Canx committed May 12, 2024
    Configuration menu
    Copy the full SHA
    5f3ab12 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Undo timestep raise exception

    Canx committed May 13, 2024
    Configuration menu
    Copy the full SHA
    2387336 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aed7f15 View commit details
    Browse the repository at this point in the history
  3. Undoing timestep parameter

    Canx committed May 13, 2024
    Configuration menu
    Copy the full SHA
    6ac70fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09b405d View commit details
    Browse the repository at this point in the history
  5. Fixed day polygon backtesting

    Canx committed May 13, 2024
    Configuration menu
    Copy the full SHA
    0cfb309 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Add portfolio value assert

    Canx committed May 14, 2024
    Configuration menu
    Copy the full SHA
    2044d4c View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    000f46a View commit details
    Browse the repository at this point in the history
  2. Same values for tests

    Canx committed May 15, 2024
    Configuration menu
    Copy the full SHA
    65758a7 View commit details
    Browse the repository at this point in the history
  3. Remove UTC timezone

    Canx committed May 15, 2024
    Configuration menu
    Copy the full SHA
    3fdb43b View commit details
    Browse the repository at this point in the history
  4. Undo timezone condition

    Canx committed May 15, 2024
    Configuration menu
    Copy the full SHA
    f8dcb4e View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    e080b07 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Undo UTC removal

    Canx committed May 17, 2024
    Configuration menu
    Copy the full SHA
    854a47c View commit details
    Browse the repository at this point in the history
  2. Modified test values

    Canx committed May 17, 2024
    Configuration menu
    Copy the full SHA
    180538b View commit details
    Browse the repository at this point in the history
  3. Update cicd.yaml

    grzesir authored and Canx committed May 17, 2024
    Configuration menu
    Copy the full SHA
    4f2e220 View commit details
    Browse the repository at this point in the history
  4. Fixed indentation

    Canx committed May 17, 2024
    Configuration menu
    Copy the full SHA
    a43d9a8 View commit details
    Browse the repository at this point in the history
  5. Remove spanish comments

    Canx committed May 17, 2024
    Configuration menu
    Copy the full SHA
    d1adc69 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Merged from dev

    Canx committed May 24, 2024
    Configuration menu
    Copy the full SHA
    6b05586 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Configuration menu
    Copy the full SHA
    d7017ed View commit details
    Browse the repository at this point in the history
  2. Undoing datetime casting

    Canx committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    e402fe3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3781ea View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Configuration menu
    Copy the full SHA
    4278330 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Add new test

    Canx committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    ab9cbe0 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    023284b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca0e01e View commit details
    Browse the repository at this point in the history
  3. Added test_polygon_1M_day_stock

    Canx committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    f00fa9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e2d3ea View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    1397507 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6a78ea View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    6e335e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Configuration menu
    Copy the full SHA
    a558513 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df62b1a View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Improved market hours checks

    Canx committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    1b94e74 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    05ba56e View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. fixed log message

    Canx committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    0c3ce73 View commit details
    Browse the repository at this point in the history