Welcome to NexusFi: the best trading community on the planet, with over 150,000 members Sign Up Now for Free
Genuine reviews from real traders, not fake reviews from stealth vendors
Quality education from leading professional traders
We are a friendly, helpful, and positive community
We do not tolerate rude behavior, trolling, or vendors advertising in posts
We are here to help, just let us know what you need
You'll need to register in order to view the content of the threads and start contributing to our community. It's free for basic access, or support us by becoming an Elite Member -- discounts are available after registering.
-- Big Mike, Site Administrator
(If you already have an account, login at the top of the page)
Is there a way to fix a textposition for example on the top right on a chart (no matter of zoomlevel)?
In manuals I find only a way to set position to a position depend of the price. But in this case, when I zoom or scroll the chart, the text goes away....
But I want always see (for example) the number of open trades and the netto profit in the top right in the chartwindow. No matter of scroll right or left or zoom.
In MT4 I can do this. But in MultiCharts?
Thank you for help!
Can you help answer these questions from other members on NexusFi?
My MC trial ended, but in Tradestation there is an indicator called Text_Float, and a similar function that it calls. You basically create a text object, then call the funcion on each tick/bar to update its location.
You have to attach the text to price/time. The price part can be worked around with the floating function. The time portion (to get to the right edge) can only be moved so far. You can use a time value of MinutesToTime(TimeToMinutes(time+1)) to push it one bar into the future, but that is as far as you can go. The horizontal alignment of the text object can also be used to push it as far right as it can go. To my knowledge, that is the best you can do.