maxholloway / Backtest.jl

Very simple event-based backtesting platform.
MIT License
0 stars 0 forks source link

[#4] Add a field operation timeout field to `StrategyOptions`. #22

Closed maxholloway closed 4 years ago

maxholloway commented 4 years ago

Add fieldoptimeout field to StrategyOptions

Information

Issue: #4

Notable info

  1. Funny enough, this gives us a nice ad-hoc profiling workflow! It's pretty simple: as you adjust the fieldoptimeout field, you can see how long it's taking to compute your field operations. This is an unexpected positive features 😄
  2. StrategyOptions has a ton of args! It may be nice to think more about this in #14 .