Support Board
Date/Time: Fri, 31 Oct 2025 05:33:50 +0000
Post From: Divergence Line Drawing
| [2015-02-13 22:14:11] | 
| CustomIndicators - Posts: 126 | 
| Another little update on this, I've tried the following, and it was also unsuccessful. //Divergence.BeginDateTime = peakTwoDT; Divergence.BeginIndex = sc.GetContainingIndexForSCDateTime(sc.ChartNumber,peakTwoDT); Divergence.BeginValue = peakTwo; //Divergence.EndDateTime = peakOneDT; Divergence.EndIndex = sc.GetContainingIndexForSCDateTime(sc.ChartNumber,peakOneDT); Divergence.EndValue = peakOne; | 
