SUBBUMEENA |
Gold User, Member, Platinum User, TeleChart
|
Registered User |
|
|
|
|
Unsure |
|
Wednesday, September 3, 2008 |
Tuesday, November 15, 2011 4:58:44 PM |
12 [0.00% of all post / 0.00 posts per day] |
|
Hi Bruce,
Can you pl convert the above SF conditions to Telechart PCF's.
Thanks
Subbu
|
Awesome Bruce, exactly what I was looking for. Thanks and appreicate your quick response.
-Subbu
|
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
|
Bruce,
Works great.
Thanks
Subbu
|
Bruce,
I will give it a try. Appreciate your quick response.
Thanks
Subbu
|
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
|
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
|
Bruce,
Works perfectly well, thank you so much and appreciate all your help.
Subbu
|
Any help on this request pl.
Thanks
Subbu
|
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
|
|