Search found 2 matches

by roughtrader
13 Mar 2022
Forum: MultiCharts .NET
Topic: Incorrect behavior of ISeries objects
Replies: 2
Views: 1068

Re: Incorrect behavior of ISeries objects

After a little more investigation, I have some insight as to what is happening. I have adjusted the above code in two major areas: 1) Instead of just choosing the last 30 bars, the code now reads all 1m close prices for only the current session, and stores the results in a List<double>. 2) I have al...
by roughtrader
11 Mar 2022
Forum: MultiCharts .NET
Topic: Incorrect behavior of ISeries objects
Replies: 2
Views: 1068

Incorrect behavior of ISeries objects

I've been easing into the latest MC.net in the past several months, but only yesterday discovered strange behavior with ISeries objects. I created a very simple indicator to illustrate: using System; using System.Linq; using System.Collections.Generic; using PowerLanguage.Function; namespace PowerLa...

Go to advanced search