logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Cliffsp1  
#1 Posted : Thursday, February 21, 2013 2:26:11 AM(UTC)
Cliffsp1

Rank: Newbie

Groups: Registered, Registered Users
Joined: 2/20/2013(UTC)
Posts: 3

Someone can help me please ? What's the formula for Ihimoku indicator when CLOSE cross KUMO, and what is the formula when Kijun-sen cross Senkou span A ??

Many thanks to all [:)]

Pietro from Italy

wabbit  
#2 Posted : Thursday, February 21, 2013 3:05:22 AM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
I don't think these indicators get well written up in the MS User Manual; but you can access the functions directly through the formula builder:

Code:

TenkanPds:=9;
KijunPds:=26;
HorizShift:=26;

ks:=KijunSen(KijunPds);
ssa:=SenkouSpanA(KijunPds, TenkanPds, HorizShift);

{plot}
Cross(ks,ssa);



wabbit [:D]

Cliffsp1  
#3 Posted : Friday, February 22, 2013 3:34:57 AM(UTC)
Cliffsp1

Rank: Newbie

Groups: Registered, Registered Users
Joined: 2/20/2013(UTC)
Posts: 3

Thanks a lot, Wabbit.... !! But, i have another problem: I created three Metastock's Explorer formulas (version 10.1) :

- Ichimoku Chikou Span , that works well;[:D]

- Ichimoku Kijun sen , that doesn't work [:(]

- Ichimoku Kumo Breakout , that doesn't work too [:(]

So, in this message i attach this three formulas by scan . Can you explain where are the errors in the wrong formulas ???

Many thanks and best regards [:D]

Pietro

wabbit  
#4 Posted : Friday, February 22, 2013 4:17:15 AM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
We dont have access to your F: drive. Just paste the text between proper code tags and post them here instead of in an attached file. wabbit [:D]
Cliffsp1  
#5 Posted : Monday, February 25, 2013 1:57:38 AM(UTC)
Cliffsp1

Rank: Newbie

Groups: Registered, Registered Users
Joined: 2/20/2013(UTC)
Posts: 3

Here are the three formulas :

1) Chikou span

ColA =Tenkan-sen

{Tenkan-sen- COLORE VIOLA }

Fml("Tenkan-sen"){(HHV(H,7)+LLV(L,7))/2}

ColB=Kijun-sen

{Kijun-sen COLORE ROSSO }

Fml("Kijun-sen"){(HHV(H,22)+LLV(L,22))/2}

ColC=Senlou-A

{Senkou span A - COLORE AZZURRO}

nper1:=7;

TL:=(HHV(H,nper1)+LLV(L,nper1))/2;

nper2:=22;

BL:=(HHV(H,nper2)+LLV(L,nper2))/2;

BL;

nper1:=7;

nper2:=22;

TL:=(HHV(H,nper1)+LLV(L,nper1))/2;

ST:=(HHV(H,nper2)+LLV(L,nper2))/2;

SSpanA:=Ref((ST+TL)/2,-(nper2-1));

SSpanA;

ColD=Senkou-B

{Senkou span B COLORE VERDE }

nper2:=22;

nper3:=44;

SSpanB:=Ref((HHV(H,nper3)+LLV(L,nper3))/2,-(nper2-1));

SSpanb

ColE=Chikou spa

{Chikou span COLORE MARRONE }

C

ColF= Kumo Long

{Kumo Long - tratteggiata in striscie verticali VERDI }

nper1:=7;

TL:=(HHV(H,nper1)+LLV(L,nper1))/2;

nper2:=22;

BL:=(HHV(H,nper2)+LLV(L,nper2))/2;

BL;

nper1:=7;

nper2:=22;

TL:=(HHV(H,nper1)+LLV(L,nper1))/2;

ST:=(HHV(H,nper2)+LLV(L,nper2))/2;

SSpanA:=Ref((ST+TL)/2,-(nper2-1));

SSpanA;

nper2:=22;

nper3:=44;

SSpanB:=Ref((HHV(H,nper3)+LLV(L,nper3))/2,-(nper2-1));

SSpanB;

SSpanA>SSpanB

ColG=Kumo Short

{ Kumo Short nuvolatratteggiata in ROSA a striscie verticali }

nper1:=7;

TL:=(HHV(H,nper1)+LLV(L,nper1))/2;

nper2:=22;

BL:=(HHV(H,nper2)+LLV(L,nper2))/2;

BL;

nper1:=7;

nper2:=22;

TL:=(HHV(H,nper1)+LLV(L,nper1))/2;

ST:=(HHV(H,nper2)+LLV(L,nper2))/2;

SSpanA:=Ref((ST+TL)/2,-(nper2-1));

SSpanA;

nper2:=22;

nper3:=44;

SSpanB:=Ref((HHV(H,nper3)+LLV(L,nper3))/2,-(nper2-1));

SSpanB;

SSpanA<SSpanB

ColH =LONG

Cross(C,Fml("Tenkan-sen"))

AND

Cross(C,Fml("Kijun-sen"))

ColI =ENTRY SHORT

Cross(Fml("Kijun-sen"),C)

AND

Cross(Fml("Tenkan-sen"),C)

FILTER

ColH

OR

ColI

2) KIJUN –SEN

COLA

{Tenkan-sen- COLORE VIOLA }

Fml("Tenkan-sen"){(HHV(H,7)+LLV(L,7))/2}

COLB

{Kijun-sen COLORE ROSSO }

Fml("Kijun-sen"){(HHV(H,22)+LLV(L,22))/2}

COLC

{Senkou span A - COLORE AZZURRO}

nper1:=7;

TL:=(HHV(H,nper1)+LLV(L,nper1))/2;

nper2:=22;

BL:=(HHV(H,nper2)+LLV(L,nper2))/2;

BL;

nper1:=7;

nper2:=22;

TL:=(HHV(H,nper1)+LLV(L,nper1))/2;

ST:=(HHV(H,nper2)+LLV(L,nper2))/2;

SSpanA:=Ref((ST+TL)/2,-(nper2-1));

SSpanA;

COLD

{Senkou span B COLORE VERDE }

nper2:=22;

nper3:=44;

SSpanB:=Ref((HHV(H,nper3)+LLV(L,nper3))/2,-(nper2-1));

SSpanb

COLE

{Chikou span COLORE MARRONE }

C

COLF

{Kumo Long - tratteggiata in striscie verticali VERDI }

nper1:=7;

TL:=(HHV(H,nper1)+LLV(L,nper1))/2;

nper2:=22;

BL:=(HHV(H,nper2)+LLV(L,nper2))/2;

BL;

nper1:=7;

nper2:=22;

TL:=(HHV(H,nper1)+LLV(L,nper1))/2;

ST:=(HHV(H,nper2)+LLV(L,nper2))/2;

SSpanA:=Ref((ST+TL)/2,-(nper2-1));

SSpanA;

nper2:=22;

nper3:=44;

SSpanB:=Ref((HHV(H,nper3)+LLV(L,nper3))/2,-(nper2-1));

SSpanB;

SSpanA>SSpanB

COLG

{ Kumo Short nuvolatratteggiata in ROSA a striscie verticali }

nper1:=7;

TL:=(HHV(H,nper1)+LLV(L,nper1))/2;

nper2:=22;

BL:=(HHV(H,nper2)+LLV(L,nper2))/2;

BL;

nper1:=7;

nper2:=22;

TL:=(HHV(H,nper1)+LLV(L,nper1))/2;

ST:=(HHV(H,nper2)+LLV(L,nper2))/2;

SSpanA:=Ref((ST+TL)/2,-(nper2-1));

SSpanA;

nper2:=22;

nper3:=44;

SSpanB:=Ref((HHV(H,nper3)+LLV(L,nper3))/2,-(nper2-1));

SSpanB;

SSpanA<SSpanB

COLH=LONG

TenkanPds:=7;

KijunPds:=22;

HorizShift:=22;

Ks:=KijunSen(KijunPds);

ssa:=SenkouSpanA(KijunPds,TenkanPds,Horizshift);

Cross(ks,ssa)

{Cross(Fml("Kijun-sen"),Fml("SenKou span A"))

OR

Cross(Fml("Kijun-sen"),Fml("Senkou span B"))}

COLI=SHORT

Cross(Fml("Kumo Long"),Fml("Kijun-sen"))

OR

Cross(Fml("Kumo Short"),Fml("Kijun-sen"))

FILTER

COLH OR COLI

3) KUMO BREAKOUT

COLA

{Tenkan-sen- COLORE VIOLA }

Fml("Tenkan-sen"){(HHV(H,7)+LLV(L,7))/2}

COLB

{Kijun-sen COLORE ROSSO }

Fml("Kijun-sen"){(HHV(H,22)+LLV(L,22))/2}

COLC

{Senkou span A - COLORE AZZURRO}

nper1:=7;

TL:=(HHV(H,nper1)+LLV(L,nper1))/2;

nper2:=22;

BL:=(HHV(H,nper2)+LLV(L,nper2))/2;

BL;

nper1:=7;

nper2:=22;

TL:=(HHV(H,nper1)+LLV(L,nper1))/2;

ST:=(HHV(H,nper2)+LLV(L,nper2))/2;

SSpanA:=Ref((ST+TL)/2,-(nper2-1));

SSpanA;

COLD

{Senkou span B COLORE VERDE }

nper2:=22;

nper3:=44;

SSpanB:=Ref((HHV(H,nper3)+LLV(L,nper3))/2,-(nper2-1));

SSpanb

COLE

{Chikou span COLORE MARRONE }

C

COLF

{ Kumo Short nuvola tratteggiata in ROSA a striscie verticali }

nper1:=7;

TL:=(HHV(H,nper1)+LLV(L,nper1))/2;

nper2:=22;

BL:=(HHV(H,nper2)+LLV(L,nper2))/2;

BL;

nper1:=7;

nper2:=22;

TL:=(HHV(H,nper1)+LLV(L,nper1))/2;

ST:=(HHV(H,nper2)+LLV(L,nper2))/2;

SSpanA:=Ref((ST+TL)/2,-(nper2-1));

SSpanA;

nper2:=22;

nper3:=44;

SSpanB:=Ref((HHV(H,nper3)+LLV(L,nper3))/2,-(nper2-1));

SSpanB;

SSpanA<SSpanB

COLG

{ Kumo Short nuvolatratteggiata in ROSA a striscie verticali }

nper1:=7;

TL:=(HHV(H,nper1)+LLV(L,nper1))/2;

nper2:=22;

BL:=(HHV(H,nper2)+LLV(L,nper2))/2;

BL;

nper1:=7;

nper2:=22;

TL:=(HHV(H,nper1)+LLV(L,nper1))/2;

ST:=(HHV(H,nper2)+LLV(L,nper2))/2;

SSpanA:=Ref((ST+TL)/2,-(nper2-1));

SSpanA;

nper2:=22;

nper3:=44;

SSpanB:=Ref((HHV(H,nper3)+LLV(L,nper3))/2,-(nper2-1));

SSpanB;

SSpanA<SSpanB

COLH=LONG

Cross(C,Fml("Kumo Long"))

AND

Cross(C,Fml("Kumo Short"))

COLI=SHORT

Cross(Fml("Kumo Long"),C)

AND

Cross(Fml("Kumo Short"),C)

FILTER :COLH OR COL I

wabbit  
#6 Posted : Monday, February 25, 2013 5:08:34 AM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
You can create an indicator to contain all the variable lengths you want to use in your explorations, then call those values using the FmlVar () function, then use those values in the already built in functions instead of rebuilding everything from scratch; this will help you reduce errors and produce consistent results. wabbit [:D]
writetoevv  
#7 Posted : Thursday, June 2, 2016 1:28:20 PM(UTC)
writetoevv

Rank: Newbie

Groups: Registered Users, Subscribers
Joined: 10/30/2015(UTC)
Posts: 7

Hi Wabbit, Could you create ichimoku system for metastock based on rules of below Link. http://www.ichimokutrader.com/signals.html. Would be a great help..Thank you.
Users browsing this topic
Guest (Hidden)
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.