https://github.com/markcheno/tsp
Ruby and Python implementations of Ed Seykota's Trading System Project
https://github.com/markcheno/tsp
Last synced: about 1 month ago
JSON representation
Ruby and Python implementations of Ed Seykota's Trading System Project
- Host: GitHub
- URL: https://github.com/markcheno/tsp
- Owner: markcheno
- Created: 2012-10-06T18:54:47.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-10-06T18:56:12.000Z (over 13 years ago)
- Last Synced: 2024-04-15T03:57:07.478Z (about 2 years ago)
- Language: Ruby
- Size: 340 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ruby and Python implementations of Ed Seykota's Trading System Project.
Also included is a genetic optimization example for the exponential average system.
See:
- [Exponential Average System](http://www.seykota.com/tribe/tsp/EA/index.htm)
- [Support Resistance System](http://www.seykota.com/tribe/tsp/SR/index.htm)