session templates  [SOLVED]

Questions about MultiCharts .NET and user contributed studies.
shanemcdonald
Posts: 196
Joined: 08 Aug 2012
Has thanked: 41 times
Been thanked: 41 times

session templates

Postby shanemcdonald » 18 Apr 2013

hi
The OHLC indicator shows the open , close at midnight no matter what session I load.
Has anyone seen this ?

shane

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: session templates  [SOLVED]

Postby Henry MultiСharts » 18 Apr 2013

Hello Shane,

According to the indicator name "OHLC yesterday" it plots the OHLC prices for yesterday (calendar day, not a trading session) on the chart:

Code: Select all

if (Bars.Time[0].Date != Bars.Time[1].Date)

shanemcdonald
Posts: 196
Joined: 08 Aug 2012
Has thanked: 41 times
Been thanked: 41 times

Re: session templates

Postby shanemcdonald » 18 Apr 2013

ok thanks Henry !
I appreciate your quick reply

shane


Return to “MultiCharts .NET”