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.

Trabalho concluído

Tempo de execução 3 dias

Termos de Referência

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"

Respondido

1
Desenvolvedor 1
Classificação
(153)
Projetos
236
33%
Arbitragem
20
45% / 30%
Expirado
1
0%
Trabalhando
2
Desenvolvedor 2
Classificação
(549)
Projetos
636
33%
Arbitragem
42
40% / 45%
Expirado
11
2%
Ocupado
3
Desenvolvedor 3
Classificação
(39)
Projetos
65
34%
Arbitragem
4
25% / 50%
Expirado
9
14%
Trabalhando
4
Desenvolvedor 4
Classificação
(2311)
Projetos
2908
63%
Arbitragem
122
44% / 25%
Expirado
429
15%
Trabalhando
5
Desenvolvedor 5
Classificação
(295)
Projetos
474
39%
Arbitragem
103
41% / 23%
Expirado
79
17%
Ocupado
Publicou: 2 códigos
6
Desenvolvedor 6
Classificação
(45)
Projetos
91
13%
Arbitragem
34
26% / 59%
Expirado
37
41%
Livre
Pedidos semelhantes
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

Informações sobre o projeto

Orçamento
30 - 100 USD
Prazo
de 1 para 20 dias