subbias |
Member
|
Registered User |
|
|
|
|
Gender: |
|
Tuesday, March 16, 2010 |
Tuesday, October 18, 2011 1:17:54 PM |
6 [0.00% of all post / 0.00 posts per day] |
|
That worked, thanks Bruce.
-Subbu
|
Hi,
Can you pl help me with the PCF for the following code.
INPUT EMA=13;
def above13high=close>ExpAverage(high,EMA);
def neutral=close<expaverage(high,EMA)&& close>expaverage(low,EMA);
def below13Low=close<expaverage(low,EMA);
Also , I would like to scan for Close[1] > above13high and Close[1] <below13low
Thanks
Subbu
|
Thanks Bruce, you are the best.
|
Hi,
I have the following PCF for Kumo Breakout, this gives me all the stocks that are above the cloud, but I would like to find the first candle that breaks out to the upside and also downside.
C > ((MAXH9.26 + MINL9.26 + MAXH26.26 + MINL26.26) / 4 + (MAXH52.26 + MINL52.26) / 2 + ABS((MAXH9.26 + MINL9.26 + MAXH26.26 + MINL26.26) / 4 - (MAXH52.26 + MINL52.26) / 2)) / 2
Thanks
Subbu
|
Appreciate the quick response.ThanksSubbu
|
Hello,Was wondering if there is any way to reference the forward kumo (senkou span a and senkou span b in realcode to create alerts.ThanksSubbu
|
|