henry218 / Publications
Forum
Help bug in code
{ for (i = 0 ; i < limit; i++) Spread1[i] = ( iClose (FirstMarket, 0 , i- 1 ) - iClose (FirstMarket, 0 , i))/( iClose (FirstMarket, 0 , i)); } Hello I am trying to additionne all the returns in an indicator but I have somme difficulties. I did the