Login Page - Create Account

Support Board


Date/Time: Sat, 27 Apr 2024 17:08:37 +0000



Chart Caculator & Time Difference

View Count: 2261

[2013-03-24 18:35:58]
WarriorTrader - Posts: 245
Hello,

I am using ACSIL to draw the Chart Caculator tool. The "Time Difference" is no longer working. It is displaying zeroes.

Thx,
WT

Date Time Of Last Edit: 2013-03-25 01:25:35
[2013-03-25 20:27:48]
WarriorTrader - Posts: 245
Here is a picture

https://www.sierrachart.com/Download.php?Folder=SupportBoard&download=87



WT
image3-21 DeltaLine error.png / V - Attached On 2013-03-25 20:23:20 UTC - Size: 111.99 KB - 958 views
Attachment Deleted.
[2013-03-25 20:42:41]
Sierra Chart Engineering - Posts: 104368
This really is not clear for us. How many bars does the chart calculator line span?

You need to provide an image with just one very clear line.
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
[2013-03-26 03:50:36]
WarriorTrader - Posts: 245
The length of the Chart Calculator can vary: Anywhere from a length of 1 to a length of over 100.

You can pick any length you like. It does not matter if it is drawn in the price chart or the delta study, the time difference comes up with zeros.

A manually drawn Chart Calculator works well. It is only a problem within ACSIL. There were no problems in 949. It broke somewhere after 949 or so.

Do you really need another image? Not sure how that will help you.

--WT

[2013-03-26 03:53:17]
WarriorTrader - Posts: 245
        InvGrabLineLow_Tool.Clear();
        InvGrabLineLow_Tool.ChartNumber = sc.ChartNumber;
        //InvGrabLineLow_Tool.DrawingType = DRAWING_LINE;
        InvGrabLineLow_Tool.DrawingType = DRAWING_CALCULATOR;
        InvGrabLineLow_Tool.ShowPriceDifference=1;
        InvGrabLineLow_Tool.ShowTimeDifference=1;
        InvGrabLineLow_Tool.LineNumber = 3431345;
        InvGrabLineLow_Tool.AddMethod = UTAM_ADD_OR_ADJUST;
        InvGrabLineLow_Tool.TextAlignment = DT_VCENTER | DT_RIGHT; //DT_VCENTER
      
        InvGrabLineLow_Tool.BeginIndex= SavedBeginIndex;
        InvGrabLineLow_Tool.EndIndex= sc.Index;
        //InvGrabLineLow_Tool.BeginDateTime = sc.BaseDateTimeIn[ChartDrawing.BeginIndex]; //VisOffset; //sc.BaseDateTimeIn[sc.ArraySize];
        //InvGrabLineLow_Tool.EndDateTime = sc.BaseDateTimeIn[sc.Index];

        InvGrabLineLow_Tool.LineStyle = LINESTYLE_DOT;
        InvGrabLineLow_Tool.LineWidth = 1;
        InvGrabLineLow_Tool.FontBackColor = RGB(255,255,255);

        InvGrabLineLow_Tool.BeginValue = sc.BaseData[SC_LOW][SavedBeginIndex];
        InvGrabLineLow_Tool.EndValue = sc.BaseData[SC_LAST][sc.Index];
        InvGrabLineLow_Tool.Color = RGB(219,137,137);

        sc.UseTool(InvGrabLineLow_Tool);

[2013-03-27 00:36:29]
Sierra Chart Engineering - Posts: 104368
Testing this now.
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
[2013-03-27 00:59:49]
Sierra Chart Engineering - Posts: 104368
This 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