composite system

Questions about MultiCharts and user contributed studies.
User avatar
virginiatrader
Posts: 79
Joined: 05 May 2007
Location: Virginia
Has thanked: 5 times
Been thanked: 5 times

composite system

Postby virginiatrader » 11 Sep 2010

This question has probably been referenced before:

I would like to create a system based on the trade signals generated by N-number smaller "sub-systems". For example, a sub-system based on volume, one based on COT data, another on a moving average crossover, etc.

Then, as those sub-systems generate buy and sell signals, the composite system will reference the collected output and generate it's own signals.

Any thoughts?

virginiatrader

User avatar
Dave Masalov
Posts: 1712
Joined: 16 Apr 2010
Has thanked: 51 times
Been thanked: 489 times

Re: composite system

Postby Dave Masalov » 23 Sep 2010

Dear virginiatrader,

The easy way is to put sub-systems in one signal and turn them on and off by conditional inputs (for example).

More complex way is to use the mechanisms of data transfer from one script to another (GlobalVariables or ADE).


Return to “MultiCharts”