Registered User Joined: 10/27/2012 Posts: 11
|
Bruce,
I've just checked the site tradingview.com and it has some nice tools like TC2000 ruler, but I think they are different maybe better... can the devolpment team evaluate to have some of them in our tool future realeases?
Look ...

|

 Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Thank you for your suggestion. It has been assigned case number 9496.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Registered User Joined: 10/27/2012 Posts: 11
|
Thanks Bruce,
Another enhancement that can be nice to have is the Pivots Points High - Low shown here ...

|

 Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Assuming Pivots HL (7,7) is a central high surrounded by 7 lower highs on each side or a central low surrounded by 7 higher lows on each side, we could create a Custom PCF Indicator to Plot the highs (but they wouldn't have labels).
Start by creating the following Custom PCF Indicator for the Swing Point High where it is first detected:
- Plot Style: Doesn't matter (because of the Plot Opacity setting below).
- Plot Color: Doesn't matter (because of the Plot Opacity setting below).
- Period: 1
- Average Type: Doesn't matter (becasue the Period is set to 1).
- Formula: H7 * ABS(H7 > MAXH7.8 AND H7 > MAXH7)
- Line Style: Doesn't matter (because of the Plot Opacity setting below).
- Line Width: Doesn't matter (because of the Plot Opacity setting below).
- Plot Opacity: All the way to the left.
Then create a Custom PCF Indicator for the Swing Point Low where it is first detected using the same settings as above with the exception of changing the Formula to:
L7 * ABS(L7 < MINL7.8 AND L7 < MINL7)
Now add 1-Period Simple Moving Averages to both Custom PCF Indicators and set the Offset to -7 (the negative is important). I would probably set the Plot Style of these Moving Average indicators to Dots.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Registered User Joined: 10/27/2012 Posts: 11
|
Many thanks Bruce.
Very smart way to define the indicator.
The only problem, as you said is that it won't have the labels. That's why I think having a built in indicator that also includes the labels would be a nice enhancement.
Thanks!
Nelson
|

 Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Thank you for your suggestion. It has been assigned case number 9515.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|