Support Board
Date/Time: Mon, 13 Jan 2025 20:16:25 +0000
Post From: sc.DMI study function
[2017-05-01 17:56:10] |
bala - Posts: 74 |
Which is the correct call for sc.DMI()? Documentation says : DMI(SCBaseDataRef BaseDataIn, SCSubgraphRef SubgraphOut, int Length); example: sc.DMI(sc.BaseDataIn, sc.Subgraph[0], 10); Studies2.cpp shows the call as sc.DMI( sc.BaseData, DIPlus, // DMI+ DIMinus, // DMI- Length.GetInt()); |