adlai / scalpl

volatility harvester prototype
atp://127.0.0.1:8080
59 stars 20 forks source link

Mother of god #6

Closed caressgents closed 4 years ago

caressgents commented 4 years ago

incredibly robust repo.

I've gone through in every effort to teach myself compiling this repo and running, via emac/slime.

Any tutorials handy, or a kick in the right direction at least ? @adlai

adlai commented 4 years ago

Thank you, although I'm not certain how you measured robustness...

The code is still experimental, and can easily turn your balance on an exchange into a donation to its other customers, so I have not published an organized tutorial. In case you are nevertheless interested in experimenting with it yourself, here are a few hints:

If you do get everything pieced together, one last tweak is: (setf *print-pretty* t *print-pprint-dispatch* scalpl.exchange::*pqprint-dispatch*) which enables proper display of financial values (although renders the common lisp image rather unusable for scientific computing, since it abuses complex numbers).