Converting an indicator to Python 3.6 codes/functions

MQL5 Indicatori In conversione Python

Lavoro terminato

Tempo di esecuzione 3 giorni
Feedback del cliente
Awesome A++
Feedback del dipendente
Interesting job, hope to make more for you!

Specifiche

Converting an indicator to Python 3.6 codes/functions 

Hello everyone, a few days ago I discovered an indicator which I am interested in. I have been working with Python for a while now. With  no MQL4/MQL5 knowledge,  I would like someone to help me convert the indicator into working Python codes/functions. Cheers. 

You need to be:

  1. Able to communicate with me at all time
  2. Have advanced programming skills 
  3. Have a great technology and programing knowledge and research
  4. Provide clean tested codes, no bugs , and worked like the MQL4 indicator. 
  5. Provide Setup Support

Con risposta

1
Sviluppatore 1
Valutazioni
(1927)
Progetti
3545
88%
Arbitraggio
73
40% / 15%
In ritardo
268
8%
Gratuito
Ordini simili
Need professional MQL5 EA for MT5 with this exact logic: Core Signals (5min TF): STRONG Bullish Candle { Close must be ≥75% from Low }: (close-low)/(high-low) >= 0.75 AND close > EMA STRONG Bearish Candle { Close must be ≥75% from High } : (close-low)/(high-low) <= 0.25 AND close < EMA Entry: Open on candle CLOSE only SL: Signal candle low (buy) / high (sell) - check on candle close basis TP: 1:1 RR from entry to SL
So the things we need in algorithm of mql5 language EA in mt5 1. Depending on timeframe it can recognise the previous swing high and low 2. Timeframe is 5m,15m,1h,4h 3. It can recognise the basic Market bias that is market is bullish or bearish we can identify using (ema,rsi,basic smc bias,ict bias structure mapping) or use anything to find bias structure 4. EA should have option to change timeframe and change risk
require the development of a high-speed, fully automated trading Expert Advisor (EA) for MetaTrader 5 , optimized for live trading on both Deriv and Exness . The EA must be designed for fast execution, low latency, and reliability on real-money accounts , with full compatibility across broker-specific contract specifications, tick sizes, tick values, pricing formats, and volume rules. It should automatically detect
# Copyright 2025, MetaQuotes Ltd. # https://www.mql5.com import importlib . util mt5_spec = importlib . util . find_spec ( "MetaTrader5" ) if mt5_spec is None : mt5 = None else : import MetaTrader5 as mt5 # pyright: ignore[reportMissingImports] def main (): if mt5 is None : print ( "MetaTrader5 module not available" ) return print ( 'Python executable:' , __import__ ( 'sys' ).executable) ok = mt5
Scope of Work Develop 15 individual Expert Advisors (MT4 and/or MT5) Each EA will have: Unique trade logic and execution rules Configurable inputs (risk %, lot size, TP/SL, filters, sessions, etc.) Clean, modular, well-commented code Error-free compilation Backtest-ready functionality Core Features (Across EAs) Market & pending order execution Risk-based position sizing Time/session filters Trade limits (per day /
MetaTrader 5 (MQL5) için Expert Advisor geliştirecek TÜRK MQL5 yazılımcı arıyorum. 📌 Gereksinimler: - MQL5 diline hâkim (MT5 native) - Daha önce çalışır EA / indikatör teslim etmiş - Temiz, modüler ve yorumlu kod yazabilen - Debug ve backtest sürecine destek verebilen - Kaynak kodu (.mq5) teslim edebilen 📌 EA Özeti: - Kendi stratejime uygun işlem alacak - Xauusd ve SPX500 işlem alacak. - Günlük bias kontrolü
//+------------------------------------------------------------------+ //| ScalperEA.mq5 | //+------------------------------------------------------------------+ #property copyright "Template" #property version "1.00" #property strict input int FastEMA = 8; input int SlowEMA = 21; input int AtrPeriod = 14; input double StopAtrMult = 1.2; input double TpAtrMult = 1.0; input double RiskPercent = 0.5; // percent account
Pablo killer 50 - 100 USD
//+------------------------------------------------------------------+ //| ScalperEA.mq5 | //+------------------------------------------------------------------+ #property copyright "Template" #property version "1.00" #property strict input int FastEMA = 8; input int SlowEMA = 21; input int AtrPeriod = 14; input double StopAtrMult = 1.2; input double TpAtrMult = 1.0; input double
I'm seeking a NinjaTrader indicator and scanner to identify stock patterns for swing trading. I need this tool to help pinpoint swing highs and lows and key levels, covering various timeframes. Scope of work - Develop NinjaTrader indicator for last swing high and low - Implement key level marking for supply and demand zones - Create a market analyser scanner for reversal, structure shifts, and breakout patterns -
I'm seeking a NinjaTrader indicator and scanner to identify stock patterns for swing trading. I need this tool to help pinpoint swing highs and lows and key levels, covering various timeframes. Scope of work - Develop NinjaTrader indicator for last swing high and low - Implement key level marking for supply and demand zones - Create a market analyser scanner for reversal, structure shifts, and breakout patterns -

Informazioni sul progetto

Budget
30 - 50 USD