george2 |
Gold User, Member, TeleChart
|
Registered User |
|
|
|
|
Unsure |
|
Friday, March 18, 2005 |
Saturday, July 23, 2005 4:16:35 PM |
5 [0.00% of all post / 0.00 posts per day] |
|
Thank You Craig,
Geo. Here....
I have just run the code. It shows the up slope of the histogram. I am looking to see todays slope has changed from yesterdays slope angle. Example: Two days ago Histogram was at -.45_ Yesterday Histogram was at -.47_ Today Histogram is at -.45. The Histogram looks like a V......
Thank You for all of you wonderfull effort. I know it took some time to write the above code.
Once Again THANK YOU! geo........
|
The .25 or .50 lets me give MACD depth. I want the change to be deep.
geo........
|
Craig,
Geo. here.
12-26-9 or faster. make it so I can change the perimeters at will.
thanks in advance...........
|
Craig,
Can you post the PCF for when the HISTOGRAM changes direction from below a certain point? Say a downward motion past -.25 or -.5 and then the histogram reverses and starts to go up.
I wrote it in another program. I am not familar enough with telechart yet to write it.
Here is how I wrote it before:
MACD(0) - MACDSignal(0) <= -.025 and MACD(0) - MACDSignal(0) >= MACD(-1) - MACDSignal(-1) and MACD(-1) - MACDSignal(-1) <= MACD(-2) - MACDSignal(-2)
Thank You, Geo....
|
Would you build this Scan for me PLEASE?
DESCRIPTION <BODY<MACD=5,34,20; output=&"MACD-STOCH-BOTTOM REVERSAL PATTERNS.lst&" if AvgVol(0,-30) >; 800000 and EPSRank (0)>= 70 and max(-1,-30,cl) <= max(-1,-30,cl)*1.1 and min(-1,-30,cl) >= min (-1,-30,cl)*.90 and (close (0) >=10) and (close (0) <=65)and MACD(0) - MACDSignal(0) <= -.025 and MACD(0) - MACDSignal(0) >= MACD(-1) - MACDSignal(-1) and MACD(-1) - MACDSignal(-1) <= MACD(-2) - MACDSignal(-2) and StochasticPctK(-1) <=20 and StochasticPctK(0) >= 10 and Vol(0) >= (AvgVol(-1, -29) * .005) and Close(0)>= 1.01* Close(-1)
THANK YOU....
George Gray (removed by Moderator)
|
|