Best wishes and good luck to you. I've really enjoyed your informative posts on harmonics and hope you decide to continue posting on this interesting topic.
Also, please let us know how the alternative charting app works for you. I've been searching for an alternative as well and would like to hear about what you've found.
Many thanks for sharing your knowledge with us!
-systemtrader
|
Bruce, thank you for the suggestion to use a Custom PCF % True indicator. I will try it using verson 12.3.
|
The following PCF returns TRUE when a stock has made a 52-week high within the last 20 trading days including today. Unfortunately, the calculation speed is slow, presumably due to the repeated use of MAXH260.
Do you have any ideas on how this formula might be coded more efficiently?
( H = MAXH260 ) OR ( H1 = MAXH260.1 ) OR ( H2 = MAXH260.2 ) OR
( H3 = MAXH260.3 ) OR ( H4 = MAXH260.4 ) OR ( H5 = MAXH260.5 ) OR
( H6 = MAXH260.6 ) OR ( H7 = MAXH260.7 ) OR ( H8 = MAXH260.8 ) OR
( H9 = MAXH260.9 ) OR ( H10 = MAXH260.10 ) OR ( H11 = MAXH260.11 ) OR
( H12 = MAXH260.12 ) OR ( H13 = MAXH260.13 ) OR ( H14 = MAXH260.14 ) OR
( H15 = MAXH260.15 ) OR ( H16 = MAXH260.16 ) OR ( H17 = MAXH260.17 ) OR
( H18 = MAXH260.18 ) OR ( H19 = MAXH260.19 )
Thank you.
|
Any ideas on how to implement a volume-weighted exponential moving average in TeleChart? I've tried this syntax, XAVG(V*C,12)/XAVG(V,12), but it fails to produce the correct result.
|
I'd like to create a scan to search for stocks with an ADX rising by x amount over y number of days. I searched but failed to find any pcf's or built-in scans for the ADX. Any idea how to do this?
|