yfprime
yfprime
I get this error: `Traceback (most recent call last): File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/lib/python3.10/runpy.py", line 86, in _run_code exec(code, run_globals) File "/media/yfprime/763D304F18FA13FA/tbot1/venv/lib/python3.10/site-packages/main.py", line...
` order_details = trade_client.get_order_details(order_id) print(f"Response for order placement at market price: {order_details}") orderStatus = order_details['status'] bPLst.append(order_details['price']) price = order_details['dealSize'] current_cost = order_details['dealValue'] if orderStatus == "done" and check_current_positions() == 1:...