-
Hello,
I wonder if Temporal.jl have streaming feature ie a kind of circular buffer datastructure
which is able to receive for example tick events and store them or to resample to candlestick (OHLC…
-
Hi there,
I'm trying to add 1 minute data to CCXTFeed, and then resample it to 5 minutes, so I can get MACD of 1m and 5m. But failed.
Here's the code:
```
# !/usr/bin/env python
# -*- coding:…
-
Hello,
Resampling timeseries will be a great feature to have.
Ideally API should provide the concept of `DateTimeOffset` or `TimeFrame` (timeframe could be yearly, monthly, weekly, daily, hourly, …
-
**I think most of people will need it**
As this lib continously report event based message, to convert into time series will make it more useful.
Or has anyone done that?
-
Ask anything you want about mplfinance usage, project philosophy and/or priorities, or anything else related to mplfinance.
hello, I am new to data processing with pandas and python programming g…
-
Hi everybody,
I'm kind of a new user of backtesting.py. I've coded a litlle strategy of grid trading of BTC in 1 minute.
I make use of the ATR indicator used for Stop Loss that i resampled in dai…
-
Hello,
let's imagine you are receiving trades from an exchange (buy/sell, price, volume).
Streamz should provide a way to live resample this kind of data.
price could be resampled using OHLC …
-
While running live trading ohlc data incorrectly pushed to lines.
Please view the image. The left part is prefetched data, the right part - live data.
![image](https://user-images.githubuserconten…
-
Dear Catalyst Maintainers,
Before I tell you about my issue, let me describe my environment:
# Environment
* Operating System: (`Linux 4.13.11-1-ARCH #1 SMP PREEMPT Thu Nov 2 10:25:56 CET 2017 x86…
-
Need a way to see the executed trades on your exchange filtered by pair thanks.