I remember writing a trading simulation program that could change position size exponentially as a function of volatility. For example, say I am using average true range (ATR) to measure volatility. I use a parameter that I call PositionSizeExponent. I raise ATR to the PositionSizeExponent...