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

feature/NaivePnL #344

Merged
merged 24 commits into from
May 17, 2022
Merged

feature/NaivePnL #344

merged 24 commits into from
May 17, 2022

Conversation

Ksteeds
Copy link
Contributor

@Ksteeds Ksteeds commented May 9, 2022

Benchmark Correlation complete.

@Ksteeds Ksteeds self-assigned this May 9, 2022
@Ksteeds
Copy link
Contributor Author

Ksteeds commented May 9, 2022

Correlation Benchmark and Heatmap complete.

@Ksteeds
Copy link
Contributor Author

Ksteeds commented May 10, 2022

sstrength_plot() - Signal Strength Plot still to complete.

@Ksteeds
Copy link
Contributor Author

Ksteeds commented May 10, 2022

Work complete regarding issue #306.

@Ksteeds
Copy link
Contributor Author

Ksteeds commented May 12, 2022

Multiple correlation tickers allowed (see below):

benchmark_correl = ['USD_EQXR', 'EUR_EQXR']
df_eval = pnl.evaluate_pnls( pnl_cats=['PNL_CRY_PZN', 'PNL_CRY_PZN05', "Long"], pnl_cids=cids_subset, benchmark_correl=benchmark_correl)

Eval

@rsueppel rsueppel merged commit fb4b82c into develop May 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NaivePnL: add long-only PnL, correlation benchmark and signal display methods
2 participants