Support Board
Date/Time: Sun, 22 Dec 2024 22:23:04 +0000
Post From: Displaying Current Bar's Bid/Ask Differential In Text
[2013-08-17 07:31:43] |
ganz - Posts: 1048 |
ged hi An SC user have corrected the offset using the proper/more_universal way So you can change this // vertical = HIGH + offset Tool.BeginValue = sc.BaseData[SC_HIGH][sc.Index] + 0.0005; //set the offset here to // vertical = HIGH + offset Tool.BeginValue = sc.BaseData[SC_HIGH][sc.Index] + 5*sc.TickSize; //set the offset here gd lck Date Time Of Last Edit: 2013-08-17 07:32:18
|