Horizonal Line Script

MQL4 Indikatoren Skripte

Auftrag beendet

Ausführungszeit 15 Tage

Spezifikation

I wish to commission the following (probably a script):

1. It will parse data from a .txt file saved in a user-defined location  (initial version will be ok to read from MT4's 'File' folder).

2. The text file is in the following comma-separated format: symbol,price,type,linestyle

For example:

EURUSD,1.234,1,1
EURUSD,1.254,1,2
EURUSD,1.323,2,2
EURUSD,1.123,2,3
EURUSD,1.243,2,1
GBPJPY,123.234,1,2
GBPJPY,122.244,2,2

Where:

- The first column is the symbol. 
- The second column is a price. 
- The third column will is a nominal variable being either 1 or 2. This is used to determine the colour of the line.
- The fourth column is a nominal variable being either 1,2 or 3. This is used to determine the style of the line.

3. The script/indicator, when attached to a chart, will read only data that is relevant to the chart symbol. So, if attached to the EURUSD chart, it will use only data whose first column is 'EURUSD'.

4. It will draw a horizontal line at each price level appearing in the second column. Therefore, if using the data above, it would draw 5 horizontal lines at 1.234, 1.254, 1.323, 1.123 and 1.243.

5. The colour of the lines would be determined by the data in the third column (type). Colours should be customisable by the user, but for example could mean that the lines 1.234 and 1.254 are blue (if 1=blue), and 1.323, 1.123 and 1.243 are red (if 2=red).

6. The style of the lines would be determined by the data in the fourth column. Again this should be customisable, but for example the following could be produced:

1.234, Blue (1), Solid line (1)
1.254, Blue (1), Dash line (2)
1.323, Red (2), Dash line (2)
1.123, Red (2), Dotted line (3)
1.243, Red (2), Solid line (1)

if 1=Solid line style, 2=Dashed line style and 3=Dotted line style.

7. When loaded onto a chart all existing horizontal lines on the chart should be removed.

8. The user should be able to set to true/false whether each line colour and/ or type is or is not shown. For example, they should be able to tell the script/indicator to draw only Blue (1) Dash lines (2), or set to 'false' lines of type 3 (i.e no dotted lines would be drawn).

9. Finally, it should be possible for the user to set an alarm alert when price moves within x pips of the horizontal line. Ideally, this alert should be any or all of: (1) audible, (2) visual and/or (3) a push alert via MT4.

Please ask any questions.

Bewerbungen

1
Entwickler 1
Bewertung
(1931)
Projekte
3552
88%
Schlichtung
73
40% / 15%
Frist nicht eingehalten
268
8%
Frei
2
Entwickler 2
Bewertung
(647)
Projekte
1295
67%
Schlichtung
84
26% / 49%
Frist nicht eingehalten
338
26%
Frei
3
Entwickler 3
Bewertung
(54)
Projekte
164
43%
Schlichtung
43
47% / 16%
Frist nicht eingehalten
58
35%
Frei
Veröffentlicht: 1 Beispiel
4
Entwickler 4
Bewertung
(14)
Projekte
22
27%
Schlichtung
24
13% / 79%
Frist nicht eingehalten
6
27%
Frei
5
Entwickler 5
Bewertung
(453)
Projekte
566
26%
Schlichtung
24
42% / 38%
Frist nicht eingehalten
85
15%
Frei
Veröffentlicht: 6 Beispiele
6
Entwickler 6
Bewertung
(34)
Projekte
80
34%
Schlichtung
13
31% / 54%
Frist nicht eingehalten
19
24%
Frei
Ähnliche Aufträge
Mamba EA Scalper 30 - 40 USD
Hi, i need a aggressive mobile trading bot which supports both IOS and Android versions, the bot will use stochastic oscillator indicator %K period:15 , while % D period:9 and slowing :9 ,price field should be Low/High while it's method should be simple , Levels: 20,80 and time frames: all . The styles should have a main line which should be green and signal line which should be red . The bot should be able to trade
a one min scalper which will scalp on a one minute timeframe and can trade a low account to a big one and is more effective in mt4 and mt5 for a very short period of time yeah
Mt5 ea 30+ USD
I have a fast execution ea that need a little touch, it trade on gold and my problem is about the risk ratio the tp is 3pip and stop loss 20 but i cannot get it right to make the average win larger and average loss lower. I would like to know if i can get help to get it right without touching the tragedy and the trade frequency. Those two pictures I attached is the example of what my bot actually do like i explained
hello could you make me same indicator for ninja ? https://www.youtube.com/watch?v=pxs2MuqvH3w if yes for how much and timeline ? thks in advance and please reply me as soon as possible you get my notification
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
[8/4/2026 4:54 AM] DR.HassaN: AI Gold Analysis Web Platform Requirements Hello, I would like to build a professional AI-powered web platform dedicated exclusively to Gold (XAU/USD) analysis . This is NOT a trading platform or broker . It is an intelligent analysis platform that provides high-quality trading signals and detailed market analysis. The platform should have a modern, premium design with my own branding
Ema100+Fibo 30+ USD
I need a robot that sends me a notification when the price aligns with the EMA and my Fibonacci levels—using specific Fibonacci settings—and then either opens a trade based on the Fibonacci SL and TP or simply sends me a notification. And I want the robot to run in both the Strategy Tester and on a demo account, so I can test it beforehand
I need a custom technical indicator that generates an equidistant channel with two specific structural features: 1. Vertical Multi-Intervals: The ability to plot more than 5 parallel, able to allow me to put intervals 2. Horizontal Angle Input: The ability to manually input geometric angle to strictly define the horizontal slope of the channel or allow me to pick two points manually. i am looking for something like
//+------------------------------------------------------------------+ //| DX_Structure_H1.mq5 | //| Copyright 2026, Seu Nome | //| https://www.mql5.com | //+------------------------------------------------------------------+ #property copyright "Copyright 2026" #property link " https://www.mql5.com " #property version "1.00" #property strict // Parâmetros de Entrada input string InpSymbol = "DX.F"; // Nome do Ativo
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

Projektdetails

Budget
30 USD
Ausführungsfristen
von 3 bis 5 Tag(e)