You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Changelog
2
2
3
+
## 4.5.22 - Unreleased
4
+
5
+
### Fixed
6
+
-**ThetaData option backtests no longer exhaustively download minute quote/OHLC data during delta strike selection.**`OptionsHelper.find_strike_for_delta()` now uses the existing model-based strike selector for ThetaData-routed option backtests, including intraday-cadence strategies, and leaves real historical price validation to `find_next_valid_option()` / `evaluate_option_market()`. This prevents sparse option chains from spending minutes probing empty strikes before any trade is placed.
Copy file name to clipboardExpand all lines: README.md
+38-17Lines changed: 38 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,23 @@
8
8
9
9
**Build deterministic trading strategies, multi-agent LLM trading systems, and hybrid strategies that backtest, paper trade, and execute through real brokers.** Lumibot is an open-source algorithmic trading framework for stocks, options, crypto, futures, forex, indexes, SEC fundamentals, macro data, technical indicators, and AI agents that can actually place orders.
<img src="docs/assets/readme/button_ai_trading_bootcamp.png" alt="Join the AI Trading Bootcamp" width="330">
23
+
</a>
24
+
</p>
25
+
26
+
<palign="center">
27
+
<strong>Want the managed path?</strong> Describe a strategy in plain English. BotSpot generates Lumibot code, runs the backtest, and runs it in the cloud.
19
28
</p>
20
29
21
30
<palign="center">
@@ -51,17 +60,27 @@ Built-in AI agent tools include market/account state, order inspection, DuckDB q
51
60
52
61
## Build Without Code on BotSpot
53
62
54
-
**[BotSpot](https://botspot.trade/?utm_source=github&utm_medium=readme&utm_campaign=lumibot)** is the managed cloud product built on Lumibot. Use it when you want to describe a strategy in plain English, have AI generate Lumibot code, backtest it, and deploy it without managing servers.
63
+
**[BotSpot](https://botspot.trade/?utm_source=github&utm_medium=readme&utm_campaign=lumibot&utm_content=botspot_section_text_link)** is the managed cloud product built on Lumibot. Use it when you want to describe a strategy in plain English, have AI generate Lumibot code, backtest it, and run it without managing servers.
55
64
56
65
-**Build** strategies using natural language -- the AI writes production-ready Lumibot code for you
57
66
-**Backtest** against years of historical data with a single click
58
67
-**Deploy** to live trading with real brokers including Alpaca, Interactive Brokers, Tradier, Schwab, Tradovate, TopstepX via ProjectX, Bitunix, Coinbase, Kraken, WEEX, KuCoin, Binance, BitMEX, Bybit, and OKX
59
68
-**Browse** a marketplace of proven, community-built strategies you can run immediately
60
69
61
-
**Start on BotSpot:**[Build, backtest, and deploy AI trading bots](https://botspot.trade/?utm_source=github&utm_medium=readme&utm_campaign=lumibot)
<img src="docs/assets/readme/lumibot_botspot_launch_path.png" alt="Build on Lumibot and launch on BotSpot" width="100%">
83
+
</a>
65
84
</p>
66
85
67
86
## Quick Start
@@ -117,14 +136,18 @@ For full setup guides, broker tutorials, AI-agent docs, examples, and deployment
117
136
118
137
### Option A: BotSpot (managed cloud)
119
138
120
-
[BotSpot](https://botspot.trade/?utm_source=github&utm_medium=readme&utm_campaign=lumibot) runs your Lumibot strategies on hosted infrastructure with scheduling, monitoring, and live execution. Build strategies with AI, no coding required.
139
+
[BotSpot](https://botspot.trade/?utm_source=github&utm_medium=readme&utm_campaign=lumibot&utm_content=deploy_section_text_link) runs your Lumibot strategies on hosted infrastructure with scheduling, monitoring, and live execution. Build strategies with AI, no coding required.
Browse all examples: [example_strategies/](https://github.com/Lumiwealth/lumibot/tree/version/4.5.11/lumibot/example_strategies)
241
-
242
-
**External example repo:**[stock_example_algo](https://github.com/Lumiwealth-Strategies/stock_example_algo) (deployable to Render or Repl.it)
263
+
Browse all examples: [example_strategies/](lumibot/example_strategies/)
243
264
244
-
[](https://render.com/deploy?repo=https://github.com/Lumiwealth-Strategies/stock_example_algo)
265
+
**External example repo:**[stock_example_algo](https://github.com/Lumiwealth-Strategies/stock_example_algo) shows a minimal strategy repository you can run yourself or adapt inside BotSpot.
description="Python framework for algorithmic trading: backtesting and live deployment for stocks, options, crypto, futures, and forex. Same code for backtest and live trading.",
0 commit comments