communication between strategies.

Questions about MultiCharts and user contributed studies.
quark
Posts: 9
Joined: 08 Sep 2009

communication between strategies.

Postby quark » 01 Oct 2009

Hi

How can I get two strategies to comunicate each order.

Imagine I'm using 20 strategies (signals) running at once on different underlyings...
And I want one of the to modify its behaviour (or parameters) depending on the results on other.
How can I do it?

regards

ts2mc
Posts: 122
Joined: 12 Jan 2009
Been thanked: 1 time

Postby ts2mc » 01 Oct 2009

hello,
one solution is to make use of global variables which can be
accessed from all strategies.
a global variable could be exposed for instsance by a DLL loaded into
MC process.

bowlesj3
Posts: 2180
Joined: 21 Jul 2007
Has thanked: 227 times
Been thanked: 429 times

Postby bowlesj3 » 02 Oct 2009

This is the forum topic to study,

http://forum.tssupport.com/viewtopic.php?=&p=8189

get the GV2.0 stuff and study that.

John.


Return to “MultiCharts”