Search found 5 matches

by ThomasVestergaard
21 Sep 2013
Forum: MultiCharts .NET
Topic: Error using BarsOfData [SOLVED]
Replies: 1
Views: 1687

Re: Error using BarsOfData [SOLVED]

I found the answer to this here:
viewtopic.php?f=19&p=97924#p97924
by ThomasVestergaard
21 Sep 2013
Forum: MultiCharts .NET
Topic: Error using BarsOfData [SOLVED]
Replies: 1
Views: 1687

Error using BarsOfData [SOLVED]

I'm trying to make an indicator which references multiple instruments. So far, the code is really simple. protected override void CalcBar(){ // indicator logic var i1 = BarsOfData(1); var i2 = BarsOfData(2); var ins1Val = i1.Close[0]; var ins2Val = i2.Close[0]; } The line "var i2 = BarsOfData(2)" gi...
by ThomasVestergaard
20 Sep 2013
Forum: MultiCharts .NET
Topic: Indicator referencing more symbols
Replies: 3
Views: 1670

Re: Indicator referencing more symbols

Awesome, I'll look into that!
by ThomasVestergaard
20 Sep 2013
Forum: MultiCharts .NET
Topic: Indicator referencing more symbols
Replies: 3
Views: 1670

Indicator referencing more symbols

When creating a indicator, is it possible to get data from symbols other than the one the indicator is placed upon?

Also my apologies if this has already been discussed, but I cannot seem to find much on this.

Go to advanced search