Login Page - Create Account

Support Board


Date/Time: Mon, 29 Apr 2024 07:32:22 +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;