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

RE: Combining Performance Results



PureBytes Links

Trading Reference Links

Tim,

You can insert several different symbols and/or time frames of the same
symbol to a single Omega charting window. Each symbol you insert gets
assigned a data channel number. In EasyLanguage you would refer to each data
channel using Data1, Data2, Data3, etc. For example if you have Treasury
Bills on Data1 and Eurodollars on Data2, and you wanted to find the current
price difference (spread) then you would simply enter:

SpreadPrice = Close of Data2 - Close of Data3;

Hope this helps,

Mike Tautkus
TradingSystem.com


-----Original Message-----
From: Ayles [mailto:tjayles@xxxxxxxx]
Sent: Tuesday, July 10, 2001 1:49 PM
To: omega-list@xxxxxxxxxx
Subject: Fw: Combining Performance Results






Is there a way to combine the results of two or more different markets using
the same system to see what the overall results are? The reason I want to do
this is because the more markets you combine at the same time-the lower the
drawdown typically is. Any ideas?

Thanks

Tim