Login Page - Create Account

Support Board


Date/Time: Tue, 23 Apr 2024 07:46:45 +0000



[Programming Help] - Study coding

View Count: 1434

[2022-03-10 19:41:25]
lovelivelaught - Posts: 47
Hello
I have a code for TD Sequential study from TradingView that needs to be coded into Sierra Chart. Would you be able to do that? It is very difficult for me to do coding, I just don't understand it.
Thanks
[2022-03-10 23:47:32]
Tony - Posts: 458
Is it possible that you could post Trading View's source code? So everybody would have an idea how much work is needed.

By the way, was it done by 'glaz'?
Date Time Of Last Edit: 2022-03-10 23:49:11
[2022-03-12 00:12:20]
lovelivelaught - Posts: 47
You have Trading The Nines study. I just wonder if you will be able to add 13 and a combo 9, combo 13 and aggressive buy sell to your Trading The Nines study.
It is not by 'glaz' it is by 'brobear'
It is a long code that is for sure.
[2022-03-12 19:33:59]
lovelivelaught - Posts: 47
Ah well. Would you recommend anybody who could convert that code to Sierra?
Would you be able to help with alert formula for scanning any numbers (particularly 8 and 9) on Trading The Nines study? I could not figure it out.
[2022-03-12 23:26:16]
1+1=10 - Posts: 270
lovelivelaught,

Regarding alert forumulas on Trading the Nines see the post below regarding user tomglib (and Spreadsheet studies).

Regarding programmers who possibly could covert the TradingView study to an SC study, also see the post below. I'm a programmer too and the one caution I'll give you is that TradingView studies don't use an actual programming language that can be used to accomplish general purposes tasks. Instead, they made their own specialized language specifically for trading that only works in TradingView.

As a result, even most professional programmers would first have to to take the time to learn the TradingView language before they could convert it to an SC study. (SC uses C++, which more programmers already know.)

Anyway, good luck!

Sierra Developers/Programmers for private work
[2022-03-13 12:23:03]
SC Support Tom - Posts: 450
I am indeed working on adding all of Tom DeMark's studies to Sierra Chart as native studies, and TD Sequential is on the list. SC will have it at some point.

However I am working directly from DeMark's books, not the code from any other platform. I am doing this because the books are the primary source, and I do not want to have to go back and correct the study later. This is a tedious process, and it will take some time. But it is on the horizon.
Date Time Of Last Edit: 2022-03-13 12:26:27
[2022-03-13 12:42:36]
1+1=10 - Posts: 270
Thanks for your efforts SC Support Tom!
[2022-03-13 13:48:21]
SC Support Tom - Posts: 450
So far we have got these DeMark studies, which are 100% faithful to his books. Hopefully you will find them useful.

DeMarker Oscillator Type I
DeMarker Oscillator Type II
Range Expansion Index
Rate of Change Oscillator Type I
Rate of Change Oscillator Type II
Trading the Nines

After working on Trading the Nines, I jumped over to producing the studies by John Ehlers, which are equally popular.

SC will have all of the DeMark and Ehlers studies eventually. We are working on it.
[2022-03-13 17:52:33]
lovelivelaught - Posts: 47
Thank you everybody. I am looking forward to your development of TD Sequential by John Ehlers or Tom Demark which are basically same.
Your Trading The Nines study is awesome!
All best in your developments!
[2022-06-12 02:35:44]
Ed C. - Posts: 98
Regarding the Trading The Nines study, it seems that the study uses numbers output as drawn objects on the chart, so I have been unable to input SG1 or SG2 to the Color Bar Based On Alert Condition, to either draw an arrow or use it in any sort of automation.

Is there a way to use the actual output from the study graphs to do anything meaningful other than to appear on the chart? i tried Akin's suggestion, but no joy.
[2022-06-13 14:41:35]
John - SC Support - Posts: 31027
Your information is incorrect. The numbers are NOT drawing objects, they are subgraphs using the Draw Style of Custom Value at Y. The subgraphs themselves contain the value of the number that is displayed.
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2022-06-13 19:47:38]
Ed C. - Posts: 98
The subgraphs themselves contain the value of the number that is displayed.

If that is true, I can't find a way to display it. The subgraph values are always 0.
[2022-06-13 20:26:11]
John - SC Support - Posts: 31027
Add the Spreadsheet Formula to the chart and set the formula to the following:
=ID1.SG1

Where ID1 is the ID of the Trading The Nines Study and SG1 is then the Buy Numbers. You will see that the spreadsheet formula shows the values that match the numbers in the Trading the Nines study.
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