if (BarsInProgress == 1)
{
_longStocD = Stochastics(BarsArray[1],7,14,3)[0];
}
_longStocD is set to the D plot of the Stochastics on the longer time frame. This is fine.
My question is; How dow I get the K plot? I've tried several things to no avail.
Thanks.

Comment