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

Re: Using Multiple Data Inputs



PureBytes Links

Trading Reference Links

> let's just say for argument that I wanted to develop a trading
> system that only buys IBM when the NASDAQ is positive (or some index
> that tracks the nas, like QQQ)

First chart whatever you want to trade, IBM in this case. Then add
whatever other symbols you want to the chart, like QQQ. The system will
only trade data1 but you can do calcs on data2 or data3 or whatever.
Examples:

Value1 = close data2; {QQQ}
Value2 = average((high-low) data4, 10);

Dig around in the manuals and the online help and you can find more info
on multiple data.

-- 
  Dennis