Skip to content

ryanlai2/Multithreaded-Stock-Indicator-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

.EXE Executable and source code found in cudaMain folder.

Finished:

-Parallelized string parse

-Implementation of computation

-Getting data from the Internet according to user's request

-URL analysis(easy, plug in parameters)

-How to build socket, data stream, etc. preferably by BOOST

-User customization of computation

-Parallelism of complicated indices like EMA

-Graphic interface

To be done:

-Efficieny test

About

Multithreaded program that generates stock indicators from a given stock using C++ libraries Boost.Asio and CUDA. Designed to take advantage of the GPU's processing speed to quickly calculate measurements of the indicator. Currently supports OBV (On Balance Volume) Stock Indicator

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors