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: SUBBUMEENA
About
User Name: SUBBUMEENA
Groups: Gold User, Member, Platinum User, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Wednesday, September 3, 2008
Last Visit: Tuesday, November 15, 2011 4:58:44 PM
Number of Posts: 12
[0.00% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Ichimoku Realcode Condition Help
Posted: Tuesday, March 23, 2010 11:51:52 AM
Hi Bruce,

Can you pl convert the above SF conditions to Telechart PCF's.

Thanks
Subbu
Topic: Ichimoku Realcode Condition Help
Posted: Thursday, March 18, 2010 12:15:12 PM
Awesome Bruce, exactly what I was looking for. Thanks and appreicate your quick response.

-Subbu
Topic: Ichimoku Realcode Condition Help
Posted: Thursday, March 18, 2010 11:15:11 AM
Hello,I am a new platinum subscriber and am looking for help with creating the following conditions in IchimokuRealcode to identify the following (Bullish Signal)

1) Tenkan above Kijun
2) Price above Kijun
3) Chiku above price curve 26 periods ago
4) Forward kumo bullish (SenkouA above SenkouB)
5) Chiku above the kumo at its location
6) Price above kumo at its location

If you can provide code for these individual events as well as all of the above collectively that will be great. The Bearish signal will be the opposite of the above. In addition can I also pl request your help in identifying the following conditions Chiku - Kumo BreakoutCode to identify whenever chiku enters the kumo in its location and exists.Price - Kumo BreakoutCode to identify whenever price enters the kumo in its location and exists.ThanksSubbu
Topic: Bollinger Bands
Posted: Wednesday, June 3, 2009 3:27:23 PM
Bruce,

Works great.

Thanks
Subbu
Topic: Bollinger Bands
Posted: Wednesday, June 3, 2009 2:06:12 PM
Bruce,

I will give it a try. Appreciate your quick response.

Thanks
Subbu
Topic: Bollinger Bands
Posted: Wednesday, June 3, 2009 1:39:57 PM
Bruce,

I am looking for divergence between price and ms in regards to the position in the bollinger bands.

This is what I have

p-price
bbmb -middle band
bbtb - top band
bbbb- bottom band
m-ms
mbbmb -middle band
mbbtb - top band
mbbbb- bottom band

- positive divergence

(price.last < bbmb AndAlso ms.last > mbbmb) orElse (price.last < bbbb AndAlso ms.last > mbbbb.last) Then Pass

- negative divergence

(price.last > bbmb AndAlso ms.last < mbbmb) orElse (price.last > bbtb AndAlso ms.last < mbbtb.last) Then Pass

I have 1day moving average for the top and bottom bands and a 20 day mov avg for the midlle band for both price and ms.

Thanks
Topic: Bollinger Bands
Posted: Wednesday, June 3, 2009 12:35:20 PM
Hello,

I am trying to plot the divergences using realcode and need some help. Here is what I have

top pane
price
bollinger band (20/2)
mov ang price (20)

bottom pane
moneystream
bollinger band (20/2)
mov avg ms (20)

I am able to plot the divergences between price and ms using references to top/middle/bottom bands but not able to plot divergences in between the bands. Is there a way this can be accomplished using
realcode. Thanks
Topic: Adjustable Time Frame Indicator
Posted: Monday, March 30, 2009 8:28:12 PM
Bruce,

Works perfectly well, thank you so much and appreciate all your help.

Subbu
Topic: Adjustable Time Frame Indicator
Posted: Monday, March 30, 2009 1:54:56 PM
Any help on this request pl.

Thanks
Subbu
Topic: Adjustable Time Frame Indicator
Posted: Saturday, March 28, 2009 7:19:03 PM
Hi Bruce,

Can you pl help me create the following realcode indicators

I am looking to plot indicator1 and indicator2 using 1hr timeframe on a 5min chart

1) Indicator1

Variables - Period
Variables - TimeFrame

Plot = Price.Close(Period)


2) Indicator2

Variables - Period
Variables - TimeFrame

Plot = (Price.MaxHigh(Period) + Price.MinLow(Period)) / 2

I was able to create these indicators in realcode and change the time period using the
block diagram. But I am not able to save the time period settings. I have to edit
them whenever I close and open SF. I am looking for an indicator like the one you
created for the following forum request

http://www.worden.com/training/default.aspx?g=posts&t=38818  - TSV with Adjustable Time Frame.sfInd

Thanks
Subbu