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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ The bottom of this README includes important setup instructions.
10
10
11
11
### Writing Strategies
12
12
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.
0 commit comments