Login Page - Create Account

Support Board


Date/Time: Sat, 04 May 2024 18:08:37 +0000



Super Trend Stop

View Count: 103

[2024-04-10 09:20:32]
cnev - Posts: 14
Hi,
Is there a Super Trend Stop indicator available with the Sub graph option for SG1 & SG2 for upper and lower instead of the 2 together as SG1?
Any help or referral greatly appreciated.
[2024-04-10 16:42:54]
John - SC Support - Posts: 31362
There is not a "Super Trend Stop" that has the data in two subgraphs.

You can, however, get this setup by using the "Spreadsheet Formula" and entering the following formula to get the Stops that are on top (in red by default):
=IF(C < ID1.SG1[-1], ID1.SG1, 0)

You would need to do the opposite to get the other values into another subgraph.

The only downside to the above is when the Close of a Bar is equal to the Stop value, then the Stop uses the previously existing Stop type. You could add this to the formula, but it will take a bit of work, and is beyond the scope of our support.

Refer to the following:
Spreadsheet Formula

--

Another option is to modify the source code for the study to get the data into two subgraphs. This study's code is in the Studies.cpp file located in the ACS_Source folder under your main Sierra Chart installation folder. Refer to the following:
How to Build an Advanced Custom Study from Source Code
For the most reliable, advanced, and zero cost futures order routing, use 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