Thank you as always Bruce! You have been so rock solid
js
|
I’d like to screen for hourly patterns where:
1) A 60 min charts is an inside candle (where price of one candle is complete within the range of the previous bar’s candle), then,
2) immediately followed by an outside candle, (where that candle’s range completely engulfs the regarded inside candle).
Here is a picture of a day chart of SEE (I'd like to screen however, for 60 minute patterns).
https://i.imgur.com/SPOdicm.jpg
Can this formula be applied also to my TC2000v7 platform?
|
OMG 16 vs. 2016!!!! What a dummy!
Thanks Stockguy!!!!
|
I tried the following, however, I got the message, not enough data to calculate. I used the MINL250, MAXL250 for the respective last trading days 12/30/2016 & 12/29/2017.
Inside year (my failed attempt):
MINL250.'12/30/2016' < MINL250.'12.29/2017' AND MAXH250.'12/29/2017' < MAXH250.'12/30/2016'
|
What would the PCFs be for two following searches?:
1) Searches for Inside year stocks; where the entire candle stick for 2017 is inside the trading range for 2016);
2) 1) Searches for "outside year stocks;" where the entire candle stick for 2017 is outside the trading range for 2016)
|
Thanks as ALWAYS Bruce. You are the absolute BEST!!!!
js
QUOTE (Bruce_L)
Please try the following.
(V * (O + H + L + C) + V1 * (O1 + H1 + L1 + C1) + V2 * (O2 + H2 + L2 + C2) + V3 * (O3 + H3 + L3 + C3) + V4 * (O4 + H4 + L4 + C4) + V5 * (O5 + H5 + L5 + C5) + V6 * (O6 + H6 + L6 + C6) + V7 * (O7 + H7 + L7 + C7) + V8 * (O8 + H8 + L8 + C8) + V9 * (O9 + H9 + L9 + C9)) / 40 / AVGV10
|
QUOTE (Bruce_L)
VWAP in TC2000 is not calculated in the tick time frame and then converted to plotted time frame. VWAP is calculated using the bars in the time frame in which it is plotted.
The formula used is:
AVG((O + H + L + C) * V, x) / 4 / AVGVx
Where x is the number of bars in the trading day so far (or the period in a Moving VWAP).
Bruce what would the VWAP PCF be for 10 day period (TC2000 ver 7) ?
|
As always, thanks Bruce for your fine expertise! js
|
Bruce:
With regards to my TC2000v7 platform, I would like to find consolidating price action within the 20 period bollinger bands, that is trading inside a daily bollinger bandwidth of <6% for at least five days. Please advise. Thanks in advanced as always.
|
Thanks as always Bruce!!! Happy Holidays!
|