yazz |
Gold User, Member, TeleChart
|
Registered User |
|
|
|
|
Gender: |
|
Monday, September 20, 2010 |
Monday, April 20, 2015 8:43:04 PM |
16 [0.01% of all post / 0.00 posts per day] |
|
Thanks Bruce.
User error on my part. I did not know to open up a given entry from the main list of topics to get the full details. So I just copied part ot the formula that shows when i looked at the main list.
Thanks again.
|
From my previous post: the syntax error was from two missing paranthesis at the end. So here is the updated that does not give syntax error: (H + L + C - AVGH30 - AVGL30 - AVGC30) * 6000 / 3 / (ABS(H + L + C - AVGH30 - AVGL30 - AVGC30) + ABS(H1 + L1 + C1 - AVGH30 - AVGL30 - AVGC30) + ABS(H2 + L2 + C2 - AVGH30 - AVGL30 - AVGC30) + ABS(H3 + L3 + C3 - AVGH30 - AVGL30 - AVGC30) + ABS(H4 + L4 + C4 - AVGH30 - AVGL30 - AVGC30) + ABS(H5 + L5 + C5 - AVGH30 - AVGL30 - AVGC30) + ABS(H6 + L6 + C6 - AVGH30 - AVGL30 - AVGC3))
However when I plot above on 12.4, it gives different results than the built in CCI indicator. I need the correct pcf for CCI30 to use it in other pcfs that i want.
|
I picked up the pcf for 30 bar CCI from your reply to another member:
(H + L + C - AVGH30 - AVGL30 - AVGC30) * 6000 / 3 / (ABS(H + L + C - AVGH30 - AVGL30 - AVGC30) + ABS(H1 + L1 + C1 - AVGH30 - AVGL30 - AVGC30) + ABS(H2 + L2 + C2 - AVGH30 - AVGL30 - AVGC30) + ABS(H3 + L3 + C3 - AVGH30 - AVGL30 - AVGC30) + ABS(H4 + L4 + C4 - AVGH30 - AVGL30 - AVGC30) + ABS(H5 + L5 + C5 - AVGH30 - AVGL30 - AVGC30) + ABS(H6 + L6 + C6 - AVGH30 - AVGL30 - AVGC3
It gives Syntax Error.
What is missing?
Thanks
|
|
Thanks, Bruce.
bruceci, it did not give the correct answer.
|
I want to create a Histogram of the difference between a 12 day Exponential TSV and its 6 day Simple Average. I tried XAVG(TSV1.1,12) - AVG(TSV,6); it does not give corret results. XAVG(TSV1.1,12) - AVG(XAVG(TSV1.1,12),6) gives Syntax Error
|
Bruce,
Thank you for your reply. Certainly hope it can be included in the next release of v12.
yazz
|
Hello,
In TC2000 v7: when you add BOP indicator to the chart, there is a slection of adding BOP colors to the price graph.
Is that feature availble in TC2000 V12? If yes, how do I select it?
Thanks for your help,
yazz
|
Bruce,
Thank you for your help.
yazz
|
I did not communicate clearly about the PCF. What I want is PCF for :
(Upper BB Value - Lower BB Value)/Lower BB Value
I appreciate you taking the time,
Thanks,
Yazz
|
|