boyan-soubachov / tastyworks_api

An unofficial, reverse-engineered Python API for tastyworks.
Apache License 2.0
208 stars 79 forks source link

watchlists #57

Closed bandwiches closed 3 years ago

bandwiches commented 3 years ago

Problem addressed

Watchlists

Solution

Checklist

bandwiches commented 3 years ago

55

bandwiches commented 3 years ago

I also added support & tests for symbol search in this update (Reference: #50). I chose not to remove the dough module just yet, here's my reasoning.

Based on the code for the dough module, it seems like it used to return a lot more than it does now. Because of this, I have added support for market-metrics in its own module, but chose to exclude it from this PR.

If you think it would be good to include that, I can commit and push. The tally at that point would be [3] Features as opposed to [2].

Features in this commit:

Optional Features awaiting commit:

bandwiches commented 3 years ago

@boyan-soubachov Am I finally ready? 😆

boyan-soubachov commented 3 years ago

Looks great. Thanks for all your hard work :) Merging