Support Board
Date/Time: Fri, 04 Jul 2025 16:58:11 +0000
Post From: Saving Tick by Tick Data from a 256,000 Tick Chart
[2016-08-16 19:17:00] |
User203925 - Posts: 40 |
Is there any way to record movement in an indicator on sc.BaseData[SC_LAST][sc.Index]? So as the price value on sc.BaseData[SC_LAST][sc.Index] moves my indicator moves. I am trying to parse and save the value change in my indicator based on this movement. Is this possible at all? Using SCDateTime? Or PermStorage?
|