Specifiche

Hello, i am looking for a mql5 developper that can code an expert advisor based on Andre Enger work, Harmonic pattern finder V3 . 
I also added 1 or 2 indicator to help with entry's and exits. Dm me for more informations, i know the method to do the bot, because the creator told it, but i dont have the knowledge in mql5 language. 

Con risposta

1
Sviluppatore 1
Valutazioni
(7)
Progetti
18
44%
Arbitraggio
3
0% / 100%
In ritardo
6
33%
Gratuito
2
Sviluppatore 2
Valutazioni
(39)
Progetti
65
34%
Arbitraggio
4
25% / 50%
In ritardo
9
14%
In elaborazione
3
Sviluppatore 3
Valutazioni
(296)
Progetti
475
40%
Arbitraggio
105
40% / 24%
In ritardo
80
17%
Occupato
Pubblicati: 2 codici
4
Sviluppatore 4
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;

Informazioni sul progetto

Budget
30 - 150 USD