Login Page - Create Account

Support Board


Date/Time: Sat, 20 Apr 2024 06:39:23 +0000



question on sc.Subgraph[].DataColor[] for GDT_POINT_AND_FIGURE_BARS

View Count: 1141

[2016-05-05 15:55:51]
@sstfrederik - Posts: 403
When manually changing the primary color of the High in a pnf chart I see the color change. Would like to use a secondary color in ACSIL to do the same.

I used the point and figure study form studies8.cpp. I did some very basic testing and it does not seem to work. Am I missing something?

in sc.SetDefaults added:

sc.GraphUsesChartColors = 0;//
High.SecondaryColor = RGB(0,0,255);//
High.SecondaryColorUsed = true;//

In the main loop I added:
High.DataColor[OutputIndex] = High.SecondaryColor; //
[2016-05-05 19:23:58]
Sierra Chart Engineering - Posts: 104368
We have to add support for this. This will be done today.
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
[2016-05-06 07:40:35]
Sierra Chart Engineering - Posts: 104368
This will be supported in the next release. It is untested so let us know if it works properly.

We do not expect any problems. It is very efficiently implemented.
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
[2016-05-06 14:51:04]
@sstfrederik - Posts: 403
Thanks. Will wait for 1407 release than. I will let you know in this thread.
[2016-05-07 15:10:31]
@sstfrederik - Posts: 403
Its working as expected. Many thanks.
[2016-05-07 15:21:52]
@sstfrederik - Posts: 403
however with the new installation the sierrachart.h is not installed properly.

contents of sierrachart.h are:

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /downloads/1407/sierrachart.h was not found on this server.</p>
</body></html>

therefore unable to compile new studies. will use 1406 for that.
Date Time Of Last Edit: 2016-05-07 16:39:53
[2016-05-07 18:14:05]
Sierra Chart Engineering - Posts: 104368
This will be solved in a few hours. We are working on a new installer and have a problem we need to correct.
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