Skip to search.
rightedge-ats

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 30 - 59 of 723   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
30 Peter Gum
phgyh Offline Send Email
Feb 16, 2007
12:20 pm
In my continuing quest to better understand the state of automatic trading systems I have completed reading two more books. (I didn't buy them; the reference...
31 rightedge-ats@yahoogr... Send Email Feb 18, 2007
2:44 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the rightedge-ats group. File : /C#...
32 Peter Gum
phgyh Offline Send Email
Feb 18, 2007
2:52 pm
Do you run strategies against a collection of stocks? Over time my opinion changes as to how I want to handle individual cases. To deal with this I have...
33 billb_ Offline Send Email Feb 19, 2007
12:54 pm
Pete, Yes, I definitely run strategies against a collection of stocks. I usually hand pick the stocks on a bi-monthly or quarterly basis. My picks are then...
34 Peter Gum
phgyh Offline Send Email
Feb 19, 2007
2:07 pm
Hi Bill, I need to explain a bit more. No, this is not for screening. Let's say I am running a live system on a half dozen stocks. Over time, this strategy ...
35 Peter Gum
phgyh Offline Send Email
Feb 20, 2007
2:26 pm
For the past few weeks I have been watching an array of RE live data charts using an IB paper account. I have been making a few manual trades (judiciously...
36 Peter Gum
phgyh Offline Send Email
Feb 24, 2007
10:41 pm
I tried to add a sound to a strategy with this line: SystemSounds.Beep.Play(); But there are no beeps in a simulation run, although there are plenty of the ...
37 Peter Gum
phgyh Offline Send Email
Feb 24, 2007
11:58 pm
After a bit more testing I think the sounds are there. Simulation runs so fast that it overwhelms the sound mechanism. If you run just one stock that has just...
38 Peter Gum
phgyh Offline Send Email
Feb 25, 2007
12:58 am
Just to share one of those neat things that works like a charm. The below snippet is copied from the RE Developer Guide, with minor modifications: // Setup our...
39 Peter Gum
phgyh Offline Send Email
Feb 26, 2007
4:25 pm
The stability of Beta 4 has allowed me to make great progress with one of my strategies (mixed DnD and C#). It places notes on charts, makes a sound when it...
40 stepneyfutures Offline Send Email Feb 26, 2007
4:54 pm
It is a huge jump to go from 15m bars to live trading. The dynamics of real-time are very different to the world of aggregated bars. Have you looked at 1m bars...
41 Daniel Plaisted
dsplaist3d Offline Send Email
Feb 26, 2007
5:11 pm
It's good to hear that you are making good progress. One thing to remember about backtesting is that right now it doesn't take commissions into account at...
42 Peter Gum
phgyh Offline Send Email
Feb 26, 2007
6:38 pm
Hi Tim, Thanks for the heads up. I've tested with 5-minute bars with less success. As it currently stands, the strategy has an absolute dependency on 'good' ...
43 stepneyfutures Offline Send Email Feb 26, 2007
6:50 pm
That is very scary! As a public service announcement can I say to anyone else reading this DON'T DO IT !!!!!! In my greener days, if I had a trade go bad on...
44 Peter Gum
phgyh Offline Send Email
Feb 26, 2007
7:20 pm
Hi Daniel, That's going to be a welcome capability to lots of people. In my particular case at this moment I don't need it. My current strategy has a bedrock ...
45 Peter Gum
phgyh Offline Send Email
Feb 27, 2007
1:45 am
Hi Tim, I greatly appreciate your concern and advice. But let me elaborate further. It is that I don't worry so much if the strategy does not get me out in ...
46 Rob
spiraltime1 Offline Send Email
Mar 7, 2007
3:38 pm
I have tried to run the Keltner Channel strategy in RE but I am getting a compile error: Open is not a member of Rightedge.Common.Position, referring to line...
47 Peter Gum
phgyh Offline Send Email
Mar 7, 2007
4:09 pm
Hi Rob, It looks like the file from the group is down level. I can't test my upgraded version while the market is open because I am using live data. But I can...
48 Robert
spiraltime1 Offline Send Email
Mar 7, 2007
6:11 pm
Hi Peter I have managed to fix a couple of errors by looking at this example, but it still does not like the whichever.open=true test. It would be great if you...
49 Daniel Plaisted
dsplaist3d Offline Send Email
Mar 7, 2007
6:31 pm
We reworked our position manager / broker architecture since Peter wrote that system. There is no longer an Open flag for a position. The simplest way to...
50 rightedge-ats@yahoogr... Send Email Mar 8, 2007
12:32 am
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the rightedge-ats group. File : /VB...
51 Peter Gum
phgyh Offline Send Email
Mar 8, 2007
12:38 am
I have uploaded a revised version of this strategy. It compiles and runs as of build 291. I tested it against Yahoo historical data for anst, dyn and bmrn...
52 billb_ Offline Send Email Mar 8, 2007
1:25 am
Pete, I usually run my systems against a couple hundred symbols and slice it across many time frames. I think we're in a very nice situation at this point...
53 Peter Gum
phgyh Offline Send Email
Mar 8, 2007
11:28 am
Hi Bill, keltnerCase1 is really a demonstration project. It reflects my learning experience and illustrates various aspects of how to use RE. I posted it so ...
54 rightedge-ats@yahoogr... Send Email Mar 8, 2007
12:10 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the rightedge-ats group. File : /C#...
55 Peter Gum
phgyh Offline Send Email
Mar 8, 2007
12:23 pm
I have uploaded a more robust and complete strategy (the program file is named regress2.cs, which is ok). There is a .doc file that more fully describes what...
56 Peter Gum
phgyh Offline Send Email
Mar 8, 2007
2:17 pm
I run live data against an IB account to collect 15 minute bars for 20 or 30 tickers. This is for back testing. When I run live system, only 6 to 12 stocks are...
57 Peter Gum
phgyh Offline Send Email
Mar 10, 2007
6:45 pm
This is a follow-up to the previous message about refreshing MS Access data. In query design mode establish 3 columns using the BarData table from the ...
58 Peter Gum
phgyh Offline Send Email
Mar 12, 2007
5:58 pm
If you are like me you have a handful of folders. Each folder typically has a few tickers that are the same in other folders. Over time you add and remove...
59 Peter Gum
phgyh Offline Send Email
Mar 15, 2007
11:51 am
The strategy repository at RE (Trading Systems <http://www.rightedgesystems.com/TradingSystems.aspx> ) is a good source of information about how to use RE. One...
Messages 30 - 59 of 723   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help