how can get opend() in range bar chart?

Questions about MultiCharts and user contributed studies.
solbikim
Posts: 9
Joined: 16 Apr 2007
Location: Langley BC
Has thanked: 1 time

how can get opend() in range bar chart?

Postby solbikim » 25 Jan 2010

how can get opend() in range bar chart?

without data2 symbol..

User avatar
Bruce DeVault
Posts: 438
Joined: 19 Jan 2010
Location: Washington DC
Been thanked: 2 times
Contact:

Postby Bruce DeVault » 26 Jan 2010

Why not just code something simple inline like:

Code: Select all

variables: myopend(0);

if date<>date[1] then myopend = open;


Return to “MultiCharts”