-
see screenshot
-
# Bug Report
### Expected Behavior
EmaCross strategy backtest should run on any valid data without error.
### Actual Behavior
Log data and backtrace below. Strategy logs multiple instances of …
-
# Bug Report
Nautilus panics if `BacktestEngine` trader_id param doesn't have the correct format.
### Expected Behavior
Nautilus should accept any string as a `trader_id`. It only accepts $STRING…
-
Ran the following code:
```python
import testStrat
s = Strategy(
algo=None,
transaction_cost=0.0001,
start_balance=10000,
name='test'
)
a = testStrat.Ms_gmr_strat()
s…
-
Getting this error after running main.py in colab
`ERROR in download_or_load_candles m1
Downloading m1 candles...
0 / 264
ERROR in download_or_load_candles m1
Downloading m1 candles...
0 …
-
# Bug Report
Reported from @Scout in Discord.
> Is it possible that there is something wrong with the pnl calculation when a position is flipped? It seems like the pnl calculation is overstated …
-
# Bug Report
### Expected Behavior
Quick start should work end-to-end without errors.
### Actual Behavior
Running the backtest produces the following output (contains nans):
```
2023-03-20…
-
# Bug Report
#### Result with Open Position
```
2023-03-02T22:38:11.574681800Z [INF] BACKTESTER-001.BacktestEngine: -----------------------------------------------------------------
2023-03-02T2…
-
# Bug Report
Reporting this not sure though but I believe falls under bug. When base currency is `USD` and trading pair is other than base currency i.e. `USD/JPY` there is stats problem. Setting the …
-
When running a backtest, if an account runs out of cash, the error nautilus currently raises is a little cryptic even for someone familiar with the code. For someone new to the platform, this could be…