Login Page - Create Account

Support Board


Date/Time: Thu, 16 May 2024 16:39:45 +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!