Signal to Control Other Signals

Questions about MultiCharts and user contributed studies.
flipflopper
Posts: 261
Joined: 28 Feb 2008
Has thanked: 2 times
Been thanked: 1 time

Signal to Control Other Signals

Postby flipflopper » 25 Nov 2011

Is there a way to have multiple signals on a chart and to have one signal either turn on or off other signals or pass parameters to other signals?

User avatar
furytrader
Posts: 354
Joined: 30 Jul 2010
Location: Chicago, IL
Has thanked: 155 times
Been thanked: 217 times

Re: Signal to Control Other Signals

Postby furytrader » 26 Nov 2011

Absolutely, although the easiest way to do this would be to place all of the signals into one piece of code which can then share variables, etc. That's how I would do it.

One other way to do this would be to use global variables.


Return to “MultiCharts”