Bonjour, Je cherche quelqu'un pour transformer un indicateur MT4 windows (Brain trend signal) en MT4 EA MQL5 sous environnement macOS.
- Il doit être applicable sur plusieurs comptes, en fiat, en crypto, en indices et en stocks, sur une vingtaine de symboles simultanément, quelle que soit l'unité de temps;
- En plus d'un préréglage défini par défaut, il doit être possible de changer la taille des lots (en montant, en pips ou en %) à la demande et individuellement, tout comme les take-profit et stop-loss;
- L'affichage doit se faire comme l'indicateur (par flèche selon la direction) et personnalisable
- Les positions ouvertes doivent se fermer et se réouvrir dans la nouvelle direction automatiquement.
Cordialement.
____________
Hello, I am looking for someone to transform an indicator MT4 windows (Brain trend signal) into MT4 EA MQL5 under the macos environment.
- It must be applicable on several accounts, in fiat, in crypto, in indices and in stocks, on twenty symbols simultaneously, whatever the unit of time;
- In addition to a default preset, it must be possible to change the batch size (in amount, in pips or in %) on demand and individually, as well as the take-profit and stop-loss;
- The display must be as the indicator (by arrow depending on the direction) and customizable
- Open positions must close and re-open in the new direction automatically.
Cordially
비슷한 주문
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;
Objectif : validation du comportement , zéro stress 🧮 Gestion du risque MaxRiskPerDay = 2.0 % MaxTradesPerDay = 4 RiskPerTrade = 0.50 % MaxDailyLossHardStop = 2.0 % 📈 Trading Timeframe = M15 Symbols = EURUSD,GBPUSD AllowBuy = true AllowSell = true OneTradePerSymbol = true 📊 Indicateurs MACD_Fast = 12 MACD_Slow = 26 MACD_Signal = 9 Stoch_K = 14 Stoch_D = 3 Stoch_Slowing = 3 🛡️ Stops ATR_Period = 14
Compétences requises MQL5, MetaTrader 5, WebRequest, HTTP POST, JSON, API / Webhook, intégration serveur externe Bonjour, Je cherche un développeur spécialiste MT5 / MQL5 pour créer un petit Expert Advisor (EA) qui sert uniquement de pont (bridge) entre mon compte de trading et mon terminal d’analyse externe (Nova ICT). Objectif : À chaque ouverture / fermeture / modification de trade, l’EA doit envoyer les
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
Bonjour, Je recherche un développeur pour introduire dans meta editor une formule Code MQL5 : Trailing Stop par Paliers que j'ai déjà. Ensuite je voudrais utiliser cette formule aussi bien sur mon ordinateur que sur mon téléphone avec méta trader 5. Vous pouvez me contacter par mail : raymondvergnes81@gmail.com Merci d'avance