It's the first time to use the QuantConnect for me.

I made a simple algorithm using MACD Indicator.

I set the fastPeriod = 5, slowPeriod = 15, signalPeriod = 7

And I get the result.

 

Now I'd like to run the algorithm with parameters.

fastPeriod in range [5, 10], slowPeriod in range [15, 25], signalPeriod in range [7, 11]

And hope to get the accuraty of each algoroithm with parameter and chose the most higher one.

 

Is it possible in QuantConnect?, Then hope you guide me about that.