S
shapper
Hello,
I need to create a few indicators to be applied to time series.
For example, a Simple Moving Average.
I will use it to test long series of data but also in real time when I
test a model.
For a Simple Moving Average 20 the current value is the average of the
last 20 bars.
I would like to create a robust C# code with good speed performance so
I can base my indicators on this code.
Could someone, please, help me out?
Thanks,
Miguel
I need to create a few indicators to be applied to time series.
For example, a Simple Moving Average.
I will use it to test long series of data but also in real time when I
test a model.
For a Simple Moving Average 20 the current value is the average of the
last 20 bars.
I would like to create a robust C# code with good speed performance so
I can base my indicators on this code.
Could someone, please, help me out?
Thanks,
Miguel