Enumerate existing objects API (H/V Lines, etc.)

Created at 19 Jul 2013, 10:48
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
MA

maxim_7

Joined 14.07.2013

Enumerate existing objects API (H/V Lines, etc.)
19 Jul 2013, 10:48


Hello,

Would it be possible to have a Enumerate existing objects API added to cTrader/cAlgo.

 

Thank you.


@maxim_7
Replies

adaled
19 Jul 2013, 14:37

What is it that you are trying to accomplish? Drawing Lines is easy with cAlgo.
Furthermore you can declare enum types with c#, e.g.

private enum MyLineStyles
{
    HorizontalLine,
    VerticalLine
}




@adaled

maxim_7
19 Jul 2013, 15:16

RE:

Actually what I try to find: H/V Lines drown by user, but used by Robot.
W/o enumeration interface Robot can't find existing objects
M

 


@maxim_7

cAlgo_Fanatic
19 Jul 2013, 16:38

This cannot be done at the moment. It may be implemented in the future.


@cAlgo_Fanatic