finlab_crypto icon indicating copy to clipboard operation
finlab_crypto copied to clipboard

Documentation

Results 7 finlab_crypto issues
Sort by recently updated
recently updated
newest added

Great project!. A feature suggestion/request: [cctx](https://github.com/ccxt/ccxt) already standardizes data from many exchanges. Would be great to be able to use that data in order to have access to instruments supported...

add highpass to trends dict

`__init__`, `__call__` , `set_parameters` and `show_parameters` methods looks similar in `Strategy ` and `Filter`. My suggestion is using `Inheritance` to refractor the code as following: ```python class BaseDec: delattr_clsname =...

Refactor

- added shorting capability - added 'both' as a valid 'backtest.side' param -- entry opens long and closes short, and exit closes long and opens short - changed default fees...

``` Traceback (most recent call last): File "/Users/bangyuwen/Documents/Github/crypto-analysis/strategies/test.py", line 5, in ohlcv = finlab_crypto.crawler.get_all_binance("BTCUSDT", "4h") File "/Users/bangyuwen/Documents/Github/crypto-analysis/.venv/lib/python3.10/site-packages/finlab_crypto/crawler.py", line 89, in get_all_binance data_df = data_df.append(temp_df) File "/Users/bangyuwen/Documents/Github/crypto-analysis/.venv/lib/python3.10/site-packages/pandas/core/generic.py", line 5989, in __getattr__...

ERROR: Cannot install finlab-crypto==0.1.0, finlab-crypto==0.1.1, finlab-crypto==0.1.10, finlab-crypto==0.1.11, finlab-crypto==0.1.12, finlab-crypto==0.1.13, finlab-crypto==0.1.14, finlab-crypto==0.1.15, finlab-crypto==0.1.16, finlab-crypto==0.1.17, finlab-crypto==0.1.18, finlab-crypto==0.1.19, finlab-crypto==0.1.2, finlab-crypto==0.1.3, finlab-crypto==0.1.4, finlab-crypto==0.1.5, finlab-crypto==0.1.6, finlab-crypto==0.1.7, finlab-crypto==0.1.8, finlab-crypto==0.1.9, finlab-crypto==0.2.0, finlab-crypto==0.2.1, finlab-crypto==0.2.10, finlab-crypto==0.2.11, finlab-crypto==0.2.12, finlab-crypto==0.2.13, finlab-crypto==0.2.14,...

Stumbled upon this while researching vectorbt. I have few questions. hope you can answer 1. can this be used for stocks 2. How easy or difficult it is to integrate...