Open LukeWang01 opened 1 year ago
When to call get_chart_data():
get_chart_data()
there will be a error: TypeError: webull.get_bars() got an unexpected keyword argument 'timestamp'
TypeError: webull.get_bars() got an unexpected keyword argument 'timestamp'
the keyword should be timeStamp for get_bars() inside the get_chart_data(), instead of timestamp:
timeStamp
get_bars()
timestamp
@tedchou12
Problem:
When to call
get_chart_data()
:there will be a error:
TypeError: webull.get_bars() got an unexpected keyword argument 'timestamp'
Bug:
the keyword should be
timeStamp
forget_bars()
inside theget_chart_data()
, instead oftimestamp
: