Here is my question: I have sync a dataSeries with a the closes of secondary timeframe.
dataSeries.Set(Closes[1][0]);
Then, I manually change its first value by writing
dataySeries[0]= 1000;
When I apply an indicator like EMA or MACD on this dataSeries, I get very strange results...
What am I missing here??
Thanks for the help!!
/Juan

Comment