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

Save backtest history in sqlite. #60

Merged
merged 18 commits into from
Sep 6, 2023

Commits on Aug 10, 2023

  1. Save backtest history in sqlite.

    Get backtest history by strategyId.
    Get backtest history strategy details by id.
    Set backtest strategy as favorite.
    tekwani committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    708be42 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Sqlite Db connection error check added.

    symbol column datatype size increase.
    tekwani committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    0495861 View commit details
    Browse the repository at this point in the history
  2. Typo fix.

    tekwani committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    3b6d890 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa920a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

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

Commits on Aug 15, 2023

  1. BtData: parse btResult

    dmytroshch committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    b042bb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f44165 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from dmytroshch/features/backtest-history

    Features/backtest history
    tekwani authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    ee511d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8d9dd0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a09e5c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a7d7356 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Merge pull request #2 from dmytroshch/features/backtest-history

    Features/backtest history
    tekwani authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    d324895 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    138b003 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from dmytroshch/features/backtest-history

    Send a message on success bt saving
    tekwani authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    c8f847c View commit details
    Browse the repository at this point in the history
  3. Return error if backtest execution fails.

    Changed saveBt callback to async call.
    Fixed unit test.
    tekwani committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    86af364 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. typo fix

    tekwani committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    5ac869e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9cc600 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. log sqlite connection error

    tekwani committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    743394a View commit details
    Browse the repository at this point in the history