Chikou Span Formula

Questions about MultiCharts and user contributed studies.
Kinko Hyo
Posts: 50
Joined: 10 Jan 2012
Has thanked: 2 times
Been thanked: 1 time

Chikou Span Formula

Postby Kinko Hyo » 19 Dec 2012

Hello,

can anyone show me, how i create the Chikou Span?

CURRENT CLOSING PRICE time-shifted backwards (into the past) 26 periods

Best regards
Kinko

User avatar
Andrew MultiCharts
Posts: 1587
Joined: 11 Oct 2011
Has thanked: 931 times
Been thanked: 559 times

Re: Chikou Span Formula

Postby Andrew MultiCharts » 19 Dec 2012

Hello Kinko Hyo,

Code: Select all

Plot1[-26](close)

Kinko Hyo
Posts: 50
Joined: 10 Jan 2012
Has thanked: 2 times
Been thanked: 1 time

Re: Chikou Span Formula

Postby Kinko Hyo » 19 Dec 2012

Hello Andrew,

thank you very much.

Can you tell me, how i can use it at variables?

Variables:
Chikou = [-26](close);

and later i use it so...

Chikou cross under ...

Is that so korrekt?

best regards
Kinko

Kinko Hyo
Posts: 50
Joined: 10 Jan 2012
Has thanked: 2 times
Been thanked: 1 time

Re: Chikou Span Formula

Postby Kinko Hyo » 19 Dec 2012

@Andrew,

the "Plot1[-26](close)" shows the correkt Line in the Chart, but not the correct Data in the Screener.

Please help. ;-)

User avatar
Andrew MultiCharts
Posts: 1587
Joined: 11 Oct 2011
Has thanked: 931 times
Been thanked: 559 times

Re: Chikou Span Formula

Postby Andrew MultiCharts » 21 Dec 2012

Can you tell me, how i can use it at variables?

Code: Select all

vars: displace(26);

Plot1[displace](close);
@Andrew,

the "Plot1[-26](close)" shows the correkt Line in the Chart, but not the correct Data in the Screener.

Please help. ;-)
Could you please show some screenshots demonstrating what is wrong?


Return to “MultiCharts”