Login Page - Create Account

Support Board


Date/Time: Mon, 16 Sep 2024 19:18:42 +0000



Why Would I Not Be Able to Hide The Lines of an Indicator?

View Count: 1473

[2014-06-29 15:31:27]
cmet - Posts: 548
If I set some of the Subgraph settings on the Vortex Indicator to "ignore" or "hidden", they do not disappear.

I realize this is a user defined study but is there a simple way to open up this indicator code in SC and add or fix this problem so that I can hide Subgraph parameters I don't need?
[2014-07-01 06:18:12]
Sierra Chart Engineering - Posts: 104368
The code is attached.

Currently with the way that it is programmed, it will do what you described.
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
attachmentVortexIndicator.cpp - Attached On 2014-07-01 06:17:40 UTC - Size: 8.04 KB - 480 views
[2014-07-06 21:31:11]
cmet - Posts: 548
Can't create a dll from this.

"None of the selected source files contains the SCDLLName line at the top of the file"
[2014-07-06 21:34:18]
cmet - Posts: 548
Nevermind, found the solution

#include <string>
#include "sierrachart.h"
SCDLLName("VortexIndicator")
[2014-07-06 21:40:53]
cmet - Posts: 548
However, this does not solve the problem.

I cannot hide any of the lines on the indicator. It automatically turns them back on when you hit "ok"

Here's is a video showing the problem: http://tinypic.com/player.php?v=96cdad%3E&s=8#.U7nCQ7H5eXg

Is there something simple I can change in the cpp file that will allow me to do this?
Date Time Of Last Edit: 2014-07-06 21:41:30

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

Login

Login Page - Create Account