Multi Threaded Sample Guides

Created at 11 Nov 2017, 18:43
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!
MY

myinvestmentsfx

Joined 06.11.2017

Multi Threaded Sample Guides
11 Nov 2017, 18:43


Hi Guys,

Please can you add multithreading sample guides to your reference guide section.  Suggestion is to add the following techniques.

-Using Async and Await

-Parallel Loop

-Multiple Tasks Kicking off at the same time.

Kind Regards,

myinvestmentsfx


@myinvestmentsfx
Replies

PanagiotisCharalampous
20 Nov 2017, 10:59

Hi myinvestmentsfx,

Thanks for your suggestion. However these features are not API specific but general C# features and there are plenty available on the internet. As mentioned in another thread, cAlgo uses .Net Framework 4.0 so features available in .Net 4.0 should work. Nevertheless, if you have any trading specific examples you would like to see, let us know the scenario and we can post some sample cBots/Indicators on the forum.

Best Regards,

Panagiotis


@PanagiotisCharalampous