ETERNA PRO AI

Python Uzmanlar Forex Python

Şartname

🧠 Developer Wanted: Build ETERNA PRO AI – Advanced Cloud-Linked AI Trading System (MT5/MT4 + Python Integration)

Project Type: ETRNA PRO AI Trading System
Platforms: MetaTrader 5 & 4 (MQL5/MQL4) + Python (TensorFlow / LightGBM)
Budget: $50 - $150
Timeline: 21days


🔹 PROJECT OVERVIEW

We are building ETERNA PRO AI, a next-generation, self-learning Artificial Intelligence trading system, not a typical EA. It must operate independently using pure AI logic — no indicators, no human input, and full cloud persistence. This system is meant for automated, high-frequency, low-risk trading on small and large accounts (as small as $10), with adaptive SL/TP, risk scaling, and aggressive compounding.



🔧 CORE DEVELOPMENT REQUIREMENTS

We are looking for a highly skilled AI + MQL developer (or team) who can:

✅ Build a cloud-linked AI trading system for MT5 and MT4
✅ Integrate Python-based AI engine (e.g., TensorFlow / LightGBM / DRL) with MQL
✅ Code a fully automated EA with no indicators, using raw price action, microstructure, and order flow analysis
✅ Implement 50–100+ trades/day logic with adaptive SL/TP based on:

Device (mobile vs. desktop)

Market timing

Volatility
✅ Create a cloud-persistent brain that keeps running logic even if user disconnects
✅ Design a secure license locking system (1-key per account, hardware + account ID validation)
✅ Implement AI Recovery Mode, trailing profit lock, and self-correcting SL/TP management
✅ Auto-update the logic monthly (cloud-synced updates)


KEY TECH FEATURES TO IMPLEMENT

AI Core Engine:

Deep Reinforcement Learning (DRL)

LightGBM models

AI decision logic with historical learning and forward adaptation


Trading Engine:

No indicators used

Price action, time-of-day, market session logic

50–100+ trades/day

Smart direction switching (Buy → Sell flip logic)

Auto Lot Sizing & Dynamic Risk Scaling

Internal equity monitor, margin control, drawdown recovery


Cloud Infrastructure:

Remote logic execution (cloud persistent)

Licensing & auto-update validation system

No VPS needed, but logic must still function if user disconnects


Security & Licensing:

License key must be encrypted, locked per user/account

Offline bypass not allowed (anti-piracy protection)

 IDEAL DEVELOPER PROFILE

We are looking for someone with:

🔹 Proven experience with MQL4/MQL5 EA development
🔹 Strong knowledge of AI integration in trading systems
🔹 Experience with cloud APIs / Python-MQL bridging
🔹 Understanding of risk management, HFT, trade scaling, and price action logic
🔹 Ability to build secure licensing systems


 TO APPLY

Please include the following:

Portfolio of past EA or AI-based systems you’ve built (MQL + AI/Python examples)

Details on how you'd implement AI logic in MT5/MT4

Your proposed tools, libraries, and cloud setup

Timeline and pricing estimate


📌 Notes

This is not a typical EA. We want a next-gen, institution-style, self-learning AI that can compete with top-tier market systems. Your expertise and creativity will shape the future of automated AI trading.

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(45)
Projeler
63
52%
Arabuluculuk
5
0% / 40%
Süresi dolmuş
1
2%
Serbest
2
Geliştirici 2
Derecelendirme
(1)
Projeler
1
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
3
Geliştirici 3
Derecelendirme
Projeler
0
0%
Arabuluculuk
1
0% / 0%
Süresi dolmuş
0
Serbest
Yayınlandı: 7 makale
4
Geliştirici 4
Derecelendirme
(298)
Projeler
478
40%
Arabuluculuk
105
40% / 24%
Süresi dolmuş
82
17%
Yüklendi
Yayınlandı: 2 kod
Benzer siparişler
We are looking for an expert algorithmic trading developer to build a high-performance, fully automated Custom Expert Advisor (EA) or trading bot. The bot must integrate advanced Smart Money Concepts (SMC) , Inner Circle Trader (ICT) methodologies, and Volume Spread Analysis (VSA) with a high-frequency trading (HFT) style execution and scaling model. The core objective is to program a bot that identifies
I am looking to see if you can convert my pinescript into a NinjaTrader bot so I can get automated trading instead of manually doing it in TradingView i would like to get it to just do the trades for me based on my script. let me know who can do this perfectly
Develop an Expert Advisor for MetaTrader 5 that manages existing positions. Features Automatically detect all open positions. Apply Break-Even after price reaches a configurable profit. Partial Close: Close X% of volume at the first target. Move Stop Loss to Break-Even. ATR Trailing Stop (optional). Magic Number filter. Comment filter. Symbol filter. Trading session filter. Retry mechanism for trade operations
Requirements Specification Here is an example of Requirements Specification for the development of the MACD Sample Expert Advisor, which is available in the MetaTrader 5 standard package. 1. The idea of the trading system is as follows : market entries are performed when MACD's main and signal lines intersect in the current trend direction . 2. Trend is determined based on the Exponential Moving Average with
JazzDaBot 30+ USD
""" Wick Reversal Strategy — core logic ===================================== Rules (as specified): - Timeframe: 15-minute candles - Entry: candle wick >= WICK_MULTIPLIER x body -> signal candle - long lower wick -> enter LONG at next candle's open - long upper wick -> enter SHORT at next candle's open - Exit: an opposite-direction wick candle forms while in a position - Stop-loss: just beyond the signal candle's
Hello, I want a simple bot for NinjaTrader8. I need a bot that operates automatically on Nasdaq (NQ/MNQ). Requirements: open buys and sells following a simple trend strategy, configurable stop loss and take profit, risk per trade of 1 to 2% of capital, if it loses 3% in a day, stop trading until the next day. Compatible with backtesting, delivery of the source code and the working bot in NinjaTrader 8. My initial
a { text-decoration: none; color: #464feb; } tr th, tr td { border: 1px solid #e6e6e6; } tr th { background-color: #f5f5f5; } Project Overview I am looking for an experienced algorithmic trading developer to build a professional Expert Advisor (EA) for MetaTrader 5 and/or cTrader. The objective is to create a robust automated trading system focused exclusively on XAUUSD (Gold) . This project is intended for serious
I'm looking for a skilled Python developer to help expand and improve an existing Python game. The project is already functional, and I need someone who can add new features, improve gameplay mechanics, optimize performance, and maintain clean, well-structured code. Experience with game development in Python is preferred
{ "strategy_name": "M5 EMA Scalper", "timeframe": "M5", "indicators": { "ema_fast": 20, "ema_slow": 50, "rsi": 14, "atr": 14 }, "entry_rules": { "buy": [ "EMA20 > EMA50", "Price closes above EMA20", "RSI > 55" ], "sell": [ "EMA20 < EMA50", "Price closes below EMA20", "RSI < 45" ] }, "risk_management": { "risk_per_trade": 1.0, "stop_loss_atr": 1.5, "take_profit_rr": 2.0
Hola, traders e inversores: Desarrollamos soluciones de trading algorítmico para MetaTrader 4 y MetaTrader 5. Creamos bots, indicadores y herramientas a medida que convierten estrategias manuales en sistemas automáticos, configurables y orientados a una gestión de riesgo sólida. Hemos trabajado en automatizaciones que integran entradas y salidas por reglas, cálculo de lotaje, control de drawdown, filtros de horario y

Proje bilgisi

Bütçe
50 - 150 USD
Son teslim tarihi
from 7 to 21 gün