Removed IBKR related code

This commit is contained in:
2026-08-11 20:13:41 +03:00
parent 2165c4269d
commit 900b70d6df
6 changed files with 95 additions and 652 deletions
+2 -1
View File
@@ -98,9 +98,10 @@ def main() -> None:
api_key=args.api_key,
secret_key=args.secret_key,
)
print(f"Fetched {len(candles)} daily candles for {symbol}.")
stored = write_candles(output_path, symbol, candles)
print(f"Wrote {len(stored)} total daily rows to {output_path}")
if __name__ == "__main__":
main()
main()