Rewriting DATE NEXT BAR <> DATE  [SOLVED]

Questions about MultiCharts and user contributed studies.
Adrian Uncle
Posts: 66
Joined: 26 Nov 2015
Has thanked: 7 times
Been thanked: 3 times

Rewriting DATE NEXT BAR <> DATE  [SOLVED]

Postby Adrian Uncle » 09 May 2016

Hi there,

I have the following simple problem

Code: Select all

DATE NEXT BAR <> DATE
How can I rewrite the code so that it does not use NEXT BAR?

I tried DATE <> DATE[1] but it does not behave the same.

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

Re: Rewriting DATE NEXT BAR <> DATE

Postby TJ » 09 May 2016

Hi there,

I have the following simple problem

Code: Select all

DATE NEXT BAR <> DATE
How can I rewrite the code so that it does not use NEXT BAR?

I tried DATE <> DATE[1] but it does not behave the same.
What are you trying to achieve?


Please post a larger snippet. What you have shown makes no sense without context.

Adrian Uncle
Posts: 66
Joined: 26 Nov 2015
Has thanked: 7 times
Been thanked: 3 times

Re: Rewriting DATE NEXT BAR <> DATE

Postby Adrian Uncle » 16 May 2016

Hi TJ,

I was able to resolve the problem by using

Code: Select all

Time > 1500
.


Return to “MultiCharts”