financialbillionairemagician |
Gold User, Member, Platinum User, TeleChart
|
Registered User |
|
|
|
|
Unsure |
|
Friday, January 28, 2005 |
Saturday, October 15, 2016 4:33:41 AM |
97 [0.03% of all post / 0.01 posts per day] |
|
HI in my first question you helped me to identify when the h of a candle was above my bolinger band settings of 10 period 8 stdev on a daily chart
how do i do this on a weekly chart
a) h above the bollinger on weekly chart
b) l below the bollinger on a weekly
i tried this and it doesnt work
L < (C + C5 + C10 + C15 + C20 + C25 + C30 + C35 + C40 + C45) / 10 - .8 * SQR(ABS(C ^ 2 + C5 ^ 2 + C10 ^ 2 + C15 ^ 2 + C20 ^ 2 + C25 ^ 2 + C30 ^ 2 + C35 ^ 2 + C40 ^ 2 + C45 ^ 2 - 10 * ((C + C5 + C10 + C15 + C20 + C25 + C30 + C35 + C40 + C45) / 10) ^ 2) / 9)
|
hI thanks for help on the last point. always simple when you know how ;-)
I have a stochastic simple with setting period 30, sk 3 and sd 1, and can not work out how to create a pcf on tc200 v7 that says the settings are:
above 65 on
a) the daily b) weekly c) monthly
and a seperate set that say:
below 35 on
a) daily b) weekly c) monthly
|
i am trying to create a pcf that says the high of a candle must be above my bollinger band settings of 10 bar 8 stddev, but it seems to be missing a few candle when i look at it in % true. here is what i have come up with so far. can you please advice
(H > AVGC10.1 + .8 * SQR(ABS(C1 ^ 2 + C2 ^ 2 + C3 ^ 2 + C4 ^ 2 + C5 ^ 2 + C6 ^ 2 + C7 ^ 2 + C8 ^ 2 + C9 ^ 2 + C10 ^ 2 - 10 * AVGC10.1 ^ 2) / 9) 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) ))
|
IF TRADING OFF A 3 DAY CHART, AND I WISH TO GET IN ABOVE THE HIGH OF A 3 DAY CANDLE, HOW DO U KNOW WHEN THEN 3 DAY CANDLE HAS FINISHED AND IT IS GOING TO START A NEW CANDLE ON THE 3 DAY, AS THE HIGH MAY BE THE HIGH OF DAY 2 AND NOT DAY 3 AND I COULD THEREFORE BE FASELY TRIGGERED IN?
THANKS FOR THE HELP
JUST REALISED THE CAP LOCK WAS ON.. SORRY!!!!!!!!!
|
i am trying to work out whaqt the following means....T2123 Cumulative 4week New High/New Low This is simply the difference between the number of issues reaching new highs ......
when its says the term "the number of issues", what exactly does this mean? is it all stocks from an index, all stocks, a selection of stock or something else? I look forward to your reply.
|
Thanks Bruce, can you please show me a PCF for the above, but on a monthly chart, with the same settings, above and below the bollinger bands? thanks in adavance.
|
i have a bollinger bands setting of 10 period and width of 8. i have a attached these setting to the Money Stream indicator. Can you please tell me what the approprite PCf would be to show when the Money stream is above the bollinger band settings and below the bollinger band settings on a 1 day, 2 day and weekly chart please.
|
how do i write a pcf that says that todays candle is the new 20 day high, and this is the first time it has made a 20 day new high in 2 days, thus yesterday was not the new high and now today is a continuation of that new high?
also i do i do the inverse for new lows?
|
can u please adjust these so that they only 2 candles are outside the bollinger band setting ( 10. 8) on a weekly chart rather than the 3 candles that the current PCF.
C > (C + C5 + C10 + C15 + C20 + C25 + C30 + C35 + C40 + C45) / 10 + .8 * SQR(ABS(C ^ 2 + C5 ^ 2 + C10 ^ 2 + C15 ^ 2 + C20 ^ 2 + C25 ^ 2 + C30 ^ 2 + C35 ^ 2 + C40 ^ 2 + C45 ^ 2 - 10 * ((C + C5 + C10 + C15 + C20 + C25 + C30 + C35 + C40 + C45) / 10) ^ 2) / 9) AND (C5 <= (C5 + C10 + C15 + C20 + C25 + C30 + C35 + C40 + C45 + C50) / 10 + .8 * SQR(ABS(C5 ^ 2 + C10 ^ 2 + C15 ^ 2 + C20 ^ 2 + C25 ^ 2 + C30 ^ 2 + C35 ^ 2 + C40 ^ 2 + C45 ^ 2 + C50 ^ 2 - 10 * ((C5 + C10 + C15 + C20 + C25 + C30 + C35 + C40 + C45 + C50) / 10) ^ 2) / 9) OR C10 <= (C10 + C15 + C20 + C25 + C30 + C35 + C40 + C45 + C50 + C55) / 10 + .8 * SQR(ABS(C10 ^ 2 + C15 ^ 2 + C20 ^ 2 + C25 ^ 2 + C30 ^ 2 + C35 ^ 2 + C40 ^ 2 + C45 ^ 2 + C50 ^ 2 + C55 ^ 2 - 10 * ((C10 + C15 + C20 + C25 + C30 + C35 + C40 + C45 + C50 + C55) / 10) ^ 2) / 9) OR C15 <= (C15 + C20 + C25 + C30 + C35 + C40 + C45 + C50 + C55 + C60) / 10 + .8 * SQR(ABS(C15 ^ 2 + C20 ^ 2 + C25 ^ 2 + C30 ^ 2 + C35 ^ 2 + C40 ^ 2 + C45 ^ 2 + C50 ^ 2 + C55 ^ 2 + C60 ^ 2 - 10 * ((C15 + C20 + C25 + C30 + C35 + C40 + C45 + C50 + C55 + C60) / 10) ^ 2) / 9))
and
C < (C + C5 + C10 + C15 + C20 + C25 + C30 + C35 + C40 + C45) / 10 - .8 * SQR(ABS(C ^ 2 + C5 ^ 2 + C10 ^ 2 + C15 ^ 2 + C20 ^ 2 + C25 ^ 2 + C30 ^ 2 + C35 ^ 2 + C40 ^ 2 + C45 ^ 2 - 10 * ((C + C5 + C10 + C15 + C20 + C25 + C30 + C35 + C40 + C45) / 10) ^ 2) / 9) AND (C5 >= (C5 + C10 + C15 + C20 + C25 + C30 + C35 + C40 + C45 + C50) / 10 - .8 * SQR(ABS(C5 ^ 2 + C10 ^ 2 + C15 ^ 2 + C20 ^ 2 + C25 ^ 2 + C30 ^ 2 + C35 ^ 2 + C40 ^ 2 + C45 ^ 2 + C50 ^ 2 - 10 * ((C5 + C10 + C15 + C20 + C25 + C30 + C35 + C40 + C45 + C50) / 10) ^ 2) / 9) OR C10 >= (C10 + C15 + C20 + C25 + C30 + C35 + C40 + C45 + C50 + C55) / 10 - .8 * SQR(ABS(C10 ^ 2 + C15 ^ 2 + C20 ^ 2 + C25 ^ 2 + C30 ^ 2 + C35 ^ 2 + C40 ^ 2 + C45 ^ 2 + C50 ^ 2 + C55 ^ 2 - 10 * ((C10 + C15 + C20 + C25 + C30 + C35 + C40 + C45 + C50 + C55) / 10) ^ 2) / 9) OR C15 >= (C15 + C20 + C25 + C30 + C35 + C40 + C45 + C50 + C55 + C60) / 10 - .8 * SQR(ABS(C15 ^ 2 + C20 ^ 2 + C25 ^ 2 + C30 ^ 2 + C35 ^ 2 + C40 ^ 2 + C45 ^ 2 + C50 ^ 2 + C55 ^ 2 + C60 ^ 2 - 10 * ((C15 + C20 + C25 + C30 + C35 + C40 + C45 + C50 + C55 + C60) / 10) ^ 2) / 9))
|
Can you adjust these for me so that they show a maximum of 2 days outside the Bollinger band settings, rather than the 1 they are currently identifying?
C > 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) AND C1 <= AVGC10.1 + .8 * SQR(ABS(C1 ^ 2 + C2 ^ 2 + C3 ^ 2 + C4 ^ 2 + C5 ^ 2 + C6 ^ 2 + C7 ^ 2 + C8 ^ 2 + C9 ^ 2 + C10 ^ 2 - 10 * AVGC10.1 ^ 2) / 9)
and
C < 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) AND C1 >= AVGC10.1 - .8 * SQR(ABS(C1 ^ 2 + C2 ^ 2 + C3 ^ 2 + C4 ^ 2 + C5 ^ 2 + C6 ^ 2 + C7 ^ 2 + C8 ^ 2 + C9 ^ 2 + C10 ^ 2 - 10 * AVGC10.1 ^ 2) / 9)
also, can u show me a pcf for the same Bollinger band settings, but the has two consecutive closes within the Bollinger bands, on a 1 day, weekly, and monthly chart please.
Thanks in advance
|
|