FxTrader_:
A text object (OBJ_TEXT) is linked to time (chart). If you want to place a label/text at a given position use a OBJ_LABEL.
Hi,
Is it possible to move the text label to the left side of screen.
Any help will be appreciated.
angevoyageur:
A text object (OBJ_TEXT) is linked to time (chart). If you want to place a label/text at a given position use a OBJ_LABEL.
A text object (OBJ_TEXT) is linked to time (chart). If you want to place a label/text at a given position use a OBJ_LABEL.
Or you can reduce some time (in seconds) from Time[0]
Time[0]-3600 // 1 Hour back
awran5:
And your text will move on every new candle.
Or you can reduce some time (in seconds) from Time[0]
The left bar on the screen is:
CHART_FIRST_VISIBLE_BAR — Number of the first visible bar in the chart. Indexing of bars is the same as for timeseries.
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi,
Is it possible to move the text label to the left side of screen.
Any help will be appreciated.