Topics

Forum Topics not found

Replies

vanderlinde.jacques
23 Feb 2025, 16:01

Hi,

Anyone that can help us?

Greetings

Jacques


@vanderlinde.jacques

vanderlinde.jacques
10 Feb 2025, 12:34 ( Updated at: 14 Feb 2025, 18:21 )

Hi there,

I have the same problem, cannot change the bot's input parameter values when calling Backtesting.start.

I have currently the following:

object[] RobotParameters = new object[] {0.02, 1, 30};

theBacktestingProcess = Backtesting.Start(_selectedRobotType, "EURUSD", TimeFrame.Minute5, backtestingSettings,RobotParameters);

But when looking at the Backtesting results, I can see that it used the default parameters of the bot.

Please help!


@vanderlinde.jacques