Skip to content

Update auto-generated code#2447

Open
github-actions[bot] wants to merge 2 commits into
masterfrom
github-action-code-generators
Open

Update auto-generated code#2447
github-actions[bot] wants to merge 2 commits into
masterfrom
github-action-code-generators

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Automated changes from code generators.

@github-actions github-actions Bot force-pushed the github-action-code-generators branch 2 times, most recently from 63911ba to ecf64d5 Compare May 29, 2026 11:05
Copy link
Copy Markdown
Contributor

@Ruuudy1 Ruuudy1 left a comment

Choose a reason for hiding this comment

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

I updated some yesterday & some today that I missed. Since i updated more listings yesterday turns out it did not pick up my changes

I walked through every single line of code I changed and submitted a review with the link to confirm the dataset listing is correct. Every single one is correct now

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

correct: <b class="language-cs">AddCrypto</b><b class="language-python">add_crypto</b>
https://www.quantconnect.com/datasets/kraken-crypto-price-data

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

correct:
https://www.quantconnect.com/datasets/algoseek-us-equity-options

minor mistake on example:

  • we should check if assigned in on_order_event rather than every slice, lmk if I can make the fix
...
    def on_data(self, slice: Slice) -> None:
        # If the Option contract is exercised, close the underlying position.
        if self.portfolio[self.underlying].invested:
            self.liquidate(self.underlying)
...

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

correct: https://www.quantconnect.com/datasets/quiver-quantitative-corporate-lobbying
I chose to rename the object self.symbol as if I kept is as apple I will have to change the line below and the variable to the add_equity call in the Documentation tab as well, less intrusive fix.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

correct:
https://www.quantconnect.com/datasets/smart-insider-corporate-buybacks

in incorrectly wrapped this in timedelta previously, changed to 252 for daily resolution

@github-actions github-actions Bot force-pushed the github-action-code-generators branch from ecf64d5 to 1a2de3f Compare May 29, 2026 18:42
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.

1 participant