Search found 4 matches

by ignl
13 Aug 2014
Forum: MultiCharts .NET
Topic: Using daily ATR inside intraday study
Replies: 9
Views: 6425

Re: Using daily ATR inside intraday study

Hello ignl, OnData method loads the specified interval in one go. If you want to load the bars one by one then you need to request them one by one. In order to synchronize the bars on data series you need to write your own bar constructor or use the new class CustomInstrument that was added in Mult...
by ignl
06 Aug 2014
Forum: MultiCharts .NET
Topic: Using daily ATR inside intraday study
Replies: 9
Views: 6425

Re: Using daily ATR inside intraday study

No one knows? What I'm interested is about OnData method. It loads all historical data in one step, but how to load it one by one in sync with intraday data? I'm thinking about updating ohlc values in OnData method and then calculate and draw lines in main method. This is such a simple problem but I...
by ignl
05 Aug 2014
Forum: MultiCharts .NET
Topic: Using daily ATR inside intraday study
Replies: 9
Views: 6425

Re: Using daily ATR inside intraday study

How do I access other timeframes in code? You can do that with the DataLoader, see this part of the manual: How do I access other studies from a study? See this example from Henry: . Thanks, I took a look at it. So I have some follow up question. Lets say I want to create something simple, like piv...
by ignl
01 Aug 2014
Forum: MultiCharts .NET
Topic: Using daily ATR inside intraday study
Replies: 9
Views: 6425

Using daily ATR inside intraday study

Hello,

I was trying to google it and was reading about muticharts .net programming, but couldn't figure it out. API seems very unclear. How do I access other timeframes in code? How do I access other studies from a study? I want to use daily ATR in intraday indicator.
Thanks!

Go to advanced search