Support Board
Date/Time: Tue, 13 May 2025 22:07:07 +0000
Post From: Lookback feature
[2015-06-18 20:58:55] |
Sebastian_M - Posts: 70 |
Hello support, Is there a reason why the lookback feature has no documentation? SCInputRef lookBackInput = sc.Input[0]; lookBackInput.Name = "Look Back Bars"; lookBackInput.SetInt(20); lookBackInput.SetIntLimits(1,1000); Do I need to add anything else to use the lookback function? Examples are difficult to locate Appreciate any help. Regards Sebastian |