Convert MT4 indicator to MT4 Expert Advisor

MQL4 Indicatori Esperti

Lavoro terminato

Tempo di esecuzione 6 giorni

Specifiche

I have developed an indicator -see [SP500]H1.JPG- in MT4 (base RSI + MA) which I would like to transform into an Expert Advisor.
I am not computer scientist and it would take me too much time, that's why I turn to you.

I would need these
A) VARIABLES:
- MAGIC NUMBER: number
- LOT SIZE: quantity lots
- MAX SLIPPAGE: pips
- MAX SPREAD: pips

MARTINGALE:
- USE MARTINGALE= true / false
- MAX MARTINGALE = number: how many times the martingale is applied
- MARTINGALE VALUE= quantity of lots

BREAK EVEN:
- USE BREAK EVEN= true/ false
- BREAK EVEN POINT= pips: fix from how many pips the BREAK EVEN starts and move the STOP LOS
- PIPS TO LOCK= pips: fixes the pips to apply further to the pips fixed by the BREAK EVEN POINT

TRAILING STOP:
- USE TRAILING STOP=true / false
- TRAILING STOP= pips
- WHEN TO TRAIL= pips: set how many pips the TRAILING STOP starts at


B) CONSTANT:
- REVERSE ON OPPPOSITE SIGNAL = true (closes the previously opened position and opens a new one in the opposite sign)
- TRADE DIRECTION = long & short


EXAMPLE [SP500]H1.JPG:

Arrows code 5: Label LIME / RED:

mark the entry and exit points of each trage (the indicator is MTF and Redisign The standard setting is H4 - JPG is H1)

At the same time the LABEL figure sets the STOP LOS.

The entry point of each trade is obviously not the same as the LABEL figure but has a few pips difference - SEE PIPS.JPG

SHORT: entry point 3838.15 with fixed LOS STOP at 3852.23 (as per RED LABEL)


As a further option (variable) we could add PIPS to the LOS STOP, for example in this case +500, then the LOS STOP would be 3852.23+5= 3857.23


If the trend should change in the opposite direction, in this case LONG, the open short position is automatically closed and a LONG position is opened with the same principles.


My questions are:

Can you do that? turn this indicator into EA with these variables and constants?

If yes: 

-what are the costs?

-what happens with copyrights in case you want to commercialize this EA?


Thanks!


File:

PNG
ySP500rH1.png
30.7 Kb
JPG
PIPS.jpg
14.7 Kb

Con risposta

1
Sviluppatore 1
Valutazioni
(57)
Progetti
72
22%
Arbitraggio
13
46% / 15%
In ritardo
5
7%
Gratuito
2
Sviluppatore 2
Valutazioni
(319)
Progetti
571
35%
Arbitraggio
83
31% / 45%
In ritardo
206
36%
Gratuito
3
Sviluppatore 3
Valutazioni
(361)
Progetti
644
26%
Arbitraggio
92
72% / 14%
In ritardo
12
2%
In elaborazione
Pubblicati: 1 codice
4
Sviluppatore 4
Valutazioni
(7)
Progetti
17
41%
Arbitraggio
3
0% / 100%
In ritardo
3
18%
Gratuito
5
Sviluppatore 5
Valutazioni
(52)
Progetti
58
59%
Arbitraggio
4
0% / 25%
In ritardo
1
2%
Gratuito
6
Sviluppatore 6
Valutazioni
(87)
Progetti
114
26%
Arbitraggio
7
29% / 57%
In ritardo
5
4%
Gratuito
7
Sviluppatore 7
Valutazioni
(574)
Progetti
945
47%
Arbitraggio
309
58% / 27%
In ritardo
125
13%
Gratuito
8
Sviluppatore 8
Valutazioni
(69)
Progetti
146
34%
Arbitraggio
13
8% / 62%
In ritardo
26
18%
Gratuito
Pubblicati: 6 codici
Ordini simili
Scalping EA/straddle 30 - 200 USD
Title: Custom EA: Dynamic Trailing Limit Grid with Volatility/Velocity Filter and Auto SL/TP Description: I am looking for an experienced MQL5 programmer to develop a high-performance, robust Expert Advisor (EA) for MetaTrader 5. The strategy relies on dynamic trailing limit orders that automatically adjust to market price changes, featuring a safety buffer during high-velocity price spikes. The EA must include the
Freelance Task — EA Recovery Layer Hello. I have a ready-made MQL5 EA. The signals, SL/TP and lot calculation should essentially not be touched. I need a recovery system added. I am not a programmer — below is how the robot should behave. What stays Entry only from an EA signal. Stop-loss is not a new signal. Trailing is already built into my EA — recovery does not implement its own trailing. If trailing is disabled
Watcher position 30 - 100 USD
//+------------------------------------------------------------------+ //| synthetic tick generator based on two assets | //+------------------------------------------------------------------+ class CSyntheticTickGenerator { private : string symbol_a; string symbol_b; string synth_name; double ratio; double last_price_a; double
# SNRZ BOT — SESSION PROGRESS LOG Last updated: 2026-09-16 (local late-evening session) ## SAN BOT (new — cloned from SNRZ) - `MQL5\Experts\AutomatedOrderBot_SAN.mq5` / `.ex5` — v1.0, compiled 0 errors/0 warnings - Signal source: custom indicator "SAN" (InpSANName, buy buf 0 / sell buf 1, target bar 1), same SNRZ-style read, MA fallback if missing - Magic number 234567 (separate from SNRZ 123456 so both bots can run
Multi-Asset EA (XAUUSD / FRA40) with Time Filters, High-Impact News Avoidance, Advanced Risk/Lot Sizing, and H1 Breakout Strategy 1. RISK SETTINGS * Max Daily Loss Limit: (bool) Toggle true/false. If true, input double for max loss in currency (e.g., $500). If hit, close all positions and stop trading until next day. * Lot Sizing Mode: Dropdown menu: 1. Fixed Lots (e.g. 0.10); 2. Percentage Risk (%) based on Account
Subject: Looking for an Experienced MQL Developer for Long-Term Collaboration (Mechanical Strategy) Hello everyone, I am reposting my request from last year. Due to work commitments, I couldn't dedicate time to this project back then, but now I am fully ready to move forward. I am looking for a highly experienced, verified MQL4/MQL5 programmer to automate my trading strategy. About the project: Rule-based &
Should be as it but no alarms, also we need to add a deep search so he can see all the preves candles and a memory function so its not slowing down the indicator. for higher time frames daily 4h 1h around 365 days and for lower time frames we do up to 20k bars but both flexible so i can change it later. the memory is important so the indicator is not always recalculating everything when a new candle shows especially
Creating a bot using the Parabolic indicator with a simple interface.. I want a bot that uses the Parabolic SAR indicator only, with these orders attached to it. Boot name : HEMIN .FX Magic number : 000000 …………………………………………………. Trade behavior : regular OR inverse OR only long "buy" OR only short "sell" Timeframe : ………… Period: ……… ………………………………………………….. Lot size : ……………… Break even in points : …
I am looking for an experienced MQL5 EA developer to develop an MT5 EA by the observable trading behaviour from a supplied live XAUUSD trade history . The EA appears to use a simple grid/recovery/hedging strategy with alternating BUY/SELL positions and progressive lot sizes. I need the developer to Develop the EA for MT5 / XAUUSD . Reproduce the observed entry, grid/add-on, recovery/hedging, lot progression and
Project: Fix & Schedule My Dual Fibo Standard Fibonacci Bot I have an existing MQ4 expert advisor called "Dual Fibo Standard Fibonacci". It needs to process 1,000 clients. Right now it runs blindly with no schedule and takes way too long. I need you to optimize it so it runs like a professional business with a 50-100 batch printed stamp copy progress log. Please reply with your numbers for this simple layout: * Phase

Informazioni sul progetto

Budget
100+ USD