A baby trading system

버전 1.0.0.0 (51.7 KB) 작성자: Dimitri Shvorob
(No, we don't trade babies!)
다운로드 수: 3.6K
업데이트 날짜: 2016/4/4

라이선스 보기

..but build a primitive, stylized automated trading system operated by a fixed-rate timer and handling retrieval, storage and analysis of data; a 'strategy' guides rebalancing the portfolio at each iteration, and basic output is displayed in a front-end GUI.
The code may help one think about the technical requirements that a real trading system has to meet. It may also be retooled for one's own data-retrieval-storage-and-dynamic-GUI-display exercise. (An OOP re-design would be a clear improvement).

PS. The 'strategy', of long-short variety, focuses on choosing, at each timer-triggered 'epoch', five stocks with the largest (simulated) next-period return, and five with lowest. Choice is driven by simple interpolation, with a moving average calculated for individual return series. Epochs 1-3 are used for 'training', i.e. to get the initial averages.

인용 양식

Dimitri Shvorob (2025). A baby trading system (https://www.mathworks.com/matlabcentral/fileexchange/18836-a-baby-trading-system), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2007b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Financial Data Analytics에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

tradebot/

버전 게시됨 릴리스 정보
1.0.0.0

BSD