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 |

Build the Ichimoku-Indicator Topic Rating:
Previous Topic · Next Topic Watch this topic · Print this topic ·
hattorihanzo
Posted : Monday, September 19, 2005 5:28:11 PM
Registered User
Joined: 7/8/2005
Posts: 3
Hello,

is it possible to build the 'ichimoku kinko huo' Indicator in (removed by Moderator) Software?

It consists of 4 Lines, The (removed by Moderator) formula is:

ST:=(HHV(H,26)+LLV(L,26))/2;
TL:=(HHV(H,9)+LLV(L,9))/2;
A1:=Ref((ST+TL)/2,-25);
A2:=Ref((HHV(H,52)+LLV(L,52))/2,-25);

thanks in advance, regards

Reinhard
bustermu
Posted : Tuesday, September 20, 2005 3:21:10 AM
Registered User
Joined: 1/1/2005
Posts: 2,645
Reinhard,

ST:=(HHV(H,26)+LLV(L,26))/2;
TL:=(HHV(H,9)+LLV(L,9))/2;
A1:=Ref((ST+TL)/2,-25);
A2:=Ref((HHV(H,52)+LLV(L,52))/2,-25);


PCF_ST:

(MAXH26+MINL26)/2

PCF_TL:

(MAXH9+MINL9)/2

PCF_A1:

(MAXH26.25+MAXH9.25+MINL9.25+MINL26.25)/4

PCF_A2:

(MAXH52.25+MINL52.25)/2

Plot as Custom Indicators. Check "Plot using price scale"

Thanks,
Jim Murphy
Users browsing this topic
Guest-1

Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.