Trabajo finalizado
Plazo de ejecución 29 días
Tarea técnica
Bonjour
Je vous sollicite car je souhaite créer un robot de trading mt5. La stratégie vient d'un model de machine Learning en python et je souhaite l'appliquer dans un Expert Advisor et ajouter du money management.
Merci par avance
Genson
Han respondido
1
Evaluación
Proyectos
143
52%
Arbitraje
8
13%
/
75%
Caducado
22
15%
Libre
2
Evaluación
Proyectos
29
14%
Arbitraje
3
0%
/
67%
Caducado
3
10%
Trabaja
Solicitudes similares
VICTOIRE MASTERCLASS
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
//+------------------------------------------------------------------+ //| M65 PRO ROBOT | //| Trend + RSI + Risk Management | //+------------------------------------------------------------------+ #property strict input double LotSize = 0.01; input int StopLoss = 100; // points input int TakeProfit = 200; // points input int RSI_Period = 14; int rsiHandle; int ema50Handle; int ema200Handle;
Información sobre el proyecto
Presupuesto
30 - 80 USD
Plazo límite de ejecución
de 0 a 7 día(s)