Login Page - Create Account

Support Board


Date/Time: Sun, 28 Apr 2024 08:39:58 +0000



Post From: sc.TicksPerBar and reversion to default chart settings....

[2013-07-07 04:51:37]
maxpi - Posts: 175
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.