Login Page - Create Account

Support Board


Date/Time: Tue, 30 Apr 2024 01:09:39 +0000



[User Discussion] - Help Rounding the Total Volume in the Zig Zag Study

View Count: 3371

[2014-01-30 19:00:55]
User59135 - Posts: 15
Can anyone tell me how to round the total volume values in the zig zag study. For example in the ES, the total volume swing of say "275556" would be rounded to "275" or "276". This would be much easier to read. Thank you.
[2014-01-31 12:54:34]
Graham - Posts: 44
It can be done....


imageES.png / V - Attached On 2014-01-31 12:54:01 UTC - Size: 37.53 KB - 1069 views
[2014-01-31 14:07:34]
jsoviero - Posts: 84
+1 for this suggestion.
[2014-01-31 14:59:57]
User59135 - Posts: 15
gdm1972, would you consider sharing your study? Thanks for posting.
Date Time Of Last Edit: 2014-01-31 15:00:15
[2014-01-31 15:20:55]
Graham - Posts: 44
The ZigZag study in part is similar to the Weis Wave, and the volume divisor is part of the WW that's available on other platforms. There was a discussion about the WW a long time ago on this forum (it's probably on the old support board) and what you see on the current ZigZag study includes a lot of that discussion/requests.

About a year ago I commissioned a programmer to basically write the equivalent of the Weis Wave for me to use on SC which is what you're seeing from that screenshot. Given that I paid for that development I'm not prepared to share it.

As I said, the current ZigZag study is now very close to what I have. I'm not a programmer and would not know how much work is involved, but it can be done.
[2014-02-09 15:38:37]
Sawtooth - Posts: 3985
It can be done easily with the Spreadsheet Study study:

1) In the ZZ study,
-Set Additional Output for Spreadsheets to Yes
-Set Calculate Zigzag Volume to Yes
-Set Display Zigzag Volume to No

2) Add the Spreadsheet Study study,
-Set the Chart Region to 1
-Give it a name in the Spreadsheet Name field
-Set the Draw Style of K(SG1) to Value on High
-Set the Draw Style of L(SG2) to Value on Low
-On the spreadsheet:
cell K3:
=IF(AD3>0,AE3/$K$1,0)
cell L3:
=IF(AD3<0,AE3/$K$1,0)
=cell K1:
the volume divisor

The formulas assume the ZZ study's Line Length is in column AD, and the AccumulatedVolume is in column AE.

Requires v1090.

[2014-03-19 09:26:24]
itz - Posts: 4
SierraChart - Can you please implement the rounding feature as suggested?
Thank you.
[2014-03-20 01:56:17]
George - Posts: 60
Here is a custom ZigZag Study, the same as the SC ZigZag Study, but it has an input for "ZigZag_VolumeDivisor".

Download the attached dll, "ZigZag_VolumeDivisor.dll" and put it into the "Data Folder", which is in the "Sierra Chart Folder".

This "ZigZag_VolumeDivisor" works on rounding the numbers that are shown above/below the ZigZag turning points,
it does not change the volume numbers on the vertical scale when the Cumulative ZigZag Volume Study is used.

It does not put a C or K or M, after the rounded numbers, but all one has to do is look at the input value one is using to know.




Attachment Deleted.
attachmentZigZag_VolumeDivisor.dll - Attached On 2014-03-20 01:44:41 UTC - Size: 34.5 KB - 540 views
[2014-03-20 02:16:34]
User12676 - Posts: 70
Thank you very much George!!!
[2014-03-20 02:17:40]
User12676 - Posts: 70
gdm1972,
How does your "weis wave" differ from the zigzag?
[2014-03-20 06:13:16]
Graham - Posts: 44
It doesn't differ. It does what the WW does with the exception it's only got the options that I personally use
[2014-03-20 13:31:26]
U_winks - Posts: 190
Dear George,

Thank you for your study, I deeply appreciate it. May your trades be blessed and your accounts be profitable always! :)
[2014-06-11 19:04:08]
User023822 - Posts: 15
Hi George,

I just found this thread. Thanks for sharing the Volume Divisor, which I have put in the data folder. I'm new to SC and not sure what to do next to get it to work - presumably there is another step to get it functioning with the zigzag volume. Any help gratefully received.:)

[2014-06-11 20:35:54]
George - Posts: 60
When you go to Chart Studies click on the "Add Custom Study" button and the "ZigZag_VolumeDivisor" should be there, then add it to your chart like any other study.
[2014-07-04 20:53:05]
User023822 - Posts: 15
Hi George,

Thanks for that, all working fine now. Sorry for the late reply.

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

Login

Login Page - Create Account