PureBytes Links
Trading Reference Links
|
You need to set the intraday data on data1 and the EOD data on data2.
You are only able to use a strategy on data1. Therefore you need to buy
or sell always the data1. In the ela code you can refer to the value of
data2 for generating a signal on data1.
Be aware that there is enough daily data setup on data2 (Max numbers of
bars strategy will reference).
Phil
-----Ursprungliche Nachricht-----
Von: Max Pierson [mailto:maxpi_44@xxxxxxxxx]
Gesendet: Saturday, September 01, 2001 3:28 AM
An: omega-list@xxxxxxxxxx
Betreff: EasyLanguage problem
I want to backtest a strategy that uses both daily and
intraday data, data1 and data2 respectively. In
composing the entry signal, how do I have the strategy
buy at the data2 value, say at the open of the next
data2 bar or at the close of the current data2 bar?
Thanks
Max
|