-
Hi!
Great work!
I have a question about Volumized Order Block (tradingview script).Did you tried to convert this to python?
-
## Describe your environment
(if applicable)
* Operating system: ANY
* Python Version: >3.7
* CCXT version: 3.1.5
* Freqtrade Version: 2023.5.1
## Describe the enhancement
A…
-
코드 :
from pykrx import stock
df = stock.get_market_trading_value_by_date("20210115", "20210122", "005930")
print(df.head())
Error 메시지:
ValueError: time data -562,644,916,900 doesn't match forma…
-
Posted originally by @PomazkinG at https://github.com/cryptokaizen/cmamp/issues/755
Make `_to_multiline_cmd()` from `helpers/lib_tasks_utils.py` a public function:
- Use `dev_scripts/replace_text.py…
-
### Expected Behavior
I am trying to resample the 5m OHLCV to 1h OHLCV using the code below.
```python
self.rsi_5m = self.I(ta.rsi, pd.Series(self.data.Close), self.rsi_window)
…
-
Since ohlc produces a multi-index and other aggregations an index,
should promote the index to multi-index and conjoin
http://stackoverflow.com/questions/21140630/resampling-trade-data-into-ohlcv-wit…
-
Since and limit needs to bunch of calculations and etc to get all time olhcv files with catching old data and get just updates from api, and after that I will use other bunch of codes to find where I …
-
Is it possible to indicate custom column names for the OHLC data? I receive some candle data from Oanda as 'o','h','l','c', and volume: 'v'. However when trying to plot it will ask for names with uppe…
-
## Describe your environment
* Operating system: Debian 10.8
* Python Version: Python 3.7.3
* CCXT version: 1.49.30
* Freqtrade Version: freqtrade develop-6c50157c
## Your question…
-
I don't understand why my ohclv request is 1 hours behind using lykke exchange. But fetch_ticker() looks current..
?