Can I change strategy parameters remotely in the MoonBot terminal via telegram commands?

Yes, this can be done by using the telegram command “SetParam Strategy Param Value” (change the parameter in the strategy or in all strategies of the folder (“empty” for empty string). Example command: SetParam Name1 CoinsWhiteList MITH
Where:
SetParam – the command itself “set parameter”
Strategy = “Name1” – Strategy or folder name (in this case, the parameter will apply to all strategies in this folder)
Param = “CoinsWhiteList” – Parameter to change, in this case it is the white list
Value = “MITH” – name of the coin, which should be added to the white list
In response, the MoonBot terminal should return a message about the correct execution of the command: Param changed: CoinsWhiteList: matic => MITH.