-
I am unable to return today's daily OHLCV data. For example:
https://finnhub.io/api/v1/stock/candle?symbol=pton&resolution=D&from=1657238400&to=1657298826&token=puttokenhere
even if I set the fr…
-
The H value in OHLCV is not always equal in intra-day data:
```python
raw = tm.read_csv('./example_data/SPG_2020_2020.txt')
history = tm.History(raw)
for i in range(len(history)):
…
-
While checking, I found MCX data for commodities is not getting updated.
NSE is working fine and retrieving the data.
Also, kindly help and suggest how this data can be imported to MS Excel format…
-
### Operating System
_No response_
### Programming Languages
Python
### CCXT Version
4.2.99
### Description
Given below is an example of `handle_message` from `ccxt.pro.binance`. This redundant…
-
the latest stock bar data may change due to not finished the timeframe. for example:
``` python
>>> datetime.now()
datetime.datetime(2019, 12, 5, 15, 48, 46, 595878)
>>> exchange.fetch_ohlcv(sym…
-
![image](https://github.com/user-attachments/assets/bbbdfeb8-3967-4055-90ec-add54d2b851e)
as you can see, tulipy, talib, pandas_ta produce different ADX value at index 32.
it seems, talib and pand…
-
I get this error when running the trading_algo.py:
`ValueError Traceback (most recent call last)
in ()
----> 1 model.predict([[ohlcv], [ind]])
3 frames
/usr/lo…
-
**Paper Trading Problem:** Limit orders executing above a stock's Minute High.
As seen in attached screenshots, my "BUD" Limit Buy and Limit Sell simultaneously executed @ in the mid $57s. However…
ghost updated
3 years ago
-
Im getting this error when starting the docker container with FreqTrade configured to use this:
`freqtrade | 2021-09-08 01:47:29,807 - freqtrade.exchange.common - WARNING - Giving up retrying: _…
-
I am working on indian stock market data and trying to create different visualizations and analysis views out of it.
I am getting following tick by tick data.
(Timestamp,symbol,price,volume)
I intend…