示例#1
0
 protected override decimal Calculate(int index)
 {
     return(_avgPlusDMindicator.GetValue(index).DividedBy(_atrIndicator.GetValue(index)).MultipliedBy(Decimals.HUNDRED));
 }
示例#2
0
 protected override decimal Calculate(int index)
 {
     return(_averageDXIndicator.GetValue(index));
 }