From ae5400d44204dd8b1449a8f55fc1883bffc98c73 Mon Sep 17 00:00:00 2001 From: moshferatu Date: Fri, 30 Aug 2024 05:48:37 -0700 Subject: [PATCH] Initial commit of README with link to 10-day low strategy --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a892507 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Short Term Trading Strategies That Work + +This repository contains links to implementations of strategies from *Short Term Trading Strategies That Work* (2008) by Larry Connors. + +* [10-Day Low](https://moshferatu.dev/moshferatu/ninjatrader/src/branch/main/strategies/10-day-low) + +--- \ No newline at end of file