I need some help. I am using a strategy with "ES 12-19" as a primary instrument with which I want to place a trade on the MES 12-19 contract. I've added the following code to my strategy.
if (State == State.Configure)
{
AddDataSeries("MES 12-19");
}
Thanks,
eleven

Comment