Skeleton NEURAL NETWORK EA

MQL4 Esperti

Lavoro terminato

Tempo di esecuzione 3 giorni
Feedback del cliente
Absolutely everything about Umal's work and personal attention is perfect. I highly recommend him.
Feedback del dipendente
thank you and will not regret it, cooperating with him :)

Specifiche

Hello dear friends,
‌‌Please read carefully. If you arre not fully capable to do this job, please don't bid for it.
I‌ need:
1. A coder that can perfectly understand English. I will describe my project in English and you must be perfectly capable to understand it.
2‌. A coder that is expert in neural networks and in opening/closing trades at NEW BAR/NEW CANDLE.
3‌. A coder that will this project as OPEN SOURCE. It means you will give me the EA and all the code (I'm not a coder, don't worry.
R‌ead, understand, and be sure that you will be perfectly able to do the following EA. Note: I only have $60 at this moment. If you want more money please bid anyway stating your budget. IF YOUR BUDGET IS LARGER THAN $60 THE PROJECT MAY START SEVERAL WEEKS OR 2 MONTHS IN STARTING. I ONLY HAVE $60.
T‌he EA will have these parameters:
1‌. FIX lot
2‌. Magic number.
3‌. Rule 1 - must have a selector for ENABLED/DISABLED
4‌. Rule 2 - same selector
5‌. Rule 3 - same selector, and there will be 14 rules in total, all with a selector for ENABLED/DISABLED.
I‌f one rule is enabled, a trade will be opened when that rule is fulfilled, at NEW BAR. If more than one rule is fulfilled, only 1 trade will be open at NEW BAR. But to open the trade, the rule must be enabled in parameters.
6‌. I will only give you the logic of 1 rule. You will leave the other parameters ready for use (we will add more rules in subsecuent jobs, but the parameter to enable them must be added now).

R‌ule 1 will be given only by private message. Please send me a message before biding for this job. The rule will consist in price movement and NEW BAR open.
7‌. There will be one rule to close the trade in profit or loss.

T‌hat is all. The EA will be very simple, one rule to open, one rule to close in profit, one rule to close in loss.
T‌hank you. Please read carefully before bidding and send me your message for rule description! Remember it's open source, you must give me the code of the EA. It must be a neural network EA that will identify the rule I gave you, and later more rules will be added. 

Con risposta

1
Sviluppatore 1
Valutazioni
(499)
Progetti
744
56%
Arbitraggio
48
31% / 31%
In ritardo
120
16%
Gratuito
Pubblicati: 1 codice
2
Sviluppatore 2
Valutazioni
(11)
Progetti
10
0%
Arbitraggio
7
0% / 43%
In ritardo
1
10%
Gratuito
3
Sviluppatore 3
Valutazioni
(80)
Progetti
117
67%
Arbitraggio
16
25% / 13%
In ritardo
12
10%
Gratuito
Pubblicati: 2 codici
4
Sviluppatore 4
Valutazioni
(53)
Progetti
79
18%
Arbitraggio
13
15% / 54%
In ritardo
5
6%
Gratuito
Ordini simili
I want a gold order management ea that should be like the below... Pending orders When I open one manual order, ea should be able to set 3 pending orders at x amount of pips below (if buy order) or above (if sell order) manual order entry. So like this Pending order 1 true or false Pending order pips away: 20. Pending order lot size:0.3 Pending order 2 true or false Pending order pips away: 40 Pending order lot
EA SPECIFICATION SHEET OBJECTIVE: Build a transparent, non-martingale, non-grid breakout EA for XAUUSD that trades only high‑quality breakouts during London + New York sessions. 1. TRADING INSTRUMENT - XAUUSD only - MT4 platform - 5‑digit ECN broker 2. CORE STRATEGY LOGIC (BREAKOUT + CONFIRMATION) A trade is allowed ONLY when ALL conditions are true: - Candle closes beyond previous high/low (no wick breakouts) -
I am looking to develop a custom Expert Advisor (EA) for MetaTrader (MT4/MT5) based on a defined technical analysis strategy and flexible risk management rules. The EA should operate on a chart and timeframe that I manually specify, with the ability to adapt its behavior dynamically when the timeframe is changed. Core Strategy Logic The EA will execute trades based on predefined technical analysis zones
MT5 Manager API 30+ USD
make an api for mt5 and a trade copier eith the api thst uses local computer no cloud trader api ea mt5 that saves all trade data nd logs time and entry and exit tp sl logs delted pending order api that uses market execution not pending orfer
Hello, we have an existing EA, and are building a new one. We want our EA to connect via API to an AI provider like Chat GPT, Claude, or perplexity. Can you connect a meta trader EA to an AI agent? if you can then i would like to speak. The system is quite simple, for example the EA would ask perplexity where the support is on EURUSD then place a trade, thank you, Rob
Hi, Im looking to purchase or build an EA that can open many trades or big lot size to churn out IB commission, it doesnt have to be super profitable but will need to have the number of trades on going in order to earn IB commission. Source code is required upon purchase. If you have any EA or strategy that are gearing towards this, let me know and i would be glad to purchase it. Please share the demo trial for me to
I currently have unfinished work. It’s a project to connect MetaTrader with the BingX platform. At the moment, I have implemented a service that retrieves a custom symbol in BingX, and it works well. However, some specifications still need to be adjusted regarding how the data is received. Otherwise, prices and other values are accurate. The only issue is that for the strategy tester, it is always necessary to
Modify an existing EA 30 - 50 USD
This is to modify my Semi Auto EA -Looking for developer modify my existing EA to Pending Order EA (BS/BL/SL/SS). Relevent with Heiken Ashi Smooth ,Moving Average , Acceleration. Concept MAster and Slave. Ready to give previous soucre code as guide. Work to do - 1)To modify this EA to Pending Order. 2) to add new feature - Risk Management/moneymanagement 3) To modify 4 slave to 7 slave will give the previous to
BTC 5 Minutes scalping 50 - 100 USD
import { useState, useEffect, useRef } from "react"; const INIT_LOT = 0.01; const TP_MOVE = 200; const SL_MOVE = 120; const START_BALANCE = 1000; const MAX_LOT = 5.12; const TICK_MS = 1200; function ema(arr, n) { if (arr.length < n) return null; const k = 2 / (n + 1); let e = arr.slice(0, n).reduce((s, v) => s + v, 0) / n; for (let i = n; i < arr.length; i++) e = arr[i] * k + e * (1 - k); return e; } function
🚀 ADAPTIVE GRID HEDGE EA (FULL VERSION) 🧠 📌 GENERAL CONCEPT This Expert Advisor (EA) uses a strategy combining: Grid trading (order grid) Hedge (protection with opposite positions) Lot scaling (progressive) Loss compensation with profits Continuous operation (non-stop) Focus on: Small recurring profits High trade volume (rebate/IB) The system does not depend on direction, but rather on market oscillation . Main

Informazioni sul progetto

Budget
20 - 60 USD