What's the "object name" of this?
-
Hi, I know is a bit silly but uhhh...
When a position is opened, the terminal would draw this horizontal line on the chart? Anyone knows what's the name of this line (BUY 0.01)? Would the name of this object line be the same for the 1st, 2nd and 3rd position? If not, how would the terminal number-name them?

I am trying to make a feature that checks against the price of the 1st position of the basket, thinking of using "Object on Chart" as reference so I do not need to temporarily store the price value somewhere? Appreciate suggestions too.
Thanks again!
EDIT: Did it using the "store variable" method but still keen to know how the terminal identify/name those position horizontal line... Thanks!
-
@jacque82 That is not a standard object. AFAIK fxDreema cannot find any object that is NOT listed in the 'objects' windows of the platform.
-
@jacque82 orders dont create "objects", the lines are something else... But you cab find the price level with the orders loop block
-
@l-andorrà @roar Thank you for pointing that out... Appreciate it...