Login Page - Create Account

Support Board


Date/Time: Fri, 26 Apr 2024 10:12:41 +0000



How to modify close of Heikin Ashi bar

View Count: 1433

[2015-12-27 18:55:27]
User380760 - Posts: 88
The normal close of Heikin Ashi bar is
haClose=(Open+High+Low+Close)/4

but, I want the formula of the close of Heikin Ashi bar to be

haClose = (Open+ High+ Low+ Close) / 4.0;
haClose = (haClose + Close) / 2.0;

Can I do it by not writing a C++ code?
[2015-12-27 19:06:36]
Sierra Chart Engineering - Posts: 104368
The source code for the Heikin-Ashi study is provided and it can be modified.

Refer to this page:
http://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-12-27 19:50:21]
User380760 - Posts: 88
where is the source code?
[2015-12-27 22:06:48]
Sierra Chart Engineering - Posts: 104368
Follow the instructions here for this:
http://www.sierrachart.com/index.php?page=doc/doc_BuildCustomStudiesDLL.html#SearchingSourceCodeBuiltIn
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-12-28 00:18:37]
User380760 - Posts: 88
okay, worked. thanks.

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

Login

Login Page - Create Account