Login Page - Create Account

Support Board


Date/Time: Sat, 10 May 2025 17:56:28 +0000



Post From: Simple Range Function

[2016-08-18 04:19:08]
User147461 - Posts: 33
In addition to the TrueRange function would you please consider adding a Range function as well to the scstudyfunctions.cpp file?


float Range(SCBaseDataRef BaseDataIn, int Index)
{
return BaseDataIn[SC_HIGH][Index] - BaseDataIn[SC_LOW][Index];
}

Thank you!