Back to Blog

What is ML FastTree Tweedie Prediction?


FastTree Tweedie is a variant of gradient boosting that uses the Tweedie loss function instead of standard squared-error loss. Crypto price movements are heavily right-skewed — large upward moves happen more often than a normal distribution predicts. Standard regression penalizes over-predictions and under-predictions equally, but Tweedie regression adapts to this asymmetry, producing predictions that better reflect the actual distribution of price movements. Like standard FastTree, it builds an ensemble of 100 decision trees, each learning from the mistakes of the previous ones, using your OHLCV and time features to predict the next closing price.

How Does It Work?


The bot builds training data by pairing each bar's 11 features (price, volume, and time signals) with the next bar's closing price as the target. It normalizes the features, then trains a FastTree Tweedie regression model with 100 trees and 20 leaves per tree. The Tweedie loss function handles the skewed nature of price changes, producing more accurate predictions in markets with frequent small moves and occasional large ones. When the predicted price is above the current price, the bot signals Buy. When below, it signals Sell.

Using It in BitThor


Select ML FastTree Tweedie Method from the indicator list. It needs at least 50 bars of historical data. FastTree Tweedie is particularly effective in volatile crypto markets where price distributions are heavily skewed. It works well alongside standard FastTree — the two use different loss functions and often disagree on edge cases, giving your ensemble more diversity.

Tips for Beginners


  • FastTree Tweedie shines in markets with occasional large price jumps — exactly the kind of environment crypto creates.
  • Pair with standard FastTree for an ensemble that covers both symmetric and asymmetric price patterns.
  • Like all regression models, validate in simulation mode first. The Tweedie distribution assumption helps with crypto but isn't a guarantee.

Indicator by: Microsoft | Learn more

Choose Platform

Download BitThor for Your Desktop


Get BitThor for your desktop and choose the platform that matches your machine before continuing.

Windows
Windows

Windows 10 & 11

Download BitThor for desktop
Linux
Linux

All major distributions

Download BitThor for desktop
macOS
macOS (Intel)

Intel processor

Download BitThor for desktop

Choose a platform before you continue  ·  Version 0.0.89.4  ·  All versions →

Risk Disclosure: Cryptocurrency trading involves substantial risk of loss and is not suitable for every user. Review your bot settings carefully before live trading. BitThor provides software tools only and does not provide investment advice. ML-based forecasting and predictive signals are analytical tools only and are not guarantees of future performance or profit.