[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Coding Question



PureBytes Links

Trading Reference Links

I cant  figure out why, I have tried a couple or  things but nothing is
working.  In the following example:

If close of data2 >(close of data2[1])*1.01 then buy at market;

Where data1 is the SP and data2 is the spx..how would one code so as to
"see" the value of data2 in the tracking center prior to the order being
triggered? (IE buy 1 contract if spx is greater than 1463.00 for next bar)
using 2000i.


Thank you in advance.

Chris