-
I am curious what you are prediciting. I can see that you are extracting a lot of features, but what exactly you are predicting? It seems like you have a label named traded? What is “traded”?
-
### Operating System
ubuntu 20.04
### Programming Languages
Python
### CCXT Version
4.0.44
### Description
some log added to here
```python
def handle_order_book(self, client: Client, m…
-
lispc updated
3 years ago
-
```
from abc import ABC, abstractmethod
class Feature(ABC):
def __init__(self):
"""
Available parameters (Case Sensitive):
name (REQUIRED): name of your featur…
-
How easy would it to support multiple exchanges / data sources ?
-
The Injective python API demo has served as a focal point for algorithmic developers to kickstart integrations with exchange applications and leverage the order-book primitives on the Injective Chain.…
-
MUST READ THIS BEFORE SUBMITTING ISSUES (read the links, then delete this message before submitting):
- https://github.com/ccxt/ccxt/wiki/FAQ
- https://github.com/ccxt/ccxt/blob/master/CONTRIBUTIN…
-
Using this code:
```
account_response = client.private.get_account()
position_id = account_response.data['account']['positionId']
market_data = client.public.get_markets(market=MARKET_MATIC_US…
-
Keep getting the above code. Not sure why. I would appreciate any help.
Here is the code I am using ( Its not my public/private API keys as I have checked them multiple times ):
import base64,…
-
- [x] I added my [browser's console](https://balsamiq.com/support/faqs/browserconsole/) output in the issue (open the console first, try to reproduce the issue then see if there is anything)
- [x] I …