Pivot XR Delta system

MQL4 Indicators

Job finished

Execution time 5 days
Feedback from employee
I hope to work with him again.

Specification





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.

Files:

PNG
XR.png
519.1 Kb

Responded

1
Developer 1
Rating
(224)
Projects
283
42%
Arbitration
15
13% / 47%
Overdue
67
24%
Free
2
Developer 2
Rating
(115)
Projects
172
83%
Arbitration
2
0% / 50%
Overdue
6
3%
Working
3
Developer 3
Rating
(406)
Projects
460
34%
Arbitration
24
42% / 46%
Overdue
6
1%
Working
4
Developer 4
Rating
(277)
Projects
334
55%
Arbitration
14
36% / 29%
Overdue
1
0%
Free
5
Developer 5
Rating
(82)
Projects
86
57%
Arbitration
25
0% / 84%
Overdue
19
22%
Free
Similar orders
Modification of an ea 30 - 45 USD
1. Programming language: Python 2. Platforms: MT4 and MT5 3. Indicators: - MACD (24, 52, 9) - RSI (15, 85) - VWAP 4. Trading logic: - Buy signal: MACD crossover below neutral line, RSI oversold, bullish candle above VWAP - Sell signal: MACD crossover above neutral line, RSI overbought, bearish candle below VWAP - Open buy and close sell, or open sell and close buy simultaneously 5. Additional features
Greetings Programmers. I am looking for someone who can fix three issues on my EA. Please do not apply if you are currently working on another project. I need someone who is available and can start immediately. Everything already exist it needs to be better and when trades are open it must close the trades when opposite signal are provided. Buy above the Horizontal Line and Sell below the Horizontal Line
I have one boot , but i need to modify some things . EA has 4 indicators and entry method , i want to remove 3 of them and leave just 1 indicator and his method of entry based in this indicator , then add one moving avarage filter for signals to this
i want an expert that can code a simple candle formation scanner, multicurrency and multi timeframe. it is going to have a table scanner that will show last 3 or 5 signal, the time, date, currency pair, timeframe, it will have popup notification and push notification that can be sent to phone
I hope this message finds you well. I am in search of a skilled developer to transform three indicators into a fully functional trading robot. These indicators consist of two MACD indicators, each displaying two colors (red and green), along with an arrow signal. Here are the specific requirements for the project: The robot should execute trades only when the arrow signal appears and both MACD indicators are
I have a perfectly functioning indicator which draws lines and gives values for 3 moving averages. The modification consists in displaying the value of the previous bar of a higher timeframe and the delta in the data window. The actual indicator is Real-Multitimeframe, for example it displays the moving average of M15 on the level of M3 for each individual M3-bar. This is a task for very experienced coders only and
I hope this message finds you well. I am in search of a skilled developer to transform three indicators into a fully functional trading robot. These indicators consist of two MACD indicators, each displaying two colors (red and green), along with an arrow signal. Here are the specific requirements for the project: The robot should execute trades only when the arrow signal appears and both MACD indicators are
Hello .I have existing Tradingview strategy that I will like to automate to Mt4 EA based on my specification . I need an expert in the field that have experience in both tradingview and MT4
my style of trade is to manually scale position size up & down from 1 to 100+ micros as the market moves, so the indicator I need has nothing to do with scaling in & out of the position, but I need an indicator that dynamically trails the position P&L, And has a trailing daily max loss that will reject new order entry if triggered. Example is setting a $350 Position auto stop-loss so as I scale in & out of contracts
Hey there, I need to convert an indicator from ninja to mt4 I will attach the ninjatrader indicator script to be converted into mt4 If you can do this kindly bid and let's discuss about the project Thanks

Project information

Budget
30+ USD
For the developer
27 USD