-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Ivan Sidarau edited this page Mar 22, 2015
·
8 revisions
Welcome to the Stsc wiki!
Stsc is a bunch of tools to create algorithmic trading strategies.
This is a complicated system that require you to be familiar with several topics in algorithm trading.
Workflow for generating algorithmic strategies includes next phases:
-
Creation of hypothesis using simple or complex indicators / factors for different stocks and stock ensembles.
-
Algorithm code realization (probably you will use already created base).
-
Algorithm tuning with possibility to distribute and add parallelism to that process (using Hadoop calculation cluster) (probably also spark or whatever in future).
-
Algorithm testing.