
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
Thanks,
it still doesn't work.
Thanks for your reply, I set "sub-window" is 1, but it still did not display name.
Read the documentation . . . it is obvious you still haven't.
:-(
:-(
I asked you to answer the same simple question twice . . . you haven't and you are still asking for help . . . why won't you help those trying to help you ?
Sorry, because I did not understand your question before, :-). I just tried to modify existed code I found from internet.
where are you trying to place the Object ? I want to place a TEXT in the sub-window, so I used 1, and when price close, then buffer[0], is the following code right?
Thanks!
Thanks for your reply, I set "sub-window" is 1, but it still did not display name.
In your posted code you do not assign a value to arrUSD[0]
Why +5*Point ?
It is not clear whether your code is in init() or start()
Make sure that an object is only created once in your code, if you try to create an object with the same name, you will get an error.
Create the object once and then use ObjectMove.
In your posted code you do not assign a value to arrUSD[0]
Why +5*Point ?
It is not clear whether your code is in init() or start()
Make sure that an object is only created once in your code, if you try to create an object with the same name, you will get an error.
Create the object once and then use ObjectMove.