Multithreading overview

Questions about MultiCharts .NET and user contributed studies.
maxima
Posts: 13
Joined: 13 Apr 2013

Multithreading overview

Postby maxima » 13 Apr 2013

Could you please provide detailed information on the how MC.NET uses threads (in the FAQ perhaps?).

With small examples to illustrate the major points. For example - how different charts and different indicators being called and from what thread.

Main question however - do you calculate all the user indicators on the same thread on each tick? (this is something what the other trading platform does and I wonder what you guys do)

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: Multithreading overview

Postby Henry MultiСharts » 19 Apr 2013

Hello maxima,

All studies from one chart (indicators and signals) are calculated in one thread. Second chart's studies will be calculated in a different thread.

For more information on MultiCharts multithreading functionality please refer to our MultiCharts .NET Programming Guide


Return to “MultiCharts .NET”