Formatting symbols in additional panes
Author: Harapa
Creation Date: 9/27/2014 10:11 AM
profile picture

Harapa

#1
I am a newbie to WL scripting. Please help.

CODE:
Please log in to see this code.


Please help me to modify the above to:
1. Display Symbol Description (IWM, QQQ, <etc) on chart panes
2. Define Data Set for each Symbol
3. Define how each Symbol is plotted (Bar, Candle, Line)

profile picture

Cone

#2
1. Just enable the "Show Indicator Labels on the Chart" button on the chart toolbar. (First button after "Show:")

2.
CODE:
Please log in to see this code.


3. External symbol plots will, by default, use the style the base symbol is plotted in. If you want a line or mountain-type plot, then you could simply use PlotSeries and specify LineStyle.Solid or LineStyle.Histogram, respectively.

profile picture

Harapa

#3
I have it now. Thanks for your help.

I have one more question.
Is it possible to color code histogram in the code. If yes how?



CODE:
Please log in to see this code.
profile picture

Eugene

#4
QUOTE:
Is it possible to color code histogram in the code. If yes how?

See SetSeriesBarColor in the QuickRef.
This website uses cookies to improve your experience. We'll assume you're ok with that, but you can opt-out if you wish (Read more).