Catégories
Tous
Indicateurs
Experts
Bibliothèque
Scripts
Intégration
Convertir
Traduction
Design
Consultation
Autre
Compétences populaires
248 nouvelles tâches dans toutes les langues
Trier par :
30+ USD
Un Bot qui est adapté pour l'androïde import MetaTrader5 as mt5 import time import pandas as pd mt5.initialize() SYMBOL = "EURUSD" MAX_SPREAD = 0.00008 # 0.8 pip def is_good_market(): tick = mt5.symbol_info_tick(SYMBOL) spread = tick.ask - tick.bid if spread > MAX_SPREAD: print(f"Spread trop haut: {spread} - SKIP") return False return True def get_trend(): rates = mt5.copy_rates(SYMBOL
0 Applications
MQL5
Experts
Forex
Trading robot/indicator debugging
Strategy optimization
Statistics and mathematics
C++
Strategy modules
Python
Panels and dialog boxes
C#
Stocks
Custom graphics
Futures
MySQL
Product Design
JavaScript
Options
Java
Collection of data on the internet
SQL
HTML
PHP
Data mining
Uploading data to a website
Text writing
Text translation
OpenCL
ALGLIB
PostgreSQL
Linux
Photoshop
R
RegExp
30+ USD
//+------------------------------------------------------------------+ //| HFT Scalper - Base Pro | //+------------------------------------------------------------------+ input double LotSize = 0.01; input int MaxSpreadPoints = 80; // 0.8 pip input int FastEMA = 20; input int SlowEMA = 200; input int RSI_Period = 14; int handle_fast, handle_slow, handle_rsi; int OnInit(){ handle_fast = iMA(_Symbol, PERIOD_M1
1 Application
35+ USD
import MetaTrader5 as mt5 import time import pandas as pd mt5.initialize() SYMBOL = "EURUSD" MAX_SPREAD = 0.00008 # 0.8 pip def is_good_market(): tick = mt5.symbol_info_tick(SYMBOL) spread = tick.ask - tick.bid if spread > MAX_SPREAD: print(f"Spread trop haut: {spread} - SKIP") return False return True def get_trend(): rates = mt5.copy_rates(SYMBOL, mt5.TIMEFRAME_M1, 0, 250) df =
200 - 1000 USD
I'm looking for an experienced MQL5 developer to build a trading robot for prop-firm accounts, with three account-size-locked versions: $50K, $100K, and $200K. It's one core robot with three calibrated versions — each version must only run on its matching account size. Requirements for the robot: - Full licensing/subscription system (account-locked, expiring access) - Strict risk management: no martingale, no grid
6 Applications
30 - 150 USD
Bonjour, Je recherche un développeur expérimenté en Python + MetaTrader5 pour créer un Bot Scanner. OBJECTIF DU BOT: Scanner n'importe quel graphique MT5 : Forex, Indices Synthétiques, Indices, Actions, Métaux, Crypto. Détecter uniquement des FIGURES CHARTISTES sans indicateur. Envoyer une alerte instantanée sur Telegram ou par mails avec : Paire, Timeframe, Nom de la Figure, fiabilité en % , Capture d'écran du
30 - 300 USD
Je souhaite développer un robot de trading automatique capable de fonctionner uniquement lorsque je suis connecté à mon compte de trading. Le robot devra respecter les règles suivantes : Il peut ouvrir positions que lorsque je suis connecté. Il doit analyser les marchés en temps réel sur les unités de temps M1 (1 minute), M5 (5 minutes) et M15 (15 minutes). Il doit identifier des opportunités d'achat ou de vente en
100+ USD
Titre du Projet : Développement d'un Expert Advisor (EA) Haute Performance pour Deriv MT5 Objectif Principal : Créer un EA rentable et robuste pour la plateforme Deriv MT5, capable de générer un rendement quotidien moyen de 3% du capital grâce à une stratégie de gains composés, tout en appliquant une gestion de risque extrêmement rigoureuse. Contexte : Je recherche un développeur MQL5 expert pour concevoir et livrer
3 Applications