Relative Content

Tag Archive for algorithmmath

How to rate the momentum in a stock in the range from -10 to 10, criteria will be volume, over all move, and time it took to make that move(Min)

I am trying to create an indicator using c# which decides the momentum rating based on the last 30 days of minutes data, every bar is 1 min. I want to rate the momentum on a scale of -10 to +10 depending on how fast it is in either direction negative is down and positive is up. I am using ninjatrader for this. right now I am just smoothing the momentum value, but I need better calculation for this. Please help.