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: mfg
About
User Name: mfg
Groups: Gold User, Member, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Sunday, October 10, 2004
Last Visit: Sunday, November 29, 2015 12:03:19 AM
Number of Posts: 62
[0.02% of all post / 0.01 posts per day]
Avatar
Last 10 Posts
Topic: ICHIMOKU RESISTANCE AND SUPPORT
Posted: Tuesday, April 7, 2015 11:17:02 PM

Thank you again for your help.

Topic: ICHIMOKU RESISTANCE AND SUPPORT
Posted: Friday, April 3, 2015 5:31:04 PM

Bruce,

Could you please help with these 2 PCFs for Ichimoku Cloud where:

- The current price is within or above the Ichimoku Cloud when span A is above span B.

- The current price is within or below the Ichimoku Cloud when span A is below span B. (Opposite of above)

This request is for TC2000 V 12.4, and if possible for TC2000 V7.

Thank you.

 

 

Topic: PCF
Posted: Thursday, February 20, 2014 12:52:23 AM

Thak you.

Topic: PCF
Posted: Friday, February 14, 2014 9:19:28 PM

Bruce ,

I have a tend formula in my Metastock that I need PCF help with:

Factor:=Input("Factor",1.00,10.00,3.00);
Pd:=Input("ATR Periods",1,100,10);
Up:=MP()+(Factor*ATR(Pd));
Dn:=MP()-(Factor*ATR(Pd));
Td:=If(Cross(C,LLV(Up,13)),1,If(Cross(HHV(Dn,13),C ),-1,PREV));
Dnx:=If(Dn=HighestSince(1,Cross(Td,0),Dn),Dn,PREV) ;
Upx:=If(Up=LowestSince(1,Cross(0,Td),Up),Up,PREV);
ST:=If(Td=1,Dnx,If(Td=-1,Upx,PREV));
ST

Also, PCF for Stochastic of CCI if possible :

(Sum(CCI(14)-LLV(CCI(14),5),3) / Sum(HHV(CCI(14),5)-LLV(CCI(14),5),3))*100    

Thank you,

mfg

Topic: MA of STOCHASTIC
Posted: Wednesday, October 9, 2013 10:04:48 PM

Thank you Bruce, it worked well

Topic: MA of STOCHASTIC
Posted: Wednesday, October 9, 2013 10:03:52 PM
Topic: MA of STOCHASTIC
Posted: Friday, October 4, 2013 11:18:27 PM

Hi Bruce,

Couuld you please help in writing a formula for 8 day MOVING AVERAGE of Stochastic (55,2,1) today, yesterday, and two daysa ago.

Thank you.

Topic: MACD NEAR ZERO
Posted: Wednesday, February 6, 2013 1:24:25 AM

Appears to be not much diffrent when decimals are not used, thank for your help in clarification.

Topic: MACD NEAR ZERO
Posted: Tuesday, February 5, 2013 3:25:30 AM

Bruce,

Could you help with with PCF of DEMA MACD (Dinapoli), also crossover up and down scans PCFs; The Metastock formula is:

A:=(Mov(C,8.3896,E)-Mov(C,17.5185,E));
Sig:=Mov(A,9.0503,E);
0;Sig;A;

Thank you.

 

 

Topic: Easy Scans
Posted: Monday, October 15, 2012 12:37:47 AM

Could you help in writing two Easy Scans for when over bought/over sold condition occrs in Telechart using the following:

 Green spike oversold :

L<((3.05*MINL15.7)-MAXH7.3)/2 AND STOC12.5<10 AND L<L1


Red spike overbought :

H>((2.95*MAXH15.7)-MINL7.3)/2 AND H>H1 AND STOC12.5>90 AND TSV3<TSV8

Thank you.