robbiefx125 |
Gold User, Member, TeleChart
|
Registered User |
|
|
|
|
Unsure |
|
Saturday, December 18, 2004 |
Saturday, June 15, 2019 7:53:07 PM |
50 [0.02% of all post / 0.01 posts per day] |
|
Thanks!
|
Re: Double Stochastics Indicator from Walter Bressert
Can this be done now in TC2000 vsn. 19 with the enhanced language?
|
I noticed that whenever I create a simple custom formula like C + C3 and I select a moving average, the result of an Edit/Test displays the sum of the two numbers. Meanwhile, the chart reflects whatever average has been selected.
This can be confusing.
However, If I choose, for example, AVG(C + C3,5) and do an Edit/Test, the result will match the chart value.
1) Edit/Test should always match the chart.
2) All of the caluclation values should appear. Sometimes, there is only a summarized value.
3) A horizontal scroll bar should be available for lengthy formulas. You cannot always view all of the numbers.
Thanks
|
Yes, that will do it. Thanks!
|
I was just wondering if there is a better alternative to COUNTTRUE for this purpose.
For example, more efficient or shorter.
I am simply counting how many of the averages exceed the next one.
10 > 20 + 20 > 50 + 50 > 100, etc.
COUNTTRUE(XAVGC10>XAVGC20,1) + COUNTTRUE(XAVGC20>XAVGC50,1) + COUNTTRUE(XAVGC50>XAVGC100,1)
|
Thanks
|
Hourly Charts
I'd like to analyze the opening frames (Close - Open) on an hourly chart. Say for the past 5 days.
There are 7 frames per day on an hourly chart.
Example:
If we are currently in Frame 3 of the hourly chart and I want to compute the Close - Open of yesterday's first frame, I would calculate C9 - O9.
If I want to reference the opening frame from 2 days ago, it would be C16 - O16.
So it's a function of 7.
1) Is there a dynamic way to do this during the day from any frame?
Or do I need to know the number of the current hourly frame?
2) Likewise, how would I do this after the close of the day? As of yesterday's close, it would seem to be C6 - O6. Then C13 - O13 for the prior day, etc.
Thanks
|
For watchlists and charts, I'd like the ability to include additional emojis - like a star, square, triangle, etc.
|
Thanks again!
|
A followup question.
I tried to place a minus sign in front of the SQR in order to flip the results. Used parentheses as well.
I received a Missing Argument errror message.
Is that not allowed in TC2000 V7?
Thanks
|
|