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: subbias
About
User Name: subbias
Groups: Member
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Gender:
Statistics
Joined: Tuesday, March 16, 2010
Last Visit: Tuesday, October 18, 2011 1:17:54 PM
Number of Posts: 6
[0.00% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: PCF for EMA 13
Posted: Tuesday, October 18, 2011 1:17:53 PM
That worked, thanks Bruce.

-Subbu
Topic: PCF for EMA 13
Posted: Tuesday, October 18, 2011 12:24:08 PM
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
Topic: TC2000/11 Kumo breakout PCF
Posted: Tuesday, April 12, 2011 10:23:27 AM
Thanks Bruce, you are the best.
Topic: TC2000/11 Kumo breakout PCF
Posted: Tuesday, April 12, 2011 9:34:58 AM
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
Topic: Reference Ichimoku Components in Realcode
Posted: Tuesday, March 16, 2010 5:44:13 PM
Appreciate the quick response.ThanksSubbu
Topic: Reference Ichimoku Components in Realcode
Posted: Tuesday, March 16, 2010 5:04:12 PM
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