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
[](https://github.com/SeaQL/sea-orm/stargazers/) If you like what we do, consider starring, sharing and contributing!
-[x]**Persistence of portfolios, orders, positions and trades**: Persistence is achieved through sqlite.
28
42
-[x]**Limit orders**: Create limit orders for buying and selling.
@@ -33,7 +47,7 @@ The Investing Algorithm Framework is a Python framework that enables swift and e
33
47
-[x]**Live trading**: Live trading.
34
48
-[x]**Backtesting and performance analysis reports**[example](./examples/backtest_example)
35
49
-[x]**Backtesting multiple algorithms with different backtest date ranges**[example](./examples/backtests_example)
36
-
-[x]**Backtest comparison and experiments**: Compare multiple backtests and run experiments.
50
+
-[x]**Backtesting and results evaluation**: Compare multiple backtests and run experiments. Save and load backtests. Save strategies as part of the backtest. [docs](https://investing-algorithm-framework.com/Getting%20Started/backtesting)
37
51
-[x]**Order execution**: Currently support for a wide range of crypto exchanges through [ccxt](https://github.com/ccxt/ccxt) (Support for traditional asset brokers is planned).
38
52
-[x]**Web API**: Rest API for interacting with your deployed trading bot
39
53
-[x]**PyIndicators**: Works natively with [PyIndicators](https://github.com/coding-kitties/PyIndicators) for technical analysis on your Pandas and Polars dataframes.
@@ -362,4 +376,4 @@ You can pick up a task by assigning yourself to it.
362
376
**Note** before starting any major new feature work, *please open an issue describing what you are planning to do*.
363
377
This will ensure that interested parties can give valuable feedback on the feature, and let others know that you are working on it.
364
378
365
-
**Important:** Always create your feature or hotfix against the `develop` branch, not `main`.
379
+
**Important:** Always create your feature or hotfix against the `develop` branch, not `main`.
0 commit comments