I want to know how i can calculate indicator values in startegy most fastest way.
If I want use example, both output from RSI indicator is ninja calculating RSI two times.
x1=RSI(10)[0];
x2=RSI(10).Avg[0];
or Do I have to create a new object or class. ?
I am newbie in c#
thanks
regards

Comment