JD
JD
Huh, `market_hours` isn't available for `order_buy_limit` ? Is this how it's supposed to be? I thought we could perform limit orders on the 24hr market?
I'm also experiencing this issue on my mac. I'm also unable to specify the 24hr market in that method call.
I dove into the code and think that there's a mistake on how they arranged their positional arguments. ```@python @login_required def order_buy_limit(symbol, quantity, limitPrice, account_number=None, timeInForce='gtc', extendedHours=False, jsonify=True): # ......
@jmfernandes @henryzhangpku - Where possible, I refactored method calls to explicitly use keyword arguments instead of positional arguments. Those changes are found here #441 :)
Note, this entire process was done in PyCharm as follows: 1) Change your PyCharm settings to show members in the file/project view.  2)...
This is using Tableau 2020.2 which introduces “[noodling](https://help.tableau.com/current/pro/desktop/en-us/relate_tables.htm)” I’m wondering if this affects my column count?
Huh, I tested it again - sometimes the dropbox link gets stored, other times it's the image text. How about this, would it be possible to keep a clipboard cache...
Thanks again for this feature! It's super helpful!
Can someone upload a Python 3 version to github and Anaconda? I could only make a 2.7 version on Anaconda pasted below https://anaconda.org/joeld9315/rikeripsum
I'm not a pro at using GitHub, but I've uploaded it to Anaconda so that it works with Python 3. It depends on Pandas for reading the pickle, but nevertheless...