Hello everybody,
Can somebody point me in the right direction with my problem?
I already have a Horizontal line on chart, and I will move it manually with drag and drop.
I need to find the starting price of the line (first price position). I tried all the properties that i could find.
OBJECT_PRICE and OBJECT_PRICE1 are equal to last position price.
Here is my code:
Any ideas?
at any time the horizontal line object only has a single price, so you will only ever get the current price.
Simply store the starting price from when you created the line or moved it before then you will have before and after
Hello everybody,
Can somebody point me in the right direction with my problem?
I already have a Horizontal line on chart, and I will move it manually with drag and drop.
I need to find the starting price of the line (first price position). I tried all the properties that i could find.
OBJECT_PRICE and OBJECT_PRICE1 are equal to last position price.
Here is my code:
Any ideas?