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
import ccxt | |
import pandas as pd | |
import numpy as np | |
from datetime import datetime, timedelta | |
import sys | |
# Явно указываем путь к api_keys.py | |
sys.path.append(r'D:\ProofBotGPT') # Полный путь к директории с api_keys.py | |
import api_keys # Импорт твоего файла с ключами |