Skip to content

refactor #27

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions quoter/Quoter.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,32 +25,6 @@ class Quoter:
def __init__(self):
self.name = "Quoter"

"""

Yahoo:
Valid intervals: 1m,2m,5m,15m,30m,60m,90m,1h,1d,5d,1wk,1mo,3mo; (Intraday data cannot extend last 60 days)
Valid count/period:
1m: 5d
2m,5m,15m,30m: 1mo
1h: <2y
d1 and above: 10y

Set as default quoter in strategy, fast and stable.


Webull:
Valid intervals: m1, m5, m15, m30, d1; (h1, h2, h4, w1 are currently not working)
Valid count/period:
m1: 1200
m5: 1200
m15: 1200
m30: 1049
d1: 1200
interval : str

Set as default quoter in trade/order related, real time ask and bid price.
"""

def get_current_quote(self, stock):
pass

Expand Down
96 changes: 0 additions & 96 deletions quoter/quoter_Webull.py

This file was deleted.

217 changes: 0 additions & 217 deletions quoter/quoter_Yahoo.py

This file was deleted.

Loading