Created
July 22, 2019 22:06
-
-
Save mementum/f8763c41e5051d1a7baae39f567ccd62 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# prepare quick lookup list of stocks currently holding a position | |
posdata = [d for d, pos in self.getpositions().items() if pos] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment