Does "update on every tick" really do that?

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

Sep 14 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: 2196
Joined: May 20 2011
Location: The Netherlands
Has thanked: 1544 times
Been thanked: 1565 times
Contact:

Sep 14 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: Aug 12 2012
Has thanked: 123 times
Been thanked: 56 times

Sep 15 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: Aug 25 2011
Has thanked: 1264 times
Been thanked: 2958 times

Sep 15 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.