Kevin Owocki
Kevin Owocki
https://github.com/owocki/pytrader/pull/76
ACK if you are interested in contributing (one could contribute in the following ways: code, servers, test capital, intros to wall st quants).
@NDuma yes, please send an invite to [email protected]! @hft-singularity Thanks for your comment. You posit an interesting question about human nature, and about motivations in open source software. If someone...
@jeff-hykin @cavemangraham we're doing some discussion of this on the slack channel https://github.com/owocki/pytrader/issues/23 if you guys would like to join in. i'll likely be putting some time in on this...
@jpramirez https://github.com/owocki/pytrader/pull/75 is the latest on the social data front. we've got the system pulling social data, but nothing open source that puts it into the model yet.
> a collection of data from different markets and simulate PyTrader at random segments on them Part of the reason I didnt do this is that one would have to...
i'm not active on the project any longer
:clap: thanks! i want to 1. verify theres no custom datetime mutation logic that this PR missed 2. test locally before merging.
I still see a little bit of timezone mutation on this branch ``` Searching 71 files for "hours=7" /Users/kevinowocki/pytrader/history/views.py: 555 data = {} 556 for t in Trade.objects.filter(symbol=symbol,status='fill').order_by('-created_on').all(): 557: date...
While I agree that storage in UTC is the right way to go, I'd really like to be able to display data in my local timezone. This prevents me from...