Création d'un EA basé sur l'indicateur "Basic Harmonic Pattern", capable d'ouvrir plusieurs ordres et d'utiliser les niveaux de TP/SL définis par l'indicateur.

Trabajo finalizado

Plazo de ejecución 3 días

Tarea técnica

MagicNumber= (X)
MaxSpread= (X)
Lot first order= (X) 
Lot 2nd ordrer= (X) 0=disable
Lot 3rd order= (X) 0=disable
first order= TP1=fixed by BHP SL1= fixed by BHP
TP1= (X) points SL1= (X) points
2nd order= TP2=fixed by BHP SL2= TP1 - (X) points
TP2= (X) points
3rd order= TP3=fixed by BHP SL3= TP2 - (X) points
TP3= (X) points
TrailingStop= enable/disable
TrailingStart before= (X) points
Trailing step= (X) points
visible comment on MT4= exemple "BHP M15"

Han respondido

1
Desarrollador 1
Evaluación
(153)
Proyectos
236
33%
Arbitraje
20
45% / 30%
Caducado
1
0%
Trabaja
2
Desarrollador 2
Evaluación
(549)
Proyectos
636
33%
Arbitraje
42
40% / 45%
Caducado
11
2%
Ocupado
3
Desarrollador 3
Evaluación
(39)
Proyectos
65
34%
Arbitraje
4
25% / 50%
Caducado
9
14%
Trabaja
4
Desarrollador 4
Evaluación
(2311)
Proyectos
2908
63%
Arbitraje
122
44% / 25%
Caducado
429
15%
Trabaja
5
Desarrollador 5
Evaluación
(295)
Proyectos
474
39%
Arbitraje
103
41% / 23%
Caducado
79
17%
Ocupado
Ha publicado: 2 ejemplos
6
Desarrollador 6
Evaluación
(45)
Proyectos
91
13%
Arbitraje
34
26% / 59%
Caducado
37
41%
Libre
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;
Trader 30+ USD
Un robot qui tarde a ma place même quand je Dors je veux qu'elle faire tout les tâches a ma place même quand le téléphone est éteint ou allumé le robot doit analyse et trade pour moi

Información sobre el proyecto

Presupuesto
30 - 100 USD
Plazo límite de ejecución
de 1 a 20 día(s)