Login Page - Create Account

Support Board


Date/Time: Sun, 19 Jan 2025 03:20:29 +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;