I have reinstalled silverlight as per above, restarted my computer, and still no joy (tc2000 will not load). I am running a macbookpro with Mavericks. Any suggestions? Problem began when I tried to upgrade to the latest version of TC2000.
|
Hi Bruce, Mike from the UK here - was just talking to tech support on this same issue - was that you?
|
Thanks Bruce - shame you could do it in v7!
|
Hi Bud, can you please tell me how to link a stock to its sub industry and industry in TC2000 v12?
I have set up 4 charts on one page and wish to link them all.
many thanks
|
The above is refering to the top of the BB going long in a trade.
|
Hi bud, is this the correct PCF for a bollinger band NOT pierced on the previous candle?
H1 <= AVGC10 + .8 * SQR(ABS(C ^ 2 + C1 ^ 2 + C2 ^ 2 + C3 ^ 2 + C4 ^ 2 + C5 ^ 2 + C6 ^ 2 + C7 ^ 2 + C8 ^ 2 + C9 ^ 2 - 10 * AVGC10 ^ 2) / 9)
I think the above may need a C10 added
The idea is to combine the above with the bollinger pierced on the most recent candle, which I presume would simply add:
and (H > AVGC10 + .8 * SQR(ABS(C ^ 2 + C1 ^ 2 + C2 ^ 2 + C3 ^ 2 + C4 ^ 2 + C5 ^ 2 + C6 ^ 2 + C7 ^ 2 + C8 ^ 2 + C9 ^ 2 - 10 * AVGC10 ^ 2) / 9)).
Is this correct? Thanks for your help.
|
Thanks. Can you kindly also tell me the pcf for the rsi 2 being below 50 on either the current or previous bar. Really appreciate your help.
|
Hi, I know that for the price to break through the bollinger during the current candle the pcf is
H > AVGC10 + .8 * SQR(ABS(C ^ 2 + C1 ^ 2 + C2 ^ 2 + C3 ^ 2 + C4 ^ 2 + C5 ^ 2 + C6 ^ 2 + C7 ^ 2 + C8 ^ 2 + C9 ^ 2 - 10 * AVGC10 ^ 2) / 9)
Can you please tell me how to adapt this to be true for the price to have broken above the bollinger for the last 2 candles. Many thanks.
|