Login Page - Create Account

Support Board


Date/Time: Tue, 01 Jul 2025 17:18:27 +0000



Post From: Data Analysis

[2016-10-14 15:54:26]
User94740 - Posts: 333
sc.GetHighest()
//Get the highest high from the base graph over the last 20 bars
float Highest = sc.GetHighest(sc.BaseDataIn[SC_HIGH], 20);

Q: does this get the last 20 "completed" bars or does it take the bar in progress also into consideration?