-
### Expected Behavior
I am trying to bind the realtrade into this frame work. Of course replacements of Backtest , _Broker , and datafeeding need rewrite. I got them (data API, broker API) on hand an…
-
Prior starting live trading session, most strategies that use indicators will need some level of historical data backfill to fire up those indicators.
For exchanges that doesn't support OHLCV using '…
-
MUST READ THIS BEFORE SUBMITTING ISSUES (read the link, then delete this message before submitting):
https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-submit-an-issue
Please make s…
-
Can I create my own custom candlestick by using mplfinance?
I want to create custom candlestick chart by using the data from lower timeframe (example: Hourly or Daily) and then create my custom Weekl…
-
There is a `calculate_vwap()` in `im_v2/common/data/transform/transform_utils.py` ([link](https://github.com/sorrentum/sorrentum/blob/b2038a09192848d50da5b015dd1ecb6705883d18/im_v2/common/data/transfo…
-
Hello,
following discussion https://github.com/nardew/talipp/issues/115#issuecomment-1962685822 from @varunsingla211 I also wonder if this library shouldn't provide "a feature which could convert r…
-
Sorry if this has been discussed already. I didn't find anything in the forums.
Does Zipline have a method to access individual symbol time-series data from a bundle, outside of the algo run? Is s…
-
Pivot points are used to notice importance levels during a trading session. I have used them successfully for day trading as they are solid inflection points.
Read more here - https://tradingsim.c…
-
### Goal
To find the easiest to use and clearest API for sideloading Binance data.
### Notes
- We have `generate_pair_for_binance_data` so user doesn't have to manually create `TradingPairId…
-
### Question
Not sure if this is a bug or not. I included code in my app to resample 1min data into other timeframes upon startup. This is what I would want in a production app, but in development it…