Floating Text (Indicator)
Input Information
Name | Expression | Default | Description |
TextToPlot | String | MyText | Text to be placed on the chart. |
TextColorString | String | "White" | A string that represents the desired color of the text. See the KnownColor class for a list of available colors. |
TextFontName | String | "Arial" | The name of the font that is to be used for text objects. Example: Set to Arial to have text objects appear in Arial font. |
TextFontSize | Numeric | 10 | The point size of the desired font. Example: Set to 10 for a 10 point font. |
TextPercentFromRight |
Numeric |
10 | The percentage of the chart width that text should be offset from the right edge of the chart. Example: Set to 60 to offset text 60% of the way from the right edge of the chart to the left edge. |
TextPercentFromBottom | Numeric | 60 | The percentage of the subgraph height that text should be offset from the bottom edge of the subgraph where the text is located. Example: Set to 60 to offset text 60% of the way from the bottom edge of the subgraph to the top edge. |
ShowTextInSubgraph | Numeric | False | True to plot text in the same subgraph as the study. Set to false to plot in the price subgraph to which the study is applied ('Base study on' setting). |
Market Synopsis
Plots "floating" text at the specified location and maintains the text's relative position on the chart.
Related Function