mirror of
https://github.com/Ichinga-Samuel/aiomql.git
synced 2026-08-09 18:20:58 +00:00
v4.0.9
This commit is contained in:
@@ -13,6 +13,7 @@ The base class for creating strategies.
|
||||
- [backtest_strategy](#strategy.backtest_strategy)
|
||||
- [trade](#strategy.trade)
|
||||
- [test](#strategy.test)
|
||||
- [initialize](#strategy.initialize)
|
||||
|
||||
|
||||
<a id="strategy.strategy"></a>
|
||||
@@ -134,3 +135,10 @@ Runs the strategy in live mode.
|
||||
async def live_strategy()
|
||||
```
|
||||
Runs the strategy in backtest mode.
|
||||
|
||||
<a id="strategy.initialize"></a>
|
||||
### initialize
|
||||
```python
|
||||
async def initialize()
|
||||
```
|
||||
Initialize a strategy
|
||||
|
||||
Reference in New Issue
Block a user