-
```
Forex support should be added. This would mean:
* completing Instrument.isForex()
* completing the forex InstrumentType
* supporting MIDPOINT instead of trade in historical data
* allowi…
-
- Support realtime (
-
### Expected Behavior
No errors, plot shows.
### Actual Behavior
```
/usr/local/lib/python3.7/dist-packages/backtesting/_plotting.py:104: UserWarning: Data contains too many candlesticks to plot…
-
I've been watching the InfluxDB logs to see the queries Kapacitor makes while creating a recording and it looks like queries are made sequentially for each batch. In our simple use case, each batch i…
lpalm updated
8 years ago
-
### Expected Behavior
Plot backtest results using data from yfinance
### Actual Behavior
Getting error code
```
File ~/Documents/git/python.strategy-optimisations/.venv/lib/python3.9/sit…
-
Thanks for making this! Looks really cool and I am excited to try it out.
I would like to use this to backtest a portfolio's asset allocation and compare it to an index.
Example:
```
Ticker,…
aam1r updated
4 years ago
-
#### Expected Behavior
Able to download options data with IQFeed
#### Actual Behavior
Runtime exception looking up IQFeed Symbols
```
20240719 00:41:18.959 ERROR:: IQFeedFileHistoryProvider.P…
-
### Expected Behavior
Graph should not be empty
### Actual Behavior
There are also tons of warnings in the console...
```
/Users/lennard/opt/miniconda3/envs/torch/lib/python3.9/site-packages/…
-
```
Add support for Strategies to pick up their list of instruments dynamically
at runtime. For example, a strategy which trades the top 10 list of gappers.
This may make backtesting the strategy mo…
-
Say I've got a 1.00$ minimum commission + 1% per trade, it doesn't appear to be possible to account for that, beyond just using a the `commission=0.01` and ignoring the 1 dollar minimum.
Is such a …