}											// iterating over past bars, so is not efficient to update per tick.
		
		protected override void OnStartUp()
		{
			h = new JHL.Utility.HurstExponent(period);
		}
Beispiel #2
0
        }                                                                       // iterating over past bars, so is not efficient to update per tick.

        protected override void OnStartUp()
        {
            h = new JHL.Utility.HurstExponent(period);
        }