Hi,

I just looked at the optimization tool and am confused on if/how I would use for my intent. I have a strategy that leverages a set of price conditions to take trades. I then look at indicators to see if certain ones can enhance performance. For example I use bollinger band width (BBW) and I ultimately want to see which range of BBW values are optimal (which support the most winning trades). I see how to optimize the BBW inputs such as period but I want to optimize the BBW values themselves (i.e. I set the inputs and the values are derived at my signals). Is that possible?

On a related note, another way to test is to export the completed trades and logged indicator values. How would I go about logging and exporting that information?