Emerson Dove

Results 6 issues of Emerson Dove

## Description The paper trade engine is showing extremely high slippage (100-150x) on sell orders when compared to buy orders on Kucoin.

bug

Added litematica support to 1.12.2 master. Issues with this version: - Some states (such as iron bars) are unrecognized - In 1.12, the long array (`blockstates`) isn't exposed by the...

I'm testing my code that runs great on MacOS Intel (after fixing file limit) to windows. All the code seems to run correctly, however the queries are extremely slow. ##...

bug

Referencing issue #193. Some windows terminals seem to have issues printing colors and throw errors during initialization.

bug

```python def update(tick: blankly.WebsocketTick): print(tick) if __name__ == "__main__": alpaca = blankly.Alpaca() manager = blankly.TickerManager('alpaca', 'AAPL') ```

bug

This PR adds full support for GCP and Kubernetes. GCP Usage: ```python machine1 = fogros2.GCPCloudInstance( project_id='gcp-project' ) ``` Kubernetes Usage ```python machine1 = fogros2.GCPKubeInstance() ``` **Requires gcloud CLI and/or kubectl...