Login Page - Create Account

Support Board


Date/Time: Thu, 06 Mar 2025 18:50:15 +0000



Moving Average Binary Wave Study

View Count: 1201

[2019-07-19 15:30:40]
User648008 - Posts: 13
I have been running the MA Binary Wave for the last year. The chart would move from +1 for a buy to 0 for neutral and a -1 for a sale. Now the line jumps from +1 to -1 and doesn't move to a 0. What do I need to do in this study to get it back to what it used to do? Right now in the current form it is not usable for trading.
[2019-07-19 16:51:26]
Sierra Chart Engineering - Posts: 104368
We need time to review this.
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
[2019-07-22 01:25:18]
User90125 - Posts: 715
A quick fix is to explicitly set the Subgraph for the Wave line to always Draw Zeros, and recompile.

Wave.DrawZeros = 1;

But the real question is why a study that has sc.DrawZeros = 1 is not being automatically set across ALL the subgraphs, as one might expect.

Could it have been quietly deprecated in favour of the current per-subgraph usage?
Date Time Of Last Edit: 2019-07-22 01:27:27
[2019-07-22 02:09:50]
Sierra Chart Engineering - Posts: 104368

Could it have been quietly deprecated in favour of the current per-subgraph usage?
Not intentionally but we see this is the case. This will be resolved in the next release but you should use sc.Subgraph[].DrawZeros instead.


The problem with the study not drawing zero values will be resolved in the next release.
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

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

Login

Login Page - Create Account