I have a strategy that has a large number of user set parameters. I was thinking about adding something to OnStartUp() that might help simplify matters.
For example, IF the instrument and periodicity are such and such, THEN set variables to something.
However, the variables are the user parameters. Would setting the variables in OnStartUp() "override" what the user has set in the strategy setup window?

Comment