Horizonal Line Script

MQL4 Indicadores Sripts

Trabajo finalizado

Plazo de ejecución 15 días

Tarea técnica

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.

Han respondido

1
Desarrollador 1
Evaluación
(1853)
Proyectos
3455
88%
Arbitraje
73
40% / 15%
Caducado
265
8%
Libre
2
Desarrollador 2
Evaluación
(647)
Proyectos
1295
67%
Arbitraje
84
26% / 49%
Caducado
338
26%
Libre
3
Desarrollador 3
Evaluación
(54)
Proyectos
164
43%
Arbitraje
43
47% / 16%
Caducado
58
35%
Libre
4
Desarrollador 4
Evaluación
(14)
Proyectos
22
27%
Arbitraje
24
13% / 79%
Caducado
6
27%
Libre
5
Desarrollador 5
Evaluación
(439)
Proyectos
545
25%
Arbitraje
21
38% / 38%
Caducado
83
15%
Libre
6
Desarrollador 6
Evaluación
(34)
Proyectos
80
34%
Arbitraje
13
31% / 54%
Caducado
19
24%
Libre
Solicitudes similares
Greetings, As the title suggests, I am trying to convert an indicator that calls itself via an iCustom call like this. iMAArray_Buffer[loop_1] = iCustom ( NULL , Selected_TF, MQLInfoString ( MQL_PROGRAM_NAME ), "calculate" , RPeriod, MType, MPeriod, 1 , shift); Full code will not be provided, only the position that needs fixing. I cannot get this working in MQL5 but the original code runs smoothly in MQL4. Please
I need a chart to replicate/track my equity + Balance Curve into my mt4. Also this chart i need to be able to add Stochastic / Bollingerband / Moving average on the equity/balance curve. Besides the equity curve i would like the indicator to show the Line-chart of my win + 1 and my loss -1 which results in a win-loss curve. ( i will discuss this with the choosen developer in depth. ) More information on what i want
Greetings great developer, I am in search of a highly skilled developer to assist with an exciting project. I need to convert two open-source TradingView indicators to NinjaTrader 8 and implement a usage restriction based on computer IDs. If you have experience with NinjaTrader 8 coding please let me know. I’d be happy to discuss the details further
Hello, This is pretty simple and its an indicator with On/Off button 1-Off will remove all indicator from the chart. 2-On will put them all back again with the same settings
Trading bot 300+ USD
We need bot that trades when medium and low impact news hits It will release pending order both directions few min prior to news impact And will have certain risk management strategy attached Example If Monday and Tuesday news successful clears profits It will reduce risk for next news events until new week starts each week message on tg: Dstatewealthtrading NOTE: 4 YAERS OF EXPERIENCE UPWORD, YOU MUST BE A
I need someone the create a supertrend indicator based on Heikin Ashi candles instead of normal candles. Needs to be exactly the same as the supertrend (original one) + ha from tradingview. In m1,m5,m15 the indicator must have the same values ​​found with the tradingview. Work that meets this requirement will be accepted ( depending on the broker and spread, however, a few pips of difference will be accepted)
Here is a detailed instruction for the coder to implement the vertical lines based on the BrainTrainSignalAlert indicator: --- **Task: Implement Vertical Lines for Alerts from BrainTrainSignalAlert Indicator** **Objective:** Create a system that adds vertical lines on specified timeframes (M5 or M30) whenever an alert is generated by the BrainTrainSignalAlert indicator on the H1, H4, and D1 timeframes. The lines
Hello Guys! I want to modify/fix the indicator that uses sequential type of entries (it calculates from 1 to 9) and if the conditions are met it provides an arrow (signal) with alert. The problem is that, sometimes (for unknown for me reasons) it repaints arrow signal. Like on the picture: Signal 1 - correct signal Signal 2 - correct signal Signal 3 - correct signal Signal 4 - repaints (signal 3 arrow dissapeared
Hi, I have a Live Data feature for my trading accounts that lets me check details like total open positions, number of lots, profits, etc. I need someone to add the number of pending orders to this live data. This is important for me to ensure that all accounts have the same number of pending orders, since I use a copy trading system. Also, there is a website where I check all the data. In this case, you would need
I came across an indicator that's perfectly good in catching spikes in boom amd crash but i would want it to be modified and to improve accuracy As a professional you will have to go through the indicator and explain to me the strategy with which the indicator was buid and tell me the possibility of improving it better

Información sobre el proyecto

Presupuesto
30 USD
Para el ejecutor
27 - 27 USD
Plazo límite de ejecución
de 3 a 5 día(s)