Memory blank: How to get a given barnumber data  [SOLVED]

Questions about MultiCharts and user contributed studies.
arjfca
Posts: 1292
Joined: 23 Nov 2010
Has thanked: 725 times
Been thanked: 223 times

Memory blank: How to get a given barnumber data

Postby arjfca » 02 Oct 2013

Hello

Newby question

How could I get the close of the barnumber 100.

I know I could get the actual barnumber and by calculation do Close[actbarnumber -100], but is there a way to go directly to it

Martin

User avatar
TJ
Posts: 7740
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1033 times
Been thanked: 2221 times

Re: Memory blank: How to get a given barnumber data  [SOLVED]

Postby TJ » 02 Oct 2013

Hello
Newby question
How could I get the close of the barnumber 100.
I know I could get the actual barnumber and by calculation do Close[actbarnumber -100], but is there a way to go directly to it
Martin
Is that not direct enough ????

User avatar
Smoky
Posts: 507
Joined: 03 Dec 2010
Location: Thailand
Has thanked: 97 times
Been thanked: 115 times

Re: Memory blank: How to get a given barnumber data

Postby Smoky » 02 Oct 2013

use close[ x] with x = Currentbar + MaxBarsBack

With tick/tick use close of 1 bar ago ;)


Return to “MultiCharts”