[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GT] Couple of questions
- To: devel
AT
geniustrader.org
- Subject: [GT] Couple of questions
- From: Sumit Sanghai <sumit.sanghai
AT
gmail.com>
- Date: Tue, 5 Jan 2010 11:25:37 +0530
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=6X3YMsmyJrj+56mVrT3yCVhj8sXlZ7bnOI9Cjmw/jrc=; b=VYhLi1Y/gUcT9Xz/RszYo/DlTTugkYmBsvn/RmeTRh4vBVH9+HyC4lT9rlezyHQZXE E5UbnmoKh3kzUH0QEJMg6KpT9hdmH8opjbHpxvDemo+UyeOoM9cw30Us8YsBZxbxA+QX +Cch/HlriLIC07pnjSOVpdl1K4mWw1sxyJ4LE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=rdTRCpEA/wVJdag0o+gZoQZ3yMCsn7GxER1EPlcTGjLfoARR08wJ8IcVCxaifPaq4d 6IPAfXzdO8O0WBghf7Gzr+lr/gzq4w53jQT6nYqEmIxAWzaC0e5PmYGN4Ypdtxo7JKUx RZzCgmxuR/yyG27tOieQMnDDOHvszlJXZbjg8=
- Message-id: <7cf864221001042155t1010e1f0m1dc94461cdaf433b@mail.gmail.com> (sfid-20100105_065653_629783_4723682F)
- Reply-to: devel
AT
geniustrader.org
Hello guys,
I am trying out GT, and had a few questions.
i) I am developing a strategy which apart from the standard volume, and prices requires some other data which I have in my DB.
I want these to be loaded into the Prices object, and then used elsewhere. Do I need to make modifications just to Prices.pm to
get the data loaded. Or are there other classes which inherently assume that Prices can only contain open, high etc?
ii) One of the strategies I am testing, requires simultaneous access to quotes from multiple stocks and indices.
Any clue where all do I have to make the changes to get such a strategy working.
It seems that most of the objects make the assumption that they are only dealing with a single stock.
Is there a simple hack which can help me out?
Regards,
Sumit.