// Expert Advisor for XAUUSD (Gold) - Multi-strategy MT5 Bot input double LotSize = 0.1; input double RiskPercent = 2.0; input int FastEMA = 12; input int SlowEMA = 26; input int RSI_Period = 14; input double RSI_Overbought = 70; input double RSI_Oversold = 30; input int MACD_Fast = 12; input int MACD_Slow = 26; input int MACD_Signal = 9; input int BB_Period = 20; input double BB_Deviation = 2.0; input int ATR_Period
//+------------------------------------------------------------------+ //| Script program start function | //+------------------------------------------------------------------+ void OnTick() { // Define variables double high = iHigh(_Symbol, PERIOD_CURRENT, 1); double low = iLow(_Symbol, PERIOD_CURRENT, 1); double retracement = (high - low) * 0.3; double currentPrice = SymbolInfoDouble(_Symbol
This code fetches the current XAU/USD and BTC/USD data, calculates the 50 1. The code fetches the current XAU/USD data using the `yfinance` library. 2. It calculates the 50% and 61.8% Fibonacci retracement levels based on the high and low prices. 3. It gets the current price and compares it to the Fibonacci levels. 4. If the current price is above the 50% level, it generates a "Buy" signal. If it's below the 61.8%
I would like to have a fully automated trading strategy developed in EasyLanguage for TradeStation. The core logic is based on the Hull Suite indicator from TradingView — enter long when price crosses above the Hull Moving Average and exit when it crosses below, with optional ATR-based stop loss and take profit. I’d like it coded for both backtesting and live automated execution, including position sizing and basic
We are developing a next-generation Expert Advisor for MetaTrader 5 that integrates with a Python-based AI backend . This EA will act as the execution engine, communicating with the AI via API requests to receive trading bias, entry logic, and risk parameters in real time. This is not a basic robot — it’s a professional build intended for mass distribution under a subscription model. Only apply if you have experience
Good morning. I am looking for an EA that opens trades posted on Telegram Channel to MT5 platform. When i send a signal to Telegram like “Buy EURUSD @1.1100, TP @1.1200, SL @1.1000”. I want the trade to be copied directly on MT5. Lets discuss
🧠 Request to Develop and Improve Trading Bot to a Smart Professional System with Enhanced Dashboard News Hello, I have a highly advanced trading bot that works very well and generates good profits. The bot currently includes: Indicators: RSI, Moving Average, Price Action. Multi-timeframe analysis for trade entries. Risk management: Trailing Stop, Daily Loss, Daily Profit. Martingale / Enhancement System, Take
fait un robot de trading basée sur une stratégie de cassure de range (breakout) fondée sur l’analyse des mouvements de prix consécutifs à la session asiatique . Son objectif est d’ exploiter la volatilité générée à l’ouverture de la session européenne , lorsque le marché sort de la phase de consolidation formée durant la nuit. Concrètement, la stratégie identifie le plus haut (High) et le plus bas (Low) atteints
Robô “Caçador de Tendência” (MT5) 🔹 1. Lógica principal O robô deve: Operar com base em um preço de referência definido pelo usuário. A partir desse preço, crie uma grade horizontal (grade) com distância fixa definida pelo usuário entre níveis (por exemplo: 1.000 pontos). Em cada nível acima do preço de referência, deve haver uma ordem de compra definida. Em cada nível abaixo do preço de referência, deve haver uma
Hi, I’m looking for someone to help me with my Sierra Chart project development. If you’re confident in working with Sierra Chart and ready to take on the project, please send me a message. Once we connect, I’ll share all the details so we can get things rolling right away