https://github.com/mrmike/stock-distance-abacus
Program helps to determine the best pair of stock for pairs trading purpose. Algorithm is based on distance method used by Gatev(1999)
https://github.com/mrmike/stock-distance-abacus
Last synced: over 1 year ago
JSON representation
Program helps to determine the best pair of stock for pairs trading purpose. Algorithm is based on distance method used by Gatev(1999)
- Host: GitHub
- URL: https://github.com/mrmike/stock-distance-abacus
- Owner: mrmike
- Created: 2013-05-06T19:59:05.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-10T19:32:37.000Z (about 13 years ago)
- Last Synced: 2025-02-12T10:18:31.269Z (over 1 year ago)
- Language: Java
- Size: 1.13 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Stock distance abacus
====================
The aim of this project is to create simple app which allow calculate distance value for pairs of stocks. It can be helpful in implementing pairs trading strategies based on distance method (to futher references see Gatev(1999) ).
Source of data
---------------
Currently app use csv file from [stooq.pl](http://stooq.pl) site. See stocks folder for exemplary files. In futre I'm going to implement getting data directly from [Finance Yahoo](finance.yahoo.com).
Questions
----------
Feel free to asks questions or sends pull request.
Licence
--------
```
Copyright 2013 Michał Moczulski
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```