Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.38 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.38 KB

TradingPipeline

Dev Build Status Coverage

What's going on?

  • A lot of this is Rocket.jl-related code that takes some of my other libraries and connects them together in a graph of async tasks.
    • Thanks to Lucky.jl for introducing me to Rocket.jl in the first place.
    • I liked how backtesting and live trading could be accomplished with very similar code.
    • I also saw how I could structure the feedback loop of events from the exchange back into the strategy.
      • I was stuck on this for a long time.
  • Everything here is very tentative.
  • I've been feeling things out in the REPL, and I've finally gotten to the point where I may need to shift to Pluto notebooks.
  • I needed a way to load portions of my code into a notebook, and this package was created to facilitate that.

What's going to be in here?

  • ...a lot

Read More About It