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

Re: Coding Question



PureBytes Links

Trading Reference Links


The best way to do this would be to create a separate SPX chart (with the SPX as Data1) then insert your system into that chart and follow the signals as they're generated and sent to the tracking center from this new chart...


Good trading,

OM

 

 ---- you wrote: 
> 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
>