/frtrader

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

FRTrader

A Functional Reactive Bitcoin Trader

Intro

Here's a talk I gave at BayHac explaining the rationale behind the trading agent.

Talk at BayHac 2017

Code Organization

I have separated to code into multiple packages and each package in a separate repo and follow the practice of using stack with multiple "packages" in the stack.yaml file as described here:

commercialhaskell/stack#348 (comment)