Support Board
Date/Time: Sat, 23 Nov 2024 13:48:29 +0000
Post From: sc.TicksPerBar and reversion to default chart settings....
[2013-07-07 04:51:37] |
maxpi - Posts: 181 |
That doesn't seem to apply. I looked for the "RefBy: #" and it's not there. I just have one study running on Chart B that gets info from Chart A via "sc.GetStudyArrayFromChartUsingID". Chart A has just one study running on it that doesn't refer to any other chart. I put the following code in the study on Chart B: if(sc.Index == 0) sc.TicksPerBar = 100; Now when I hit the stop button on the replay window the chart stays as a tick chart. This is a good work-around for me. |