Pivot XR Delta system

MQL4 Indicateurs

Tâche terminée

Temps d'exécution 5 jours
Commentaires de l'employé
I hope to work with him again.

Spécifications





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.

Dossiers :

PNG
XR.png
519.1 Kb

Répondu

1
Développeur 1
Évaluation
(225)
Projets
284
42%
Arbitrage
15
13% / 47%
En retard
67
24%
Gratuit
2
Développeur 2
Évaluation
(118)
Projets
176
84%
Arbitrage
2
0% / 50%
En retard
7
4%
Gratuit
3
Développeur 3
Évaluation
(453)
Projets
512
33%
Arbitrage
25
40% / 48%
En retard
7
1%
Chargé
4
Développeur 4
Évaluation
(277)
Projets
334
55%
Arbitrage
14
36% / 29%
En retard
1
0%
Gratuit
5
Développeur 5
Évaluation
(82)
Projets
86
57%
Arbitrage
25
0% / 84%
En retard
19
22%
Gratuit
Commandes similaires
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
Hello, i am searching for an experienced, professional software engineer, who can convert three Indicators from MQL4 to MQL5. This may sound like an easy job, but one indicator is like a trading system and therefore a bit complex. So you need to have a very good understanding of both languages. You should also be able to code MQL5 classes ( https://www.mql5.com/en/docs/basis/oop ). The intention is to code MQL5
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
An EA that executes when the 21 and 55 SMA Cross on certain time frame also the EA will understand supply and demand levels and executes when price reacts on this levels specified and target/stoploss levels will be predetermined...also the robot will also comprise stochastic oscillator
I have a full code ,, There are some errors in this.It does not add to the chart, does not show arrow marks, does not alert ,, fix this problem and work properly,, Contact on telegram @Gw_rakib1
Starting from scratch, I need a solution to develop my own crypto trading and exchange platform. This platform should compare prices across various exchanges like Coinbase, Binance, KuCoin, and Unocoin, as well as different cryptocurrencies. The solution must identify opportunities to buy on one platform and sell on another for a profit, transferring funds to my personal wallet instantly for security. The bot should

Informations sur le projet

Budget
30+ USD
Pour le développeur
27 USD