fixed text in a chart  [SOLVED]

Questions about MultiCharts and user contributed studies.
turbofib
Posts: 213
Joined: 11 May 2013
Has thanked: 67 times
Been thanked: 1 time

fixed text in a chart

Postby turbofib » 16 Mar 2018

hi, i want to fixed text in chart...

I want to always see it

look at example

[img]
Immagine.png
(130.35 KiB) Downloaded 483 times
[/img]


Is it possible to do it without programming? (write it by hand with draw text)

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

Re: fixed text in a chart

Postby TJ » 16 Mar 2018

Google and download this free ebook:

EasyLanguage® Functions & Reserved Words Reference
This book discusses in detail EasyLanguage keywords and functions. These tools are used in technical analysis as well as automated electronic order placement and execution. You need to master these knowledge in order to develop, test and implement trading strategies.


Then look up the function

Text_Float

turbofib
Posts: 213
Joined: 11 May 2013
Has thanked: 67 times
Been thanked: 1 time

Re: fixed text in a chart

Postby turbofib » 16 Mar 2018

thank you..,.

But it is possibile to draw it by hand (not using code script) ? (fixed in the chart)

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

Re: fixed text in a chart  [SOLVED]

Postby TJ » 16 Mar 2018

thank you..,.

But it is possibile to draw it by hand (not using code script) ? (fixed in the chart)
Yes... draw a line... and add text to the line.
You can set the text to 3 different locations on the line.
You can set the line to invisible, a thin line, or the same color as the background.


Return to “MultiCharts”