JD

Results 20 comments of JD
trafficstars

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. ![Screenshot 2023-09-26 at 1 54 10 PM](https://github.com/jmfernandes/robin_stocks/assets/10216562/5e17d888-f522-4f78-8ab2-ce6b195a27b6) 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...

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...