Login Page - Create Account

Support Board


Date/Time: Sat, 11 Jan 2025 10:40:59 +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?