Send signals from one chart to another?

Questions about MultiCharts and user contributed studies.
Gaempi
Posts: 60
Joined: 27 Jul 2010
Location: Switzerland
Has thanked: 3 times
Been thanked: 8 times

Send signals from one chart to another?

Postby Gaempi » 01 Jun 2018

Is it possible to send tradingsignals from one chart to another?

The idea is: Send a signal from a renko chart to a bar chart.
So it is possibel to value a strategy in renko chart in real bar chart.

Thanks

User avatar
TJ
Posts: 7740
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1033 times
Been thanked: 2221 times

Re: Send signals from one chart to another?

Postby TJ » 01 Jun 2018

Is it possible to send tradingsignals from one chart to another?

The idea is: Send a signal from a renko chart to a bar chart.
So it is possibel to value a strategy in renko chart in real bar chart.

Thanks

You can use GlobalVariables to exchange information between charts/indicators/strategies.

Gaempi
Posts: 60
Joined: 27 Jul 2010
Location: Switzerland
Has thanked: 3 times
Been thanked: 8 times

Re: Send signals from one chart to another?

Postby Gaempi » 05 Jun 2018

Do you have some code examples?

User avatar
TJ
Posts: 7740
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1033 times
Been thanked: 2221 times

Re: Send signals from one chart to another?

Postby TJ » 05 Jun 2018

Do you have some code examples?
Have you tried a search of this forum?

User avatar
JoshM
Posts: 2195
Joined: 20 May 2011
Location: The Netherlands
Has thanked: 1544 times
Been thanked: 1565 times
Contact:

Re: Send signals from one chart to another?

Postby JoshM » 05 Jun 2018

Do you have some code examples?
I couldn't find code examples on the forum, there's a lot of noise with MultiCharts .NET topics around this subject in my search results unfortunately. Perhaps TJ knows of some examples.

For a bit more information about global variables, see this wiki page. Here's an example topic about global variables: link. There are more topics, but you'll need to weed out the results with MultiCharts .NET in them since those topics won't help you.

maxmax68
Posts: 163
Joined: 20 Nov 2012
Has thanked: 55 times
Been thanked: 48 times

Re: Send signals from one chart to another?

Postby maxmax68 » 05 Jun 2018


bomberone1
Posts: 310
Joined: 02 Nov 2010
Has thanked: 26 times
Been thanked: 23 times

Re: Send signals from one chart to another?

Postby bomberone1 » 12 Apr 2021

See a similar problem:
viewtopic.php?t=52225

The only way also to have a decent solution for Renko or Costant Range Bar or in general NON TIME BASED is by GLobalVariable.

Is there a more simple solution avoid GLobalVariable?


Return to “MultiCharts”