LTSM-Forex-Bot/notebooks/01_data_eda.ipynb

26 lines
637 B
Text

{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# LSTM Trading Bot - Data Exploration and Feature Engineering\n",
"\n",
"This notebook demonstrates how to:\n",
"1. Load historical OHLCV data from multiple sources\n",
"2. Perform exploratory data analysis\n",
"3. Build multi-timeframe features for LSTM models\n",
"4. Visualize feature correlations and importance\n",
"\n",
"## Setup\n"
]
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}