Tâche terminée
Spécifications
Hello,
I have few requests of modifying 3 pre-made indicators to work properly as I described here
Firstly, take a look at below image, please.
It shows only values in 4 decimals in data window.
Change values in 5 decimals, please.
And remove MTF function in parameter, and also in the code, please.
I need “MaxBars” in parameter, and the default setting is 500.
And I hope it to have no errors and warnings when it compiled, please.
Below contents are for 2nd request.
Take a look at below image, please.
There are few contents in red colored rectangle as followings below.
TimeFrame
alertsOn
alertsOnCurrent
alertsOnHighLow
alertsMessage
alertsSound
alertsEmail
Remove above all functions, please.
It shows only values in 4 decimals in data window.
Change values in 5 decimals, please.
And I need “MaxBars” in parameter, and the default setting is 500.
There are 5 colors for lines and Wingdings in the code.
I hope the lines and Wingdings to have default width as followings below.
DimGray width 2 Style 0
Maroon width 2 Style 0
DarkBlue width 2 Style 0
Red width 3 Style 0
Blue width 3 Style 0
Below contents are for 3rd request.
This 3rd request will use new indicator “OIH_TMA+CG_v1.0” (by 2nd request).
A new indicator will have 3 lines ? upper, middle and lower line.
v1 is for middle line
v2 is for upper line
v3 is for lower line
With above features, we can calculate the distance from v2 to v1 or from v1 to v3.
Trend Up
(v2 ? v1) < (v1 ? v3) on current candle
Trend Down
(v2 ? v1) > (v1 ? v3) on current candle
If Trend Up happens on current candle, it will show DeepSkyBlue bar sized as 1.0 at sub_window.
And it will show v1 (Trend Up) = 1.00000 in data window.
If Trend Down happens on current candle, it will show DeepPink bar sized as 1.0 at sub_window.
And it will show v2 (Trend Up) = -1.00000 in data window.
Below contents are for 4th request.
Take a look at below image, please.
As you can see, there are few contents as followings below.
TimeFrame Current time frame
__ alerts
alertsOn false
alertsMessage true
alertsSound false
alertsEmail false
Remove above all functions in parameter, and also in the code, please.
And fill out the blanks with “0.00000” in data window, please.
There are buffers as followings below.
v1 is for positive weak histogram
v2 is for positive strong histogram
v3 is for negative weak histogram
v4 is for negative strong histogram
v5 is for DimGray MA line
v6 is for Gold MA line
v7 is for none value ** this is my opinion, so check it if it used for any value or not, please.
If it is not used for any value, then remove it, please.
I think v7 is not used for any value.
If v7 is not used for any value, then remove v7, please.
And, I need “MaxBars” in parameter, and the default setting is 500.
Below contents are for 5th request.
This 5th request will use new indicator “OIH_ZeroLag MACD_v1.0” (by 4th request).
This work is for integrating positive strong and weak histogram value as v1, and is for integrating negative strong and weak histogram value as v2.
A new indicator will have 4 buffers in data window.
v1 is for positive histogram
v2 is for negative histogram
v3 is for MA line ** DimGray colored line
v4 is for MA line ** Gold colored line
For more details, take a look at my attached document, please.
Thanks in advance,
David