Support Board
Date/Time: Thu, 16 Jan 2025 00:09:21 +0000
Post From: multiple T3 averages using ASCIL
[2017-09-18 21:53:56] |
bala - Posts: 74 |
Hello, Here is the situation. I am trying to create two T3 moving averages (say length 20 and 10). Manually I am able to create them but I have a problem when I try to create them using ASCIL within the same study. I am able to draw the first average but the computation fails for the second average. The reason I suspect is that the variable sc.DataStartIndex has been set for the first period and is unique for each period. Please note that there is NO sc function to create a T3. (similar to sc.SimpleMovAvg() ) 1. Am I correct that the problem is because of sc.DataStartIndex? 2. So we cannot create two T3 with different periods using ASCIL? 3. Please add to the ASCIL library a function for creating T3 ( sc.T3() ). Thanks |