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%
仲裁
25
40% / 44%
期限切れ
6
1%
取り込み中
4
開発者 4
評価
(277)
プロジェクト
334
55%
仲裁
14
36% / 29%
期限切れ
1
0%
5
開発者 5
評価
(82)
プロジェクト
86
57%
仲裁
25
0% / 84%
期限切れ
19
22%
類似した注文
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
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
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

プロジェクト情報

予算
30+ USD
開発者用
27 USD