Job finished
Specification
Hello,
I have 2 requests of making new 2 indicators as I described here
Firstly, take a look at below image, please.
It means there is lower mark 4 (circled dot 4 below candle).
If this lower mark 4 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 v7 (Upper ZigZag 3) has numerical value ? ISM.
If this upper mark 4 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.
MaxBars
- 500 as a default setting
Below contents are for 2nd request.
As you can see, there are white colored vertical line and red colored vertical line on chart.
For new indicator, we will use only v1 ~ v8 in data window.
Now, it shows as followings below.
It means there is lower mark 2 (circled dot 2 below candle).
If this lower mark 2 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 v1 (Upper ZigZag 0) has numerical value ? ISM.
If v1 (Upper ZigZag 0) happened after ISM value of “v1 (Trend Up) == 1.00000”, then it will show DarkGray colored bar sized as 1.0 at sub_window, and it will show “v3 (Trend None) == 0.00000” in data window.
If upper mark 2 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.
And this value will be shown continuously till v2 (Lower ZigZag 0) has numerical value ? ISM.
If v2 (Lower ZigZag 0) happened after ISM value of “v2 (Trend Dn) == -1.00000”, then it will show DarkGray colored bar sized as 1.0 at sub_window, and it will show “v3 (Trend None) == 0.00000” in data window.
MaxBars
- 500 as a default setting
For more details, take a look at my attached document, please.
Thanks in advance,
David