bostonbombay |
Gold User, Member, TeleChart
|
Registered User |
|
|
|
|
Gender: |
|
Tuesday, June 23, 2015 |
Wednesday, August 12, 2020 10:13:19 PM |
20 [0.01% of all post / 0.01 posts per day] |
|
Hi Bruce,
Would like to develop a PCF for the following,
In order from current day to the past 6 days in sequence.
Gap up at open and close at high and also having a long tail about twice the size of the body. (Day 1)
Gap down at open and close at low of the day but also has a shadow tail which is minimum about twice the body size. (Day 2)
Gap up at open but close at low of the day but also higher than close of Day 2 (Day 3)
Gap down at open but close at high, with closing price being also higher than close of Day 3 (Day 4)
Gap up at open, but close at lows of the day but higher than close of Day 4 (Day 5)
Gap up Day today (Day 6)
Regards,
M
|
Hi Bruce,
Is it possible to have this formula for a daily period rather than intra day.
Regards,
MK
|
QUOTE (Bruce_L)
Pleaes try the following condition formula. It assumes the 50 MA is simple, a doji requires the body to be 5% of the candle or less, and that you are interested in the simple stochastic 12,3 %K crossing up through 20.
20 * ABS(O1 - C1) <= H1 - L1 AND XUP(STOC12.3, 20) AND C > AVGC50 AND AVGV50 > O AND C > XAVGC8
Thank you Bruce, appreciate it.
Regards,
MK
|
Hi Bruce,
Can you create a PCF for the following
1. Price opening below 50 MA and then closing above 50 MA with the close also being above the 8 EMA.
2.Can we also add a condition that the stockastics crossing from the oversold area.
3. Previous day close was a doji.
Regards,
MK
|
Thanks Bruce this is what I was looking for and not an actual pin bar, in short reversal candles.
Appreciate the help.
Regards,
MK
|
Hi Bruce,
Can you proviide a set up for three consecutive bearish and bullish pin bar on a these time frames.
5 mins, 30 mins, daily and Weekly.
Regards,
MK
|
QUOTE (Bruce_L)
Please try the following for the after an uptrend signal.
O > C1 AND L1 > C AND H > MAXH10.1 AND C1 > C10 AND FAVGC10.1 > AVGC10.1
And the following for the after a downtrend signal.
O < C1 AND H1 < C AND L < MINL10.1 AND C1 < C10 AND FAVGC10.1 < AVGC10.1
Thanks Bruce
|
Hi Bruce,
Can you create a condition similar to this for an uptrend and downtrend.
https://www.incrediblecharts.com/technical/key_reversal.php
After an up-trend:
-
The Open must be above yesterday's Close,
-
The day must make a new High, and
-
The Close must be below yesterday's Low.
After a down-trend:
-
The Open must be below yesterday's Close,
-
The day must make a new Low, and
-
The Close must be above yesterday's High
Thank you.
|
QUOTE (Bruce_L)
I have sent you a copy of the most recent version I have made of the Clear Method-ish indicators via TCMail.
Thanks Bruce. Appreciate it.
Regards,
MK
|
Hi Bruce,
Can I get a copy of the same.
Regards,
MK
|
|