Please consider adding the Adatptive Moving Average indicator (a.k.a KAMA) in a future relase of TC2000.
Thank you
|
WOW!!! I couldn't believe it was possible!!! I tried so much! I am glad I asked you
Thank you so much Bruce. You are providing an unbeliavable support for the Worden products.
|
Hello,
is it possible to write a custom indicator in TC2000 that does this?
======================
If the low is higher then the 21 bars xaverage offsetted by 1 then the trend =1
if the high is lower then the 21 bars xaverage offsetted by 1 then the trend = -1
otherswise the trend is equal to the trend of the previous bar.
============================
I could make it work in stockfinder 5 thanks to the help of a kind stockfinder user. It would be terriffic if I could have it working also in TC2000, but wothout an pcf "if" funcion I feel a bit lost.
Thank you
|
thank you so much Gr8Trades!
It works perfectly -
I could have never figure that out by myself -
thank you again
|
Hello,
I am very new to realCode - I am tring to write a binary indicator I usually use to define the trend.
The indicators should works like this:
If the low is higher then the 21 bars xaverage offsetted by 1 then the trend =1
if the high is lower then the 21 bars xaverage offsetted by 1 then the trend = -1
otherswise the trend is equal to the trend of the previous bar.
This is my attempt:
=========================================
Dim trend As Integer
If price.Low > price.XAVG(21, 1) Then
trend = 1
ElseIf price.high < price.XAVG(21, 1) Then
trend = -1
Else
trend = trend(1) '|*** <- Error here - I AM TRING To REFER THE VARIABLE VALUE ONE BAR AGO
End If
plot = trend
========================================
I looked and looked but I couldn't find a solution - any help appreciated
Thank you
|
I think TC2000 is one of the best, if not the best charting software out there, and I worked with quiet a few.
Nevertheless there are few important features I would love to see implemented in the next versions.
This is my wishlist:
- A way to see the next earnigs release date and next dividend date.
- Alerts in the watchlist - so if I have a series of symbols I am tracking in a watchlist and I am looking for a condition to be triggered I can just put the alert on the column and not having to do it manually for each symbol.
- a more modern scripting language (Realcode would be good). Yes, I am amazed how much you can get out of PCFs formulas but, come on... we aren't in the '80s anymore.
Thank you
Mauro
|
The sound is the "Tink" sound - It is a system sound - so I agree with you. I will investigate in the system settings if there is a way to turn it off.
Thank you Bruce
|
The click comes from the speakers when I go through the symbols. If I push the space bar it goes down a symbol with a "click" - This doesn't happen in the main layout. Only in the layout I detach. I just tested it on the PC version - under Parallells - and it doesn't do it. I guess it is a Mac thing.
|
I am using TC2000 on a MAC. I use the floating layouts feature so I can use multiple monitors. Unfortunatelly every time I scroll through a watchlist in the floating layout I hear an annoying "click, click, click". Is there a way to turn it off?
Thank you
|
Does this mean that TC2000 is going to be discontinued on OSX? I really hope this is not the case.
|