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,
I want to plot an horizontal line, and I want this line "movable", so that the user can place it wherever he wants, and i can use the level the user places it to do some calculation inside the code.
I've tried using the ObjectCreate function with OBJ_LINE, and it works, but now i wanna get the price at which the line is (if for example I plot the line at the daily low, and the user
moves it to a new place, i want the new level inside a var
Can you help me with that?
Thanks