neckpatel

About

Username
neckpatel
Joined
Visits
3
Last Active
Roles
Member

Comments

  • Can anyone please check my code and let me know where I'm doing mistake. My RSI value is not matching to Zerodha. public static double AddDataPoint(List dataPoints, int lookback) { double weightingMultiplier = 2.0 / (lookback + …