Does "update on every tick" really do that?

Questions about MultiCharts .NET and user contributed studies.
MidKnight
Posts: 343
Joined: 12 Aug 2012
Has thanked: 123 times
Been thanked: 56 times

Does "update on every tick" really do that?

Postby MidKnight » 14 Sep 2014

When creating an indicator that is tick precise and having "update on every tick" enabled in your indicator properties. Will it call calcbar() on every tick with historical data? My impression so far is that this may not be the case despite the help implying that this should be the case.

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

Re: Does "update on every tick" really do that?

Postby JoshM » 14 Sep 2014

When creating an indicator that is tick precise and having "update on every tick" enabled in your indicator properties. Will it call calcbar() on every tick with historical data? My impression so far is that this may not be the case despite the help implying that this should be the case.
That's true, 'Update on every tick' only applies to real-time processing. From the manual (p. 14):
For indicators, calculation on every tick received in real time can be selected. To do so, right-click on the chart to see the shortcut menu, select Format Indicators, select the indicator, then select Format, select the Properties tab and check the Update on Every Tick check box.

MidKnight
Posts: 343
Joined: 12 Aug 2012
Has thanked: 123 times
Been thanked: 56 times

Re: Does "update on every tick" really do that?

Postby MidKnight » 15 Sep 2014

Thanks JoshM, the online help does not even mention this real-time only quality.

https://www.multicharts.com/trading-sof ... Every_Tick

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

Re: Does "update on every tick" really do that?

Postby Henry MultiСharts » 15 Sep 2014

Thanks JoshM, the online help does not even mention this real-time only quality.

https://www.multicharts.com/trading-sof ... Every_Tick
Thank you for the reporting. The corresponding wiki page has been updated.


Return to “MultiCharts .NET”