lumibot icon indicating copy to clipboard operation
lumibot copied to clipboard

Backtesting and Trading Bots Made Easy for Crypto, Stocks, Options, Futures, FOREX and more

Results 93 lumibot issues
Sort by recently updated
recently updated
newest added

When attempting "pip install lumibot", it begins installing all version of the "ccxt" dependency. I imagine this could be fixed by setting a static version number in the requirements file.

For options asset, when the expiry date is mentioned (for ex: 29th Sept 2021), the option is expiring on 29th sept at 9:31 AM. Instead it had to expire on...

I think we need to migrate from get_barsets to get_bars to support the V2 endpoint.

Do you have any interest in someone adding GH actions for running tests/linters etc?

I am getting following error in simple_start_alpaca.py : (I am using python 3.6.1 and installed latest alpaca api 1.3.0 using pip install ) File "c:\krunal\learning\visualstudio\lumibot-master\lumibot\backtesting\__init__.py", line 1, in from .alpaca_backtesting...

For brokerage service Td Ameritrade, build brokers/td_ameritrade data_sources/td_ameritrade services/td_ameritrade

This has been discussed in Discord, but logging the issue here as well. Lumibot has a method `get_yesterday_dividend` and `get_yesterday_dividends` which returns the yesterday dividend. Interactive Brokers does not provide...

When trying to backtest a strategy but the date is set before the asset exists then a confusing error is thrown. This error should more clearly state what the problem...

bug