Peter
12/28/2022, 7:58 PMval feed = AvroFeed.sp500()
val metric = AccountMetric()
val strategy = EMAStrategy()
val roboquant = Roboquant(strategy, metric)
roboquant.run(feed)
The software is free (Apache 2.0 license) and you can get the source code at GitHubLandry Norris
12/28/2022, 8:03 PMLandry Norris
12/28/2022, 8:09 PMPeter
12/28/2022, 8:13 PMLandry Norris
12/28/2022, 8:18 PMPeter
12/28/2022, 8:22 PMSaku Ytti
12/28/2022, 8:48 PM