Skip to content

Commit

Permalink
import suppressor
Browse files Browse the repository at this point in the history
  • Loading branch information
sheriff4000 committed Jun 6, 2024
1 parent c087d3f commit 8c16bd8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Backtest/strategies/FALM.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ module FALM

using ...Markets.StaticMarket: Order, place_order!, ordersForPortfolioRedistribution
using AirBorne.ETL.AssetValuation: stockValuation
using ...Forecast: Forecaster, LinearForecaster
using ...Forecast.Combine: Forecaster, applyForecast
using ...Forecast.Linear: LinearForecaster
using ...Structures: ContextTypeA
using DataFrames: DataFrame
using DirectSearch
using Suppressor

"""
initialize!
Expand Down

0 comments on commit 8c16bd8

Please sign in to comment.