Higher timeframe indicator in market scanner window

Questions about MultiCharts .NET and user contributed studies.
rogers68
Posts: 1
Joined: 14 Jan 2013

Higher timeframe indicator in market scanner window

Postby rogers68 » 14 Jan 2013

Could someone provide some sample code of a higher timeframe indicator on a market scanner window with lower resolution? For example a 5 min sma on a 1 min market scanner window in which several stocks are listed? In regular Multicharts this can be done via global variables. But since the use of these global variables is not advised for MC.net I am bit lost since I do not seem to get the advised static variables/classes working.

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

Re: Higher timeframe indicator in market scanner window

Postby Henry MultiСharts » 15 Jan 2013

Hello rogers68,

Here is iDataLoader interface example that allows loading a custom data series from the code directly.


Return to “MultiCharts .NET”