Download software Tutorial videos
Subscription & data-feed pricing Class schedule


New account application Trading resources
Margin rates Stock & option commissions

Attention: Discussion forums are read-only for extended maintenance until further notice.
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Profile: george2
About
User Name: george2
Groups: Gold User, Member, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Friday, March 18, 2005
Last Visit: Saturday, July 23, 2005 4:16:35 PM
Number of Posts: 5
[0.00% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Understanding MACD
Posted: Thursday, April 14, 2005 1:47:23 PM
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........
Topic: Understanding MACD
Posted: Wednesday, April 13, 2005 4:55:46 PM
The .25 or .50 lets me give MACD depth. I want the change to be deep.

geo........
Topic: Understanding MACD
Posted: Wednesday, April 13, 2005 4:52:54 PM
Craig,

Geo. here.

12-26-9 or faster. make it so I can change the perimeters at will.

thanks in advance...........
Topic: Understanding MACD
Posted: Wednesday, April 13, 2005 12:21:15 PM
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....
Topic: Build a Scan for me please
Posted: Wednesday, April 13, 2005 1:56:05 AM
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)