windowshopr

Results 40 issues of windowshopr

I'm at a loss as to what's happening here. I'm downloading historical stock data with Pandas Datareader, and after some small manipulations (ie. re-arranging the dataframe, adding moving averages, etc.),...

Not really an issue, but just wanting to be pointed in the right direction if such a thing is possible. During the “removal all” step, it uses a lightgbm to...

After clicking the register button with a username and password, I get this error screen: ![image](https://user-images.githubusercontent.com/40477419/156945435-85ac7ace-8f61-4894-8c84-ae14357cc4b5.png) Looking at the traceback (it's quite long, but I think relevant stuff is at...

**Please provide a description of the issue and any relevant error messages.** I run a scan on my own email address, and looking in the traceback in the PowerShell window...

Would be nice to see the users be able to control the number of processors/threads used when defining 'multiprocessing' or 'multithreading'. I would think you could pass in a `worker`...

The filename that attempts to save on windows includes the `:` character, which is not allowed on Windows. Change the `:` for an underscore or something else instead. I'm not...

I'm a bit confused on this one and can't seem to get a working example. I create a historical data request for the SPY ticker, 1 day's worth of the...

Waiting for a set amount of seconds is a bit of a naive approach to waiting for data to come back from TWS. Is there a better way to wait/block...

Python 3.11, Flask==2.2.2, Windows 10 After firing up the server and joining a room, get this error in the server log: ``` 127.0.0.1 - - [19/Nov/2022 03:04:13] "GET /poker/texas-holdem HTTP/1.1"...

Combining some of the code from the full example in the `example` folder (mainly just the candles list), and a simplified version from the `README.md`, the resulting .html file has...