Description
<< Click to Display Table of Contents >> Description |
Indicates the description configured for the Master Instrument properties.
A string value which is configured for the current master instrument.
Bars.Instrument.MasterInstrument.Description
protected override void OnBarUpdate() { // Displays the master instrument's description at the bottom right of the chart Draw.TextFixed(this, "tag1", Bars.Instrument.MasterInstrument.Description, TextPosition.BottomRight); } |