unfortunately the command “coloured by” does not work properly for me. The indicator gets calculated but the different colours for positive or negative values are not working if there are more then one output variables (I am using v10.2).
However here is a solution that works for me. Not nice but who cares 😉
In this “dummy” example on the top level every second bar will be green every forth bar will be red and the rest will be black. On the bottom level every third bar will be green every sixth bar will be red and the rest will be black.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// Set each output variable to be shown as histogram
// Set the correct colour for each output variable (Lev1Black="black", Lev1Green="green"...)
To help us continually offer you the best experience on ProRealCode, we use cookies. By clicking on "Continue" you are agreeing to our use of them. You can also check our "privacy policy" page for more information.Continue