This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# backtest_equity_plot.py | |
import pandas as pd | |
import joblib | |
import numpy as np | |
import matplotlib.pyplot as plt | |
from feature_engineering import create_features_v2 | |
# === Ρυθμίσεις === | |
DATA_PATH = "datasets/BTCUSDT_15m.csv" |