Algoticks - algorithmic trading simulator [back test your straetegy's, FAST]

#1
Hey all,

I want to share the project that I've been using and developing since few months - Algoticks

It's a very fast(written in C) back tester with the option to test the strategy(s) on live data.

It supports:
  • Single stock
  • Index-Derivative
  • able to run on streaming data. (TCP socket/CSV)
  • benchmark (test all possible combinations of an algorithm)
Algoticks is an open-source project and will stay that way, I am constantly working to improve it in my free time.

go through README and have a try!

please open an Issue on Github if you face any problem.


Compiled binaries are available for both Windows and Linux:

https://github.com/jkotra/algoticks/releases
 

Similar threads