Skip to content

Commit 94f2a35

Browse files
Fix link in README
1 parent dfd373f commit 94f2a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The bottom of this README includes important setup instructions.
1010

1111
### Writing Strategies
1212

13-
Strategies are implemented by extending the [BaseStrategy](strategy/pyStrategy.py) base class and adding logic for event callbacks. Refer to the [Sample Strategy](strategy/pyStrategy.py) for an (unprofitable) example.
13+
Strategies are implemented by extending the [BaseStrategy](backtest/PyBridge/basestrategy.py) base class and adding logic for event callbacks. Refer to the [Sample Strategy](strategy/pyStrategy.py) for an (unprofitable) example.
1414

1515
### Backtesting a Strategy
1616

0 commit comments

Comments
 (0)