|
Alexander Horn
2014-09-29 04:59:20
0
|
|
And another question, albeit not directly related. How do I plot the different shades, e.g. second color and alphas from a function? Somehow the "|" separator does not work. Like "colorLightGreen|22|colorLightGreen|32|298" but plotting from function.
In chart:
plot1(up, down, "Lev1-Up", "Lev1-low", colorLightGreen|22|colorLightGreen|32|298, colorLightGreen, colorLightGreen, ChartLine, StyleSymbolNone);
In function, missing the second color and alphas:
Chart.Plot1(upperexit , lowerexit , "Entry", "Exit",Color.Transparent,Color.Orange,Color.Orange,ChartType.ChartLine,Style.StyleSymbolNone);
|
|