Skip to content

Portfolio Backtest Action

Actions
Backtest simple portfolio specifications
v0.1.0-alpha.2
LatestPre-release
Star (0)

Tags

 (1)

Portfolio Backtest Action

See the portfoliotree/factors workflow for an example of using this action.

Example usage

name: Back Test

on:
  push:
    branches: [ "main" ]
    paths-ignore:
      - 'README.md'

jobs:
  back_test:
    name: Run BackTest
    steps:
      - uses: actions/checkout@v3
      - uses: portfoliotree/backtest-action
      - name: Save Artifacts
        uses: actions/upload-artifact@v3
        with:
          name: backtest_results
          path: |
            backtest_results.json
            returns.csv
          retention-days: 2

Portfolio Backtest Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Backtest simple portfolio specifications
v0.1.0-alpha.2
LatestPre-release

Tags

 (1)

Portfolio Backtest Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.