Bet Sizing

Building a trading strategy with a model that predicts the side of the trade can be used to open positions, but opening the position with a predetermined fixed size can be inefficient. A better way would be to size your position according to how confident the model is about the prediction. This concept is called bet sizing and the following sections will formalise this concept further.

When metalabeling is applied on top of a primary model, which predicts the side of the trade, the metalabelling model outputs a predicted probability that can be used to determine the size. The metalabeling model is a binary classifier, which predicts whether to take or not take the trade.

Last updated