Skip to content

Commit 6f0cade

Browse files
committed
Fix image height
1 parent 91cdabc commit 6f0cade

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99

1010
> If you like what we do, consider starring, sharing and contributing!
1111
12-
13-
<img src="static/showcase.svg" alt="Investing Algorithm Framework Logo" height="750px">
12+
<div align="center">
13+
<img src="static/showcase.svg" alt="Investing Algorithm Framework Logo" style="height: 50vh; max-height: 750px;">
14+
</div>
1415

1516
The investing algorithm framework is a Python framework designed to help you build, backtest, and deploy quantitative trading strategies. It comes with a event-based backtesting engine, ensuring an accurate and realistic evaluation of your strategies. The framework supports live trading with multiple exchanges and has various deployment options including Azure Functions and AWS Lambda.
1617
The framework is designed to be extensible, allowing you to add custom strategies, data providers, and order executors. It also supports multiple data sources, including OHLCV, ticker, and custom data, with integration for both Polars and Pandas.

0 commit comments

Comments
 (0)