wzrdsappr / trading-core

Backend core needed for automated trading
MIT License
80 stars 41 forks source link

QuickLisp Support #1

Closed tanaytrivedi closed 7 years ago

tanaytrivedi commented 7 years ago

Hello, So I tried recently downloading your code using QuickLisp, but it seems like it is no longer supported? I ran this line (ql:quickload "trading-core"), but as the attached output shows QuickLoad cannot find the file. Thanks screen shot 2017-07-19 at 3 46 19 pm

wzrdsappr commented 7 years ago

Hello tanaytrivedi, It seems my instructions on the home page are incomplete. I have never submitted trading-core to be one of the systems included in quicklisp. To use quicklisp to load the system, download the system into a folder in the quicklisp/local-projects folder or create a symbolic link to its location in that folder. It should then be able to find the library.

wzrdsappr commented 7 years ago

Hello tanaytrivedi,

I have pushed up several bug fixes, along with better instructions on how to load and use the library. Please let me know if these new instructions do not allow you to use the library.