Support Board
Date/Time: Fri, 04 Jul 2025 04:25:42 +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! |