Login Page - Create Account

Support Board


Date/Time: Tue, 07 May 2024 02:09:05 +0000



indicator update

View Count: 856

[2015-03-16 13:16:14]
stephensmart - Posts: 51
Hi, how do i set my charts up so that indicators are only updated on a bar close not while the bar is forming?
[2015-03-16 19:54:41]
Sierra Chart Engineering - Posts: 104368
This is not supported by Sierra Chart unless the studies you work with are modified to specifically work this way. If you want to modify them refer to this page:
https://www.sierrachart.com/index.php?page=doc/doc_BuildCustomStudiesDLL.html

Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
[2015-03-19 14:10:07]
Sawtooth - Posts: 3993
You can easily do this with the Spreadsheet Study study.

Hide the indicator study, and add the Spreadsheet Study study.
Set the Chart Region to 1, set the Number of Rows to 10, and use this formula in cell K3:
=IF(ROW()=3,0,AA3)
where the indicator is in column AA.

If you want the previous indicator value to extend to the current bar, use this formula instead:
=IF(ROW()=3,AA4,AA3)


To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account