Pivot XR Delta system

MQL4 지표

작업 종료됨

실행 시간 5 일
피고용인의 피드백
I hope to work with him again.

명시





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.

파일:

PNG
XR.png
519.1 Kb

응답함

1
개발자 1
등급
(224)
프로젝트
283
42%
중재
15
13% / 47%
기한 초과
67
24%
무료
2
개발자 2
등급
(116)
프로젝트
172
83%
중재
2
0% / 50%
기한 초과
6
3%
로드됨
3
개발자 3
등급
(419)
프로젝트
474
34%
중재
24
42% / 46%
기한 초과
6
1%
로드됨
4
개발자 4
등급
(277)
프로젝트
334
55%
중재
14
36% / 29%
기한 초과
1
0%
무료
5
개발자 5
등급
(82)
프로젝트
86
57%
중재
25
0% / 84%
기한 초과
19
22%
무료
비슷한 주문
1) Add symbols so I can backtest multiple symbols 2) Addition Setting Add function that after going X pips if it comes back to entry Close X% 3) Trade Conditions Add Max Daily Profit % and Balance
Where/How to request Oanda retail open positions? I've tried through with a Oanda API and requesting this way; url= " https://api-fxpractice.oanda.com/v3/instruments/AUD_USD/positionBook " but I get result different results (see attached pic). If someone is able to replicate/ make some similar to this indicator, im willing to pay
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
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
Hello, I am looking know when market in the exact moment start making a big impulse , I need it an indicator or something else that tell me when this will occur

프로젝트 정보

예산
30+ USD
개발자에게
27 USD