Is it possible to place a text label on the chart at a fixed position so that it is always visible?
There is a possibility to add a text label but its location is fixed on that chart and as the time goes on, text label moves to left and eventually its not visible on the chart.
Is it possible to place a text label on the chart so that it is always visible around top right corner?
Color is just last used. As to co-ordinates, there can't be "default coordinates" because co-ordinates are set WHERE you place the mouse when adding the drawing.
Default font is ALWAYS Arial, 9pt. And no you can't have "Use pixel coordinates as "default" option because it doesn't make sense. ALL kind of drawings by default are always positioned relative to date and price.
Thanks for your response. As @nsm51 stated, I would have been more clearer in my message stating that I would like to have a label that is chart specific without involving any coding.
Will try to ask questions more clearly going forward.
Sorry, I didn't read your reply carefully. I am going to suggest using NoteGet() function. Please note that Tomasz discourages the use of Notepad. Put NoteGet(Name()) in the text string of GfxTextOut function. Just key in whatever in the Notepad and click next ticker symbol to get it updated. Just delete the text string from Notepad and it will disappear from screen. As for the position of the text, you need to play with the get cursor position functions. The power of Amibroker AFL.