just wondering how to create a indicator which would deal with two data series?
For instance, i would like to calculate the difference of S&P future 062011 and 092011 on every incomming tick.
I havent found how to adress the second data serie in a code. Loading one data serie into indicator can be easily done. But how to address the another data serie?
I am looking for a command something like:
S&P future 062011.Last[0] - S&P future 092011.Last[0].
Thanks a lof for your help!!
m. g.


Is it supported by NT?
Comment