ForrestHerman
ForrestHerman
Currently using the below line of code to try and place a stop order `print(client.place_stop_order('ETH-USD','loss',1000.0,size=.001))` The resulting console output can be seen below `{'message': 'Invalid order_type stop'}` Checking my orders...
Would it be possible to update the functionality of the filter options to exclude the specified items rather than only display the selected items? I'm currently working in an area...
**Developer TODO (don't remove)** - [ ] create new branch. put issue number at start of name if not a very quick fix. - [ ] write tests. put issue...
Is anyone aware of an external Bluetooth numpad that would be good to pair with this? Specifically one that is more in the form factor of traditional flip phones and...
Would it be possible to add the Atkinson Hyperlegible font to this package? https://www.brailleinstitute.org/freefont/ As far as I can tell the license should allow for it.
Create widgets that can be configured for a set unit conversion for users that are frequently converting a specific unit.
Are there any resources that you would recommend as reference or guides for writing a checkstyle linter from scratch?