Pivot XR Delta system

MQL4 Indicadores

Trabajo finalizado

Plazo de ejecución 5 días
Comentario del Ejecutor
I hope to work with him again.

Tarea técnica





I need an indicator system named "Pivot XR Delta system" modified based on pivot points which should be displayed on the price chart  and modified EMA called Delta Moving Average which should be displayed on a separate adjustable window below the price chart window.
  
I will require the source code of the sysytem too.



The formulas for the modified pivot lines are as follows-



Daily Pivot Point- (previous day High + previous day Low +previous day Close)/ 3                   

It should be displayed on the price chart for the last five trading days on all time frames except daily, weekly and monthly

It should have the option of Display on chart- True/False.  It should be modifiable in terms of colour, thickness, types of lines.



Weekly Pivot Point - (previous weekly High + previous weekly Low +previous weekly Close)/ 3              

It should be displayed on the price chart for the last five trading days on all time frames except weekly and monthly

It should have the option of Display on chart- True/False.  It should be modifiable in terms of colour, thickness, types of lines.



Monthly Pivot Point- (previous monthly High + previous monthly Low +previous monthly Close)/ 3           

It should be displayed on the price chart for the last five trading days on all time frames except monthly

It should have the option of Display on chart- True/False. It should be modifiable in terms of colour, thickness, types of lines.



XR - (previous day High +previous day Low)/2 

It should be displayed on the price chart for the last five trading days on all time frames except daily, weekly and monthly 

It should have the option of Display on chart- True/False.  It should be modifiable in terms of colour, thickness, types of lines.      



CXR- (((previous day High + previous day Low +previous day Close)/ 3)-((previous day High +previous day Low)/2 )) + ((previous day High + previous day Low +previous day Close)/ 3)   which means   (Daily pivot point - XR) + Daily pivot point

It should be displayed on the price chart for the last five trading days on all time frames except daily, weekly and monthly

It should have the option of Display on chart- True/False.  It should be modifiable in terms of colour, thickness, types of lines.



The formula for the Delta Moving Average  as per Tradingview.com coding language (Apology as I don't have any other coding language available for this indicator) is-


study(title="Delta Moving Average", shorttitle="DeltaMA")
ema_len = input(14, minval=1, title="EMA len")
roc_len = input(5, minval=1, title="ROC len")
src = close

smooth = ema(src, ema_len)
ema_roc = 100 * (smooth - smooth[roc_len])/smooth[roc_len]
color = ema_roc > ema_roc[roc_len] ? green : red

plot(ema_roc, color=color, title="EMA ROC", style=line)
hline(0)


The Delta Moving average should have the above said values by default and also should be able to modify the values of EMA and ROC whenever required and should be displayed on a separate ajustable height window below the price chart window.  It should be modifiable in terms of colour, thickness, types of lines. 



All the above indicators including the modifiable pivots and Delta moving average should be modifiable in terms of colour, thickness, types of lines like full line, dotted line,broken lines  etc. I should be able to add other indicators/indicator windows on the charts.

Please find attached sample images for both, modified pivots and Delta Moving Average for references.

Archivos adjuntos:

PNG
XR.png
519.1 Kb

Han respondido

1
Desarrollador 1
Evaluación
(224)
Proyectos
283
42%
Arbitraje
15
13% / 47%
Caducado
67
24%
Libre
2
Desarrollador 2
Evaluación
(116)
Proyectos
172
83%
Arbitraje
2
0% / 50%
Caducado
6
3%
Trabajando
3
Desarrollador 3
Evaluación
(419)
Proyectos
474
34%
Arbitraje
25
40% / 44%
Caducado
6
1%
Trabajando
4
Desarrollador 4
Evaluación
(277)
Proyectos
334
55%
Arbitraje
14
36% / 29%
Caducado
1
0%
Libre
5
Desarrollador 5
Evaluación
(82)
Proyectos
86
57%
Arbitraje
25
0% / 84%
Caducado
19
22%
Libre
Solicitudes similares
I would fix the speed and accurancy of indicator in pinescript for tradingview it's slow and doesn't have a good accurancy, is there a way to fix it? thank you
Create a MT5 EA based on certain strategy creating a proprietary automatic trading strategy for our private investment portfolio. This is a unique opportunity to work on an exclusive project that demands creativity, strategic thinking, and a deep understanding of financial markets. Project Description: We are looking for a developer to design and implement an advanced automatic trading strategy tailored to our
I like to put 4 input to the EA. symbol 1, symbol 2, symbol 1 lot, symbol 2 lot. When the EA wants to open buy position, close all positions then buy on the symbol 1 and sell on the symbol 2. When the EA wants to open sell position, close all positions then sell on the symbol 1 and buy on the symbol 2. Thank you
This is a Ready Made grid Automatic EA 1.Need some bug fixing and little modification. This EA has some bug like -Place Random Trade after MT4 Restart . Also not follow custom parameter grid distance, grid slippage . like if i set 300pips grid distance, some time it place trade at 400 pips distance . fix this bug 2.first trade open by RSI logic if rsi30 open buy trade
Need a programmer who can input parameters in existing indicator. I have 3 indicator .All of them have some parameter need to modify according to new requirement. will provide more details
Hello, I am looking for a coder who could translate or convert two (2) MT4 indicators (.mq4 file, source code available) to two (2) indicators in TradingView's Pine Script. It should be exactly the same indicators, with the same inputs and other settings. Once you complete the job, you will send me the indicators, with full source code for Pine Script. This work will remain confidential. There is a currently publicly
Fix a indicator 30+ USD
Hello. I have an indicator that gives buy and sell signals. When I try to use it with a universal EA, the EA does not buy or sell on each signal that the indicator gives. I need to fix the indicator
Are you a coding maestro with a passion for optimizing indicators to blazing speeds? Look no further – I’m in search of a skilled developer to take my indicator to the next level! The Task: I need someone who can dive deep into the code, iron out any pesky errors, and optimize the indicator for lightning-fast responsiveness. Additionally, I require seamless integration of the Zigzag indicator, which currently resides
This is a Ready Made grid Automatic EA 1.Need some bug fixing and little modification. This EA has some bug like -Place Random Trade after MT4 Restart . Also not follow custom parameter grid distance, grid slippage . like if i set 300pips grid distance, some time it place trade at 400 pips distance . fix this bug 2.first trade open by RSI logic if rsi30 open buy trade Add Revise Order mode. (anti-martingle grid )
Hello i need a quote for this project, i m looking for a good developer with good knowlodge of pinescript and amibroker if you have the knowlodge, apply to this thank you

Información sobre el proyecto

Presupuesto
30+ USD
Para el ejecutor
27 USD