Edge888 |
Gold User, Member, Platinum User, TeleChart
|
Registered User |
|
|
|
|
Unsure |
|
Sunday, May 20, 2007 |
Thursday, August 13, 2020 12:20:05 PM |
25 [0.01% of all post / 0.00 posts per day] |
|
Each evening I create several Personal Watch List in v16/v12.6 for review. However, delting them the next day is a real pain.
Is it feasible to add a check box in front of each watch list name so that we may perform "bulk delete" in a few days after accumulating 10-20 obsolete watch lists?
For future enhancement consideration? Thanks.
|
In Telechart 2007 the numeric key is assigned to 9 Day bar first and then toggled to Month, Quarter, etc. That went away with the TC2000 12.2. Can you bring that hot key back? Or, can I change Key: 8 assignment to 9 Day instead? Thanks.
|
Cool. It worked. Thank you very much for your help.
|
Bruce:
Thank you for your explanation. I guess this feature is available in SF4 only? Any plan to include for SF5?
|
In his March 30 webinar, Jeff White showed his watch list contains three columns that one can click to select green, yellow and Red light that was a real neat trick.
He mentioned one of the Worden trainers showed him how to do this. I have been search the Forum but could not find the material on how to set it up. Can you help? Thank you.
|
Thank you...Will
|
Dr. Elder has a market termometer indicator that read like this:
Temperature = the greater of either
(Today’s High – Yesterday’s High) OR
(Yesterday’s Low – Today’s Low)
It is always a positive number, reflecting the aboslute value of either the upward or the downward extension of yesterday's range, whichever is greater. Plot temperature as a histogram above zero.
My attempt of a custom indicator in PCF looks like this:
((ABS(H-H1) >= ABS(L1-L))*-1)*(ABS(H-H1)) + ((ABS(L1-L) > ABS(H-H1))*-1)*(ABS(L1-L))
Does this look like a correct interpretation?
Also, can you help create a custom indicator in Real Code that I can call when needed? Thank you for your help!/Will
|
Understood. Thank you very much for your help.
|
Thanks, Bruce.
The shape is correct but the scaling seems to be a little off.
If I am looking for a cross-over with XAVG(STOC5,3), will they be on the same scale or do I need to normalize them to 0-100 scale in the PCF?
|
I was able to create a custom indicator
XAVG(STOC9.1,3)
to replicate the SD line of the following Telechart function:
Select Chart Template | Add Indicator | Stochastics.
- Period: 9
- SK Period: 1
- SD Period: 3
- Average Type: Exponential
I then added a child indicator of "7 period simple moving average" to the custom indicator and get the line I wanted.
Can you help me write a PCF that will give me the "7 period SMA of the XAVG(STOC9.1,3)"?
I have went through the various links on Stochastics but was unable to figue out the answer. Thank you for your help.
|
|