Is it possible to have in the chart:
A) 1week performance (close to close) of defined indices as text?
B) Quotes of the defined instruments (directly in the chart instead of Watchlist)?
Is there any script support for that, thanks for help.
Peter
Size:
Color:
Yes, it's possible.
QUOTE:
A) 1week performance (close to close) of defined indices as text?
CODE:
Please log in to see this code.
QUOTE:
B) Quotes of the defined instruments (directly in the chart instead of Watchlist)?
The same way.
Size:
Color:
Quite a good tool this Wealth-Lab:) And you are good in scripts programming for that.
GetExternalSymbols returns just Bar information, not streaming...so is it possible to show streaming last and change in percentage?
Size:
Color:
QUOTE:
GetExternalSymbols returns just Bar information, not streaming...so is it possible to show streaming last and change in percentage?
Yes - on a streaming chart, of course.
Size:
Color:
It means, the code will be the same?
index.Close in a streaming chart means the last streaming price?
Size:
Color:
Wealth-Lab's designed around the concept of bars. If this is a streaming chart, and a new bar has been formed, then the text will update. So you won't get a "streaming text" within the time span of an incomplete bar.
Size:
Color: