Skip to content

Update class + add run examples#5

Open
quantomas wants to merge 3 commits intohenrydatei:mainfrom
quantomas:main
Open

Update class + add run examples#5
quantomas wants to merge 3 commits intohenrydatei:mainfrom
quantomas:main

Conversation

@quantomas
Copy link
Copy Markdown
Contributor

No description provided.

@quantomas
Copy link
Copy Markdown
Contributor Author

Running version (14.03.2023)

Copy link
Copy Markdown
Owner

@henrydatei henrydatei left a comment

Choose a reason for hiding this comment

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

Can you please create a new PR for the replacement of the &? Because it is just a hotfix and doesn't introduce new features/functions that have to be tested and discussed about

Comment thread wikifolio.py
return raw_json


def get_portfolio(self):
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Please wrap the output in a class so you know what to expect (similar to 325ea78)

Comment thread start.py

trades = wf.get_trade_history()

for a in trades:
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Replace a with a better name. Maybe for trade in trades:

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.

2 participants