Dave-Vallance / bt-ccxt-store

Fork of Ed Bartosh's CCXT Store Work
MIT License
423 stars 187 forks source link

Added optional symbol param in fetch_open_orders #51

Closed viper7882 closed 2 years ago

viper7882 commented 2 years ago

Certain exchange requires symbol as mandatory parameter and currently ccxtbt does not permit user to pass in symbol parameter. The fix is to address "Param validation for 'symbol' failed on the 'required' tag".

Dave-Vallance commented 2 years ago

Looks good and low risk - so accepting. Thanks!