Project_1901130003

MQL4 指标

工作已完成

执行时间4 天
客户反馈
Great thanks for the work!!! David
员工反馈
Thanks David for your clear description!

指定

Hello,

I have 2 requests of modifying 2 pre-made indicators to work properly as I described here

Firstly, take a look at below image, please.

A ? There is upper mark 4, but there is also upper mark 2.
B ? There is lower mark 2.
C ? There is upper mark 2.
D ? There is lower mark 3, but there is also lower mark 2.

Now, current indicators use below values likely as below.

But it should use values likely as below to show upper mark 2 in section A

As you can see, v1, v2, v3 and v4 are only used to calculate.


In section B, it should use values likely as below to show lower mark 2.

As you can see, v1, v2, v3 and v4 are only used to calculate.


In section C, it should use values likely as below to show upper mark 2.

As you can see, v1, v2, v3 and v4 are only used to calculate.


In section D, it should use values likely as below to show lower mark 2.

As you can see, v1, v2, v3 and v4 are only used to calculate.

And change 2018 (year) with 2019 in the copyright, please.


This indicator already all buffers (8 buffers) to show upper / lower mark 4.

So, there is no work to do, but just change the name, please.

And change 2018 (year) with 2019 in the copyright, please.


Below contents are for 2nd request.

Like new 2 indicators of OIH_ZigZagSemaphore_TDMark2 _v1.0” and

OIH_ZigZagSemaphore_TDMark4 _v1.0”, make new 2 indicators, please.

Firstly, take a look at below image, please.

For new indicator, we will use only v1 and v2 in data window.

A - There is upper mark 3, but also there is upper mark 1.
B - There is lower mark 3, but also there is lower mark 1.
C - There is upper mark 4, but also there is upper mark 1.
D - There is lower mark 2, but also there is lower mark 1.

If we check only v1 and v2, then we can have upper / lower mark 1 in section A, B, C and D.

With above values (v1 and v2) in data window, it means there is lower mark 1 (circled dot 1 below candle).

If this lower mark 1 happened on current candle, then it will show DeepSkyBlue colored bar sized as 1.0 at sub_window, and it will show v9 (Trend Up) == 1.00000 in data window.

And this value will be shown continuously till v1 (Upper ZigZag 0) has numerical value ? ISM.

If this upper mark 1 happened on current candle, then it will show DeepPink colored bar sized as 1.0 at sub_window, and it will show v10 (Trend Dn) == -1.00000 in data window.

Finally, new indicator will have only 2 buffers likely as v1 (Trend Up) and v2 (Trend Down) in data window.

And it needs to have all basic buffers in data window likely as below.

Hope it to have “MaxBars” in parameter.

And the default setting is 500.

And change 2018 (year) with 2019 in the copyright, please.

Below is for new indicator for upper / lower mark 3.

For new indicator, we will use only v1, v2, v3, v4, v5 and v6 in data window.

A - There is upper mark 4, but also there is upper mark 3.

If we check only v1, 2, v3, v4, v5 and v6, then we can have upper / lower mark 3 in section A.

With above values (v1 ~ v6) in data window, it means there is lower mark 3 (circled dot 3 below candle).

If this lower mark 3 happened on current candle, then it will show DeepSkyBlue colored bar sized as 1.0 at sub_window, and it will show v1 (Trend Up) == 1.00000 in data window.

And this value will be shown continuously till v5 (Upper ZigZag 2) has numerical value ? ISM.

If this upper mark 3 happened on current candle, then it will show DeepPink colored bar sized as 1.0 at sub_window, and it will show v2 (Trend Dn) == -1.00000 in data window.

Finally, new indicator will have only 2 buffers likely as v1 (Trend Up) and v2 (Trend Down) in data window.

Hope it to have “MaxBars” in parameter.

And the default setting is 500.

And change 2018 (year) with 2019 in the copyright, please.

For more details, take a look at my attached document, please.

Thanks in advance,

David

附加的文件:

反馈

1
开发者 1
等级
(439)
项目
545
25%
仲裁
21
38% / 38%
逾期
83
15%
空闲
相似订单
احتاج شخص عربي يتكلم ويفهم العربية حتى يسهل شرح المطلوب للمؤشر لدي مؤشر واكسبيرت خاص بي بحاجة إلى تعديل الكود المصدري لدي والفكرة تحتاج فعم من المبرمج باختصار اريد مبرمج عربي يفهم ويتكلم العربية حتى يسهل الشرح وفي نفس الوقت صاحب خبرة وتجربة ومتداول على منصة ميتا تريدر حتى يضفي تحسينات على المؤشر ويستطيع عمل الفكرة بكل سهولة وإعطاء النصائح إذا وجد خطأ
Specification for Translating Pine Script Indicators to MQL5 Objective Translate multiple indicators written in Pine Script into MQL5. The translation should be implemented using an object-oriented and class-based approach. Additionally, the indicators should include some specific adjustments as detailed below. Requirements Object-Oriented Design Implement the indicators using an object-oriented paradigm in MQL5
Hello my friend There is a project I will send you the indicator code What is required is to issue three copies of the indicator Version 1 1, Delete the arrows and signals and keep only the red and blue lines and move them (red and blue line buffers) from the Colors section to the Settings section so that they appear as in the picture () Version 2 2, Go back to the first original cursor, move the arrows, signals, red
I have a MetaTrader 4 indicator that I programmed to give arrow signals at entry and exit. What is required, is it possible to program the indicator to be better developed so that it gives a written purchase or sale, not just shares, and also gives the phrase (adjustment zone 1 and amendment 2) when the transaction is reversed, and finally, is it possible for the indicator to change the candles so that when the
In summary 1) The bot will only take Firm Buy and Firm Sell Signals . 2) The bot will use the SL and TP based on the indicator . 3) the risk to reward is 2:1 but when the price reaches 1:1 set SL to Breakeven 4) the bot will take Firm Buy and Firm sell after the candle closes with a firm buy or firm sell 5) make sure to give an option for number of contracts to be traded . 6) Bot will close all the trades EOD
I want my own bot for trading, an effective bot that I do not want to lose, and if it has artificial intelligence, it will be better for trading on a platform
hello programmers, i look for somebode who will enhance changies in my indicator. indicator draws swings bar after bar, but not all swings are drawn correct. full description is in attachements
I need a AI signal generating and executing bot for forex trading. The bot should operate such that when i put it in a chart it will analyze the market, after several minutes it will display whether the trade is buying or selling and then execute a trade. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame whether they are buying or selling. If it is buying the
1. Combination of Market Profiles on daily basis a) this should be combined if the bell curve is similar to the previous day. Rotational day (volume - standard deviation). b) If breakout, new range should be drawn Conclusion: Market profile should be combined on daily after the market is closed 2. Use Vwap indicator, with 0.5 - slow trend, 1.0 - normal trend, 1.5 fast trend. The stop loss should be under the trend
Hello. I need a programmer to develop a modular Expert Advisor in MQL5. The method used is DSLParser, therefore previous programming experience with this class is necessary. Each module must be tested, compiled and run on the strategy tester as well. We will also create some new indicators, that's why thorough knowledge of programming is also required in Pine editor (trading view). I ask for seriousness and

项目信息

预算
120+ USD
开发人员
108 USD
截止日期
 5  6 天