sample_agents/spec/utils/agent_runner.rb
Method start_backtest
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def start_backtest(agent_setting,
start_time = Time.new(2015, 12, 8, 0, 0, 0),
end_time = Time.new(2015, 12, 9, 0, 0, 0),
tick_interval_id = :fifteen_seconds,
pair_names = %i[USDJPY EURUSD])
unexpected token error
(Using Ruby 2.1 parser; configure using TargetRubyVersion
parameter, under AllCops
) Open
Open
@backtest_repository&.stop
- Exclude checks