|
|
|
|
|
by asavinov
724 days ago
|
|
You could check out a tool for trade signal generation based on machine learning and feature engineering: https://github.com/asavinov/intelligent-trading-bot It trains ML models based on historic data and custom features and then uses them to generate a kind of intelligent indicator between -1 and +1. This intelligent indicator is then used to make trade decisions. Frequency is a parameter and can vary from 1 minute for crypto trading to 1 day for normal exchanges. |
|