Trabalho concluído
Termos de Referência
Hello,
I have a request of making 3 new indicators as I described here.
Firstly, take a look at below image, please.
As you
can see, there are 6 buffers in data window.
New indicator will have only 1 buffer.
Using 6 buffers, I need new 3 indicators to show bars at sub_window.
v1
!= 0.00000
v2 == 0.00000
v3 == 0.00000
v4 == 0.00000
v5 == 0.00000
v6 == 0.00000
Then, it will show v1 == 1.00000 in data
window as followings below.
v1 == 1.00000
And it will show DeepSkyBlue colored bar sized as 1.0 at sub_window, and it will show “v1 == 1.00000” and DeepSkyBlue bar continuously till current conditions above for upper mark 1 are not satisfied at the same time.
v1 == 0.00000
v2 != 0.00000
v3 == 0.00000
v4 == 0.00000
v5 == 0.00000
v6 == 0.00000
Then, it will show v1 ==
-1.00000 in data window as followings below.
v1 == -1.00000
And it will show DeepPink colored bar sized as 1.0 at sub_window, and it will show “v1 == -1.00000” and DeepPink bar continuously till current conditions above for lower mark 1 are not satisfied at the same time.
Below contents are for 2nd request of making new indicator.
v1 != 0.00000
v2 == 0.00000
v3 != 0.00000
v4 ==
0.00000
v5 == 0.00000
v6 == 0.00000
Then, it will show v1 == 2.00000 in data window as followings below.
v1 == 2.00000
And it will show DeepSkyBlue colored bar sized as 1.0 at sub_window, and it will show “v1 == 2.00000” and DeepSkyBlue bar continuously till current conditions above for upper mark 2 are not satisfied at the same time.
v1 == 0.00000
v2 != 0.00000
v3 == 0.00000
v4 != 0.00000
v5 == 0.00000
v6 == 0.00000
Then, it will show
v1 == -2.00000 in data window as followings below.
v1 == -2.00000
And it will show DeepPink colored bar sized as 1.0 at sub_window, and it will show “v1 == -2.00000” and DeepPink bar continuously till current conditions above for lower mark 2 are not satisfied at the same time.
Below contents are for 3rd request of making new indicator.
v1 != 0.00000
v2 == 0.00000
v3 != 0.00000
v4 ==
0.00000
v5 != 0.00000
v6 == 0.00000
Then, it will show v1 == 3.00000 in data window as followings below.
v1 == 3.00000
And it will show DeepSkyBlue colored bar sized as 1.0 at sub_window, and it will show “v1 == 3.00000” and DeepSkyBlue bar continuously till current conditions above for upper mark 3 are not satisfied at the same time.
v1 == 0.00000
v2 != 0.00000
v3 == 0.00000
v4 != 0.00000
v5 == 0.00000
v6 != 0.00000
Then, it will show
v1 == -2.00000 in data window as followings below.
v1 == -3.00000
And it will show DeepPink colored bar sized as 1.0 at sub_window, and it will show “v1 ==
-3.00000” and DeepPink bar
continuously till current conditions above for lower mark 3 are not satisfied at the same time.
Below contents are for 4th request of making new indicator.
Take a look at below image, please.
As you can see,
there are many errors when it compiled.
Hope you to fix the errors, and to work properly.
For more details, take a look at my attached document, please.
Thanks in advance,
David