Login Page - Create Account

Support Board


Date/Time: Fri, 10 May 2024 08:17:19 +0000



Post From: Pixels per sc.BaseGraphScaleIncrement

[2014-03-31 17:33:25]
QnReally - Posts: 181
I am running v1109 and here is the code I have for the study:
sc.GraphRegion = 0;
Buffer.Format("TC = %d, BC = %d", sc.StudyRegionTopCoordinate, sc.StudyRegionTopCoordinate); sc.AddMessageToLog(Buffer, 0);

And it prints the following in the Message Log:
Chart: @NQ#C/NQM4 [R] 300 Volume #26 | Study: Test | TC = 0, BC = 0 | 2014-03-31 13:27:08

My price scale is set to Constant Range (http://screencast.com/t/KskYcIWAd). I am not sure what I am doing wrong.

Thanks.