Login Page - Create Account

Support Board


Date/Time: Fri, 03 May 2024 11:29:40 +0000



Indicator Support

View Count: 862

[2019-10-30 05:32:12]
User688457 - Posts: 9
Dear Sierra Chart,

I never got a response to my last inquiry, but it was involving a Volume weighted Accumulation/ Distribution study. I tried to adjust the settings, but i wasnt successful. I tried to get the study to plot similar to the study in the picture in the attachment. The study in the attachment is from a different platform, but its the closest thing i could find to what i am trying to get the Accumulation/Distribution study to plot and look like visually. Can you help please. As this is a vital part of my trading strategy.
imageVAD.png / V - Attached On 2019-10-30 05:31:41 UTC - Size: 21.5 KB - 277 views
[2019-10-30 11:58:27]
Sierra Chart Engineering - Posts: 104368
Do you have a formula for the study that you require?
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-10-30 14:15:48]
User688457 - Posts: 9
((Close – Low) – (High – Close)) / (High – Low) * Period Volume
[2019-10-30 18:18:36]
Vivil - Posts: 7
Is it that what you mean? (see attachment)




  double Vol = 0;
  double hi = (double)sc.High[sc.Index-1];
  double lo = (double)sc.Low[sc.Index-1];
  double op = (double)sc.Open[sc.Index-1];
  double cl = (double)sc.Close[sc.Index-1];

  for (int i = sc.Index -1; i > sc.Index - 1 - In_VolumePeriode.GetInt(); i--)
  {

    Vol += sc.Volume[sc.Index];

  }

  double dValue = ((cl-lo) - (hi-cl))/(hi-lo)*Vol;


  sg_Indikator[sc.Index] = dValue;


Date Time Of Last Edit: 2019-10-30 20:09:00
[2019-10-30 18:44:42]
User688457 - Posts: 9
I added the file to the data folder, and when i tried to pull file up on sierra charts the message in the attachment is what i got.
And i also saw under my account that my account was not enabled for dll files. And that i need to contact support team
Date Time Of Last Edit: 2019-10-30 18:56:22
imageSierra_Chart_Message_Log.png / V - Attached On 2019-10-30 18:44:19 UTC - Size: 82.4 KB - 266 views
[2019-10-30 19:09:49]
Vivil - Posts: 7
I think it was my problem. And you need the newest (2005 but min 2002!) Version Sierra-chart
when you can't update absolutely - so I need your Version! See screenshot...
Date Time Of Last Edit: 2019-10-30 21:19:47
imageScreenshot_3.jpg / V - Attached On 2019-10-30 19:08:42 UTC - Size: 249.12 KB - 313 views
[2019-10-30 19:35:30]
User688457 - Posts: 9
My version is Sierra Chart 1991.
Im currently downloading updated version
Date Time Of Last Edit: 2019-10-30 19:37:27
imageSierra_chart_version.png / V - Attached On 2019-10-30 19:35:24 UTC - Size: 15.88 KB - 235 views
[2019-10-30 19:42:05]
User688457 - Posts: 9
OK. I have current 2005 version now, and i was able to pull indicator up and everything looks great.

Thank you very much.

Its awesome
Date Time Of Last Edit: 2019-10-30 19:42:37
imageVAD_1.png / V - Attached On 2019-10-30 19:42:31 UTC - Size: 7.15 KB - 266 views
[2019-10-30 20:08:10]
Vivil - Posts: 7
It's fine. Can you verify the data of study? Is all right?
Date Time Of Last Edit: 2019-10-30 20:34:36
attachmentVR_Study_VL1_64.dll - Attached On 2019-10-30 20:34:22 UTC - Size: 136 KB - 294 views
[2019-11-05 23:29:57]
SC Support Tom - Posts: 450

It's fine. Can you verify the data of study? Is all right?

I can verify if the data is all right in a spreadsheet, but when I add the .dll file to my Sierra Chart/Data folder, the ACS does not show up. I am using Version 2007. Have you restricted this .dll file to User688457's account only?
Date Time Of Last Edit: 2019-11-05 23:30:20
[2019-11-06 12:28:47]
Vivil - Posts: 7
hi... his become the "beta"version without restrictions. But there was a bug inside. I added restrictions to manage the User and force updates...
Please send me your SC-Username. I add you in the list and You become the newest Version....
[2019-11-13 20:26:39]
SC Support Tom - Posts: 450
Hi, my SC username is SC Support Tom (same as on the board). Thanks!

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

Login

Login Page - Create Account