Skip to content

Commit d7cc5ef

Browse files
committed
Remove deprecated cython example strategy
1 parent 9ad9baa commit d7cc5ef

File tree

3 files changed

+1
-340
lines changed

3 files changed

+1
-340
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ latency-sensitive applications, we recommend using Cython. Below are some exampl
346346
347347
- [indicator](/nautilus_trader/examples/indicators/ema_python.py) example written in Python.
348348
- [indicator](/nautilus_trader/indicators/) examples written in Cython.
349-
- [strategy](/nautilus_trader/examples/strategies/) examples written in both Python and Cython.
349+
- [strategy](/nautilus_trader/examples/strategies/) examples written in Python.
350350
- [backtest](/examples/backtest/) examples using a `BacktestEngine` directly.
351351
352352
## Docker

nautilus_trader/examples/strategies/__init__.pxd

-14
This file was deleted.

nautilus_trader/examples/strategies/ema_cross_cython.pyx

-325
This file was deleted.

0 commit comments

Comments
 (0)