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.

Lavoro terminato

Tempo di esecuzione 3 giorni

Specifiche

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"

Con risposta

1
Sviluppatore 1
Valutazioni
(153)
Progetti
236
33%
Arbitraggio
20
45% / 30%
In ritardo
1
0%
In elaborazione
2
Sviluppatore 2
Valutazioni
(549)
Progetti
636
33%
Arbitraggio
42
40% / 45%
In ritardo
11
2%
Occupato
3
Sviluppatore 3
Valutazioni
(39)
Progetti
65
34%
Arbitraggio
4
25% / 50%
In ritardo
9
14%
In elaborazione
4
Sviluppatore 4
Valutazioni
(2311)
Progetti
2908
63%
Arbitraggio
122
44% / 25%
In ritardo
429
15%
In elaborazione
5
Sviluppatore 5
Valutazioni
(295)
Progetti
474
39%
Arbitraggio
103
41% / 23%
In ritardo
79
17%
Occupato
Pubblicati: 2 codici
6
Sviluppatore 6
Valutazioni
(45)
Progetti
91
13%
Arbitraggio
34
26% / 59%
In ritardo
37
41%
Gratuito
Ordini simili
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

Informazioni sul progetto

Budget
30 - 100 USD
Scadenze
da 1 a 20 giorno(i)