protected override void OnBarUpdate()
{
// Use this method for calculating your indicator values. Assign a value to each
// plot below by replacing 'Close[0]' with your own formula.
SR.Set(Close[1]);
}
I am using free end of day data. I suppose that should not be a problem.
Comment