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/multiple_signals #434

Merged
merged 29 commits into from
Jul 27, 2022
Merged

feature/multiple_signals #434

merged 29 commits into from
Jul 27, 2022

Conversation

Ksteeds
Copy link
Contributor

@Ksteeds Ksteeds commented Jul 14, 2022

Todo: add method .rival_sigs(sigs, sig_neg: bool = False)
In this case a comparative output table is returned with the Panel
row of the original table only, but for the original signal and
all rival categories.

@Ksteeds Ksteeds requested a review from rsueppel July 14, 2022 15:02
@Ksteeds Ksteeds self-assigned this Jul 14, 2022
@Ksteeds Ksteeds linked an issue Jul 14, 2022 that may be closed by this pull request
@Ksteeds Ksteeds changed the title Feature/multiple signals feature/multiple_signals Jul 14, 2022
@Ksteeds
Copy link
Contributor Author

Ksteeds commented Jul 15, 2022

First proposal is complete.


df_sigs = self.__signal_table__(df=dfd, sigs=rival_sigs, xcats=xcats,
agg_sig=agg_sig)
# Todo: dfd has nor reference, should this be df?
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo - should be "df". Problem with Python that it will still reference the variable from the parent scope, as opposed to the locally passed DataFrame.

@Ksteeds
Copy link
Contributor Author

Ksteeds commented Jul 18, 2022

Update of Unit Test still required.

@rsueppel rsueppel merged commit 98b3a9a into develop Jul 27, 2022
@Ksteeds Ksteeds deleted the feature/multiple_signals branch October 10, 2022 08:37
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.

enhance signal_returns
2 participants