Skip to content

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

Notifications You must be signed in to change notification settings

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

Watchers

Forks

Releases

No releases published

Packages

No packages published