Information

Username: cousens
Member since: 05 Aug 2016
Last login: 05 Aug 2016
Status: Active

Activity

Where Created Comments
Algorithms 0 1
Forum Topics 2 4
Jobs 0 0

Last Algorithm Comments

CO
cousens · 7 years ago

Hi, 

Nice indicator but just a couple of questions:

1) If I set the range to 50 it only has about 20 bars going backwards

2) I'm trying to create another indicator referencing yours but I can't seem to get it displaying any data.

             rb = Indicators.GetIndicator<RangeBars>(10, 100, "Green", "Red");

             GoLong[index - 1] = rb.Open.Last(1);

What am I doing wrong in referencing as there are no build errors, just no data is being returned.

Thanks