Where do i learn more advanced cbot coding classes and C# combination
Created at 03 Aug 2022, 06:53
Where do i learn more advanced cbot coding classes and C# combination
03 Aug 2022, 06:53
How do i learn more advanced coding like as below. I never seen code like this before on Ctrader API reference and any learning sources. Please give me link learn more advanced lesson and tutorials.
Positions.Where(x => x.Label == "My Label").OrderByDescending(x => x.EntryTime).First();
PanagiotisCharalampous
03 Aug 2022, 10:46
Hi MongolTrader,
This is LINQ. Start from the below
https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/linq/introduction-to-linq-queries
Best Regards,
Panagiotis
Join us on Telegram and Facebook
@PanagiotisCharalampous