Update auto-generated code#2447
Conversation
63911ba to
ecf64d5
Compare
There was a problem hiding this comment.
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
There was a problem hiding this comment.
There was a problem hiding this comment.
correct: <b class="language-cs">AddCrypto</b><b class="language-python">add_crypto</b>
https://www.quantconnect.com/datasets/kraken-crypto-price-data
There was a problem hiding this comment.
There was a problem hiding this comment.
There was a problem hiding this comment.
correct:
https://www.quantconnect.com/datasets/algoseek-us-equity-options
minor mistake on example:
- we should check if assigned in
on_order_eventrather 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)
...
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
There was a problem hiding this comment.
There was a problem hiding this comment.
correct same as above
https://www.quantconnect.com/datasets/us-security-exchange-commission-filings
There was a problem hiding this comment.
correct:
https://www.quantconnect.com/datasets/smart-insider-corporate-buybacks
in incorrectly wrapped this in timedelta previously, changed to 252 for daily resolution
ecf64d5 to
1a2de3f
Compare
Automated changes from code generators.