MrMagu
MrMagu 27 Apr 2019, 09:22
DonaldD said:
Then you should try this PendingOrders.Count(x => x.SymbolCode == Symbol.Code);
Then you should try this
PendingOrders.Count(x => x.SymbolCode == Symbol.Code);
Thanks, that worked.
MrMagu 26 Apr 2019, 13:59
Hi mariusgunnerud, What version of cTrader and broker do you use?
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 25 Apr 2019, 22:36
Panagiotis Charalampous said:
Hi mariusgunnerud, Try this PendingOrders.Count(x => x.SymbolCode == Symbol.Name); Best Regards, Panagiotis
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 23 Apr 2019, 12:12
Hi mariusgunnerud, Thanks for posting in our forum. Unfortunately this is not possible at the moment. Best Regards, Panagiotis
Thanks for posting in our forum. Unfortunately this is not possible at the moment.
Thanks for your reply. Is this on the road-map? if so do you have an ETA on when this will be added?
MrMagu
27 Apr 2019, 09:22
RE:
DonaldD said:
Thanks, that worked.
@MrMagu