RightEdge Forums
Main     Home          Members     Calendar     Who's On

Welcome Guest
        



Creating a trade sorter Expand / Collapse
Message
Posted 9/2/2010 14:09:44 Post #12169
 

Forum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum Member
I am working on a stock sorting method that uses a list to store all stocks and their technicals so that I can sort them from "best to worst" and then begin to fill a portfolio of trades from the top of the list.  The issue I am running into is that the way I envision this method would work requires that I fill the list with the symbols so that as data comes in, the data is pigeon holed to the symbol.  I have tried using the Rightedge Symbols property in a similar manner to "Bars" as follows:

List<Symbol> stockList = Symbols.Items.ToList();

Posted 9/2/2010 21:09:49 Post #12172
 

DeveloperDeveloperDeveloperDeveloperDeveloperDeveloperDeveloperDeveloper
The Symbol Ranking sample system shows how to do this. Let us know if you have further questions about it

Thanks,
Daniel
Posted 9/8/2010 21:56:27 Post #12207
 

Forum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum Member
Daniel,

Issue solved.  Your answer inspired a slightly different approach using startup to fill list with symbols on the first time through. 

It works.

Thanks again,

Dave

« Prev Topic | Next Topic »


Reading This Topic Expand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: billb, young, dplaisted

Permissions Expand / Collapse

All times are GMT -5:00, Time now is 7:02pm

2005-2007 © RightEdge Systems