What is ML FastTree Prediction?
This indicator brings machine learning into your trading strategy. FastTree is a gradient boosting algorithm — it builds many small decision trees, each one learning from the mistakes of the ones before it, until together they become very good at predicting prices. Microsoft developed the underlying MART algorithm and it's used across many real-world prediction tasks. Your bot trains a regression model on your historical OHLCV data — open, high, low, close, volume, and time features — to predict the actual next closing price. Each bar teaches the model what happened next, and after seeing hundreds of examples, the model learns the patterns that tend to precede rises and falls.
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 gradient boosting regression model with 100 decision trees. The trained model predicts the next closing price from the most recent bar. When the predicted price is above the current price, the bot signals Buy. When below, it signals Sell. Because it's predicting an actual price rather than just direction, the magnitude of the prediction directly influences your bot's confidence in the trade.
Using It in BitThor
Select ML FastTree Method from the indicator list. FastTree needs at least 50 bars of historical data to train effectively — the more data, the better it learns. It works well standalone or paired with traditional indicators like RSI or SMA for a hybrid strategy. FastTree is particularly strong at picking up complex multi-feature relationships that single-variable indicators miss.
Tips for Beginners
-
FastTree learns from multiple features simultaneously — price, volume, time patterns — giving it an edge over single-indicator approaches.
-
Pair ML FastTree with a spike detection or trend indicator for a strategy that combines price prediction with anomaly awareness.
-
Always validate ML predictions in simulation mode first. Models can pick up historical patterns that don't always repeat in live markets.
Indicator by: Microsoft Research | Learn more
Download BitThor for Your Desktop
Get BitThor for your desktop and choose the platform that matches your machine before continuing.
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.