Replies

MrMagu
27 Apr 2019, 09:22

RE:

DonaldD said:

Then you should try this

 PendingOrders.Count(x => x.SymbolCode == Symbol.Code);

 

Thanks, that worked.


@MrMagu

MrMagu
26 Apr 2019, 13:59

RE:

DonaldD said:

Hi mariusgunnerud,

What version of cTrader and broker do you use?

The broker I use is FXpro, version of cTrader I am uncertain, but it is the latest update.  However, I do my editing in Visual Studio 2017


@MrMagu

MrMagu
25 Apr 2019, 22:36

RE:

Panagiotis Charalampous said:

Hi mariusgunnerud,

Try this

PendingOrders.Count(x => x.SymbolCode == Symbol.Name);

Best Regards,

Panagiotis

Hi,

I get an error with "Symbol.Name"  (Symbol does not contain a definition for "Name").  Any ideas on this?


@MrMagu

MrMagu
23 Apr 2019, 12:12

RE:

Panagiotis Charalampous said:

Hi mariusgunnerud,

Thanks for posting in our forum. Unfortunately this is not possible at the moment.

Best Regards,

Panagiotis

Thanks for your reply.  Is this on the road-map? if so do you have an ETA on when this will be added?


@MrMagu