Login Page - Create Account

Support Board


Date/Time: Wed, 01 May 2024 00:26:01 +0000



SC Tom DeMark: Trading the Nines?

View Count: 10344

[2019-12-14 00:01:53]
User14953 - Posts: 189
Happy Holidays!

Santa
Please leave a TD 9-Count tool under the tree.
Thanks and best to all!

https://youtu.be/R8XD-seZ_sE?t=2410
Date Time Of Last Edit: 2019-12-14 00:09:20
[2019-12-27 07:37:48]
SC Support Tom - Posts: 450
I have finished coding TD Setup (aka Trading the Nines). I apologize for the delay, and I appreciate your efforts to help me via email. The delay was not due to a misunderstanding of the indicator, but rather to my own inexperience with ACSIL. I spent a fair bit of time reading the documentation for this language.

I have some enhancements to make to this study, but the basic framework is in place and you can start using it. Attached to this post are the source code, the .dll file (place this in Sierra Chart >> Data, then find the study TD Setup in Sierra Chart under Analysis >> Studies >> Add Custom Studies), and the chartbook that I tested the study on. The test was successful.

By default the study places green numbers above all bars that satisfy the criteria for a valid buy setup, and red numbers below all bars that satisfy the criteria for a valid sell setup. The number of consecutively labeled bars may be less than, equal to, or greater than 9. Once the number reaches 9, this indicates a signal to either buy or sell.
attachmentscsf_TDSetup.cpp - Attached On 2019-12-27 07:36:34 UTC - Size: 2.83 KB - 486 views
Private File
attachmentTDSetup.Cht - Attached On 2019-12-27 07:36:57 UTC - Size: 39.82 KB - 445 views
[2019-12-27 07:38:45]
SC Support Tom - Posts: 450
Here is a screenshot of the chartbook that I used to test this study. The bar numbering is accurate, as I verified in the attached spreadsheet.
imageTDSetup.png / V - Attached On 2019-12-27 07:38:37 UTC - Size: 34.38 KB - 708 views
Private File
[2019-12-27 09:09:35]
john4th - Posts: 23
Thanks Tom. This is a great Christmas present!
[2019-12-29 06:34:19]
User14953 - Posts: 189
Beauty. Should Sierra Chart v1928 work with this? Thx
[2019-12-29 10:46:31]
User871277 - Posts: 34
There aren't supposed to be any other numbers higher than 9

See here from Bloomberg

http://www.mysmu.edu/faculty/christophert/QF206/Week_05.pdf

Math is pretty simple.
[2019-12-30 02:38:31]
Halco - Posts: 92
I do not see any attached DLL file. There's a cpp file and a cht file and then it says "Private File".
[2019-12-30 03:42:43]
john4th - Posts: 23
To install:
1) click on the scsf_TDSetup.cpp file above.
2) save it to C:> SierraChart> ACS_Source folder
3) Go back to Sierra Chart and select Analysis >> Build Custom Studies DLL on the Sierra Chart menu.
4) Click: File> Select Files> scsf_TDSetup.cpp (file should be at top)
5) Click: Build> Remote Build. Now visible study in system
6) Go to desired chart; Right click> Studies> Add Custom Study button
7) Find Custom Study DLL at bottom (use +- buttons on far left of file list to compress lists)
8) click on TD Setup within Custom Study DLL
9) click Add button at bottom which will insert it into chart.

How to Use an Advanced Custom Study or a Study Collection
[2019-12-30 09:36:18]
User871277 - Posts: 34
I am pretty sure it is not yet implemented correctly by the rules of Tom Demark.
[2020-01-08 18:23:39]
SC Support Tom - Posts: 450
Regarding Post #30:


There aren't supposed to be any other numbers higher than 9

With TD Setup, there can be numbers higher than 9. I am working from the primary sources, namely DeMark's books.

Quoting from page 43 of New Market Timing Techniques:


A buy Setup is defined as a series of none or more closes less than the close four trading days earlier, and a sell Setup is defined as a series of nine or more consecutive closes greater than the close four trading days earlier. The Setup period could, and often does, extend past the minimum number of nine consecutive closes less than or greater than the close four trading days earlier.

The emphasis was also in the original. The TD Buy Setup Perfection and Sell Setup Perfection on Slides 12 and 16 of the link that you provided are the segue from TD Setup to TD Countdown. I am working on TD Countdown now.
Date Time Of Last Edit: 2020-01-08 18:26:36
[2020-01-08 18:25:38]
SC Support Tom - Posts: 450

I do not see any attached DLL file. There's a cpp file and a cht file and then it says "Private File".

Here is the .dll file.
Date Time Of Last Edit: 2020-01-08 18:25:52
Private File
[2020-01-30 23:47:41]
User14953 - Posts: 189
Hi
How's the work on the TD Countdown looking? Thx
[2020-03-01 21:21:36]
User14953 - Posts: 189
Hi Tom

(TD Setup (aka Trading the Nines). The basic framework is in place and you can start using it.)

You mentioned some enhancements planned for this study.

Is work ongoing in these quarters?
What enhancements are on the docket?
Is there an eta?

Thanks
[2020-03-06 21:32:58]
SC Support Tom - Posts: 450
We have just added the study Trading the Nines to Sierra Chart in v2062. It is substantially enhanced and improved over the Advanced Custom Study that I posted a couple of months ago.

Most notably:

* The bar numbering goes no higher than 9 for either Buy Setups or Sell Setups.
* The criteria for Buy Setup Perfection and Sell Setup Perfection have been implemented.

Here is the documentation:

Trading the Nines
Date Time Of Last Edit: 2020-03-06 21:56:55
[2020-03-06 21:49:47]
john4th - Posts: 23
Tom,
I cannot find Trading the Nines in v.2060.
a) Do I need to download the pre-release version?
b) Would I find it under the Studies Available or Custom Study section?

Thanks.
[2020-03-06 21:50:38]
SC Support Tom - Posts: 450
Hi john4th, yes you will find it in the pre-release version (v2062). I have just edited my previous post to indicate this. It will be under Studies Available.
Date Time Of Last Edit: 2020-03-06 21:57:24
[2020-03-06 21:52:14]
SC Support Tom - Posts: 450
WRT Post #37:


Hi
How's the work on the TD Countdown looking? Thx

TD Sequential (comprised of TD Setup and TD Countdown) is much more complicated than Trading the Nines, and will take some time and research. We do not intend to post updates on the progress of these studies, but will be happy to announce when they are finished. We consider the topic of this thread to be resolved as of today.
Date Time Of Last Edit: 2020-03-06 21:54:03
[2020-05-31 12:41:17]
User378620 - Posts: 6
Hello,

can anyone help to create an alarm when the yellow 9 appears (for buy and sell)?
I tried (for buy):

= ID.xx.SG1 > 0
= ID.xx.SG1 = 9
= ID.xx.SG1 = r_IsBuyPerfection

which all did'nt work.

Thanks.
[2020-05-31 13:14:36]
Ackin - Posts: 1865
Try study:
2 x "Color Bar Based On alert Condition"

to alert tab in the settings of study Color bar write:
=IDx.SG1=9

where x is number of Trading the nines study ID


The same formula again for the opposite direction in the second Color bar based study just change the expression SG1 to SG2
[2020-05-31 14:41:40]
User378620 - Posts: 6
Thanks for suggestion.

It works now with your proposed study and with the study itself in this way:

=OR(IDxx.SG1=9,IDxx.SG2=9)
[2020-05-31 14:57:11]
Ackin - Posts: 1865
Yes, I know, I described it to you in two CBOAC studies to have a separate alert for the automatic trading system for long and a separate for short
[2020-06-01 07:57:47]
Eric - Posts: 21
Hi, does this indicator work on range bars?
I just tried it on a range bar but the number keeps counting as the current bar changes price. I get numbers up to 200 something.
Is there a fix on this?
[2020-06-01 08:01:32]
Eric - Posts: 21
here's what i'm talking about
the latest bar keeps counting as the bar moves up and down
imagedemark.jpg / V - Attached On 2020-06-01 08:01:20 UTC - Size: 141.54 KB - 491 views
[2020-06-03 19:09:10]
SC Support Tom - Posts: 450
Regarding Post #46, I have checked the Trading the Nines study with every type of Range Bar, and have not found the error that you are reporting. Also, it looks like there is a lot more going on in the screenshot in Post #47 than just Range Bars. We are looking into this, but in the mean time we would ask you to upgrade to the newest version of Sierra Chart and try again.
[2020-06-06 00:21:06]
Sierra_Chart Engineering - Posts: 14160
Hi again, please provide us wit the chart that you showed in Post #47 following these instructions:

Support Board Posting Information: Providing Chartbook with Only a Single Chart
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, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2020-06-09 07:49:19]
Eric - Posts: 21
Hi, I have followed the given instructions. I duplicated a new chartbook but for some reason it is not in the data folder. I uploaded the original cht file instead.
As what you suggested, I've removed everything with only the TD study left. This is a 50 point range bar for HSI futures.
Everything's removed but as you see, the numbers can get up to 1000s.

Eric
imagetd.jpg / V - Attached On 2020-06-09 07:46:18 UTC - Size: 72.13 KB - 668 views
imagestudies.jpg / V - Attached On 2020-06-09 07:46:24 UTC - Size: 138.05 KB - 504 views
attachmentChartbookExample.cht - Attached On 2020-06-09 07:46:51 UTC - Size: 20.65 KB - 321 views

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

Login

Login Page - Create Account