Support Board
Date/Time: Mon, 23 Dec 2024 01:02:13 +0000
Post From: Better understand sc.Highest
[2015-05-27 15:50:40] |
User911705 - Posts: 89 |
Hopefully I'm just making a boneheaded error, but I'm stuck with a compiling error that I can't figure out. I've copied the RWI_S code from the source folder and see a problem with this line: sc.Subgraph[0][sc.Index] = sc.Highest(LookBackLowArray,2,2); The compiler log is complaining that this method needs 4 arguments and the documentation shows both possible signatures as requiring an output array. Is there any advice you can provide? Thanks. |