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.

工作已完成

执行时间3 天

指定

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"

反馈

1
开发者 1
等级
(153)
项目
236
33%
仲裁
20
45% / 30%
逾期
1
0%
工作中
2
开发者 2
等级
(549)
项目
636
33%
仲裁
42
40% / 45%
逾期
11
2%
繁忙
3
开发者 3
等级
(39)
项目
65
34%
仲裁
4
25% / 50%
逾期
9
14%
工作中
4
开发者 4
等级
(2311)
项目
2908
63%
仲裁
122
44% / 25%
逾期
429
15%
工作中
5
开发者 5
等级
(295)
项目
474
39%
仲裁
103
41% / 23%
逾期
79
17%
繁忙
发布者: 2 代码
6
开发者 6
等级
(45)
项目
91
13%
仲裁
34
26% / 59%
逾期
37
41%
空闲
相似订单
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

项目信息

预算
30 - 100 USD
截止日期
 1  20 天