Commandes pour le développement d'indicateurs - Collection of data on the internet - nouveau

Créez une commande

Catégories

Compétences populaires

Tous Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules Collection of data on the internet
7 nouvelles tâches dans toutes les langues
Trier par :
30 - 200 USD
import ccxt import pandas as pd import numpy as np import talib import time # Configuration exchange = ccxt.binance({ 'apiKey': 'VOTRE_API_KEY', 'secret': 'VOTRE_SECRET_KEY', }) # Paramètres de trading symbole = 'BTC/USDT' timeframe = '1h' montant = 100 # en USDT stop_loss = 0.98 # 2% de perte maximale take_profit = 1.03 # 3% de gain def recuperer_donnees(): ohlcv = exchange.fetch_ohlcv(symbole, timeframe