Drawing text on chart at a pixel fixed position  [SOLVED]

Questions about MultiCharts and user contributed studies.
maxmax68
Posts: 163
Joined: 20 Nov 2012
Has thanked: 55 times
Been thanked: 48 times

Drawing text on chart at a pixel fixed position

Postby maxmax68 » 09 Mar 2013

Hi,
I want to create on the screen some text that remain fixed at a given pixel location instead of scrolling with the graph with the passage of time.
Please, could someone direct me in the right direction ?
Best regards
Massimo

User avatar
TJ
Posts: 7740
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1033 times
Been thanked: 2221 times

Re: Drawing text on chart at a pixel fixed position  [SOLVED]

Postby TJ » 09 Mar 2013

Hi,
I want to create on the screen some text that remain fixed at a given pixel location instead of scrolling with the graph with the passage of time.
Please, could someone direct me in the right direction ?
Best regards
Massimo
Look up:
EasyLanguage Essentials Programmers Guide
Drawing Objects
Moving a Text Object.... pg. 113

https://www.multicharts.com/multicharts ... mentation/

Hint: You have to re-locate the text every time the chart increments.


Return to “MultiCharts”